Now coloring A* cells by owning player color. Added checkbox to cheats menu.

This commit is contained in:
Matthias Mailänder
2013-03-10 07:33:25 +01:00
parent 7d0de5645f
commit 493eb10b96
4 changed files with 49 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ Background@CHEATS_PANEL:
X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:350
Height:420
Height:450
Visible:true
Children:
Label@LABEL_TITLE:
@@ -75,6 +75,12 @@ Background@CHEATS_PANEL:
Width:PARENT_RIGHT - 30
Height:20
Text:Build Anywhere
Checkbox@SHOW_ASTAR:
X:30
Y:320
Width:PARENT_RIGHT - 30
Height:20
Text:Show A* Cost
Button@CLOSE:
X:30
Y:360