This commit is contained in:
jbousquie 2016-11-24 16:23:22 +01:00
parent 67121f5d84
commit c473cb7743

View File

@ -47,8 +47,12 @@
// $orien_porte["AAA"][1]="H"; // $orien_porte["AAA"][1]="H";
// $porte_coord["AAA"][1]=array(800,600); // $porte_coord["AAA"][1]=array(800,600);
$orix["B501"] = 100; $orix_salle["B501"] = 50;
$oriy["B501"] = 150; $oriy_salle["B501"] = 200;
$largeur_salle["B501"] = 950;
$hauteur_salle["B501"] = 570;
$orix["B501"] = 10;
$oriy["B501"] = 10;
$largeur["B501"] = 120; $largeur["B501"] = 120;
$hauteur["B501"] = 60; $hauteur["B501"] = 60;
$police["B501"] = 11; $police["B501"] = 11;