This commit is contained in:
jbousquie 2016-11-24 16:15:13 +01:00
parent 41ae84cefc
commit 9aa8eaef68

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["A203"] = 100; $orix_salle["A203"] = 50;
$oriy["A203"] = 150; $oriy_salle["A203"] = 200;
$largeur_salle["A203"] = 1000;
$hauteur_salle["A203"] = 600;
$orix["A203"] = 50;
$oriy["A203"] = 10;
$largeur["A203"] = 120; $largeur["A203"] = 120;
$hauteur["A203"] = 60; $hauteur["A203"] = 60;
$police["A203"] = 11; $police["A203"] = 11;