Correction de la couleur des toits.

This commit is contained in:
Georges Dupéron 2012-01-13 22:50:16 +01:00
parent d1298cadb9
commit 53b6f69f94

View File

@ -6,7 +6,7 @@
class Couleurs {
public:
static const unsigned int mur = 0xF1E3AD;
static const unsigned int toit = 0xE02000;
static const unsigned int toit = 0x961618;
static const unsigned int route = 0x363636;
static const unsigned int trottoir = 0x666666;
static const unsigned int bordureTrottoir = 0xAAAAAA;