Huntable wird jetzt auch angezeigt
This commit is contained in:
@@ -92,11 +92,11 @@ namespace WorldOfPeacecraft
|
||||
int posx = x * TileSize;
|
||||
int posy = y * TileSize;
|
||||
Color color;
|
||||
if (tile.IsForest ()) {
|
||||
color = Color.Green;
|
||||
if (tile.IsHuntable ()) {
|
||||
color = Color.DarkGreen;
|
||||
} // Stupid parenthesis
|
||||
else if (tile.IsHuntable ()) {
|
||||
color = Color.BurlyWood;
|
||||
else if (tile.IsForest ()) {
|
||||
color = Color.Green;
|
||||
} else if (tile.IsWater ()) {
|
||||
color = Color.Blue;
|
||||
} else if (tile.IsWalkable ()) {
|
||||
|
||||
Reference in New Issue
Block a user