Ajout des etages en dessous des toits.
This commit is contained in:
parent
18febfa792
commit
d9ea0781c3
|
@ -25,8 +25,10 @@ bool BatimentQuad_::split() {
|
|||
} else {
|
||||
Quad ch = c.offsetNormal(Dimensions::hauteurEtage);
|
||||
ch = ch.insetNESW(30);
|
||||
if(we || ws || ww || wn)
|
||||
if(we || ws || ww || wn) {
|
||||
addChild(new ToitQuad(ch, Dimensions::hauteurToit));
|
||||
addChild(new BatimentQuadBlock(c,ch));
|
||||
}
|
||||
else
|
||||
addChild(new BatimentQuadJardin(ch));
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ public:
|
|||
);
|
||||
};
|
||||
static const unsigned int mur = 0xF1E3AD;
|
||||
static const unsigned int toit = 0xF0F0F0;//0x961618;
|
||||
static const unsigned int toit = 0x961618;
|
||||
static const unsigned int route = 0x363636;
|
||||
static const unsigned int trottoir = 0x666666;
|
||||
static const unsigned int bordureTrottoir = 0xAAAAAA;
|
||||
|
|
Loading…
Reference in New Issue
Block a user