add resume & surrender buttons to ingame menu

This commit is contained in:
Chris Forbes
2010-05-02 13:57:31 +12:00
parent 94b2055eb2
commit 447cd78757
3 changed files with 56 additions and 9 deletions

View File

@@ -538,7 +538,7 @@ Container:
X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:300
Height:220
Height:280
Visible:false
Children:
Label@LABEL_TITLE:
@@ -549,24 +549,38 @@ Container:
Height:25
Text:Options
Align:Center
Button@BUTTON_RESUME:
Id:BUTTON_RESUME
X:(PARENT_RIGHT - WIDTH)/2
Y:60
Width:160
Height:25
Text:Resume
Button@BUTTON_SURRENDER:
Id:BUTTON_SURRENDER
X:(PARENT_RIGHT - WIDTH)/2
Y:100
Width:160
Height:25
Text:Surrender
Button@BUTTON_SETTINGS:
Id:BUTTON_SETTINGS
X:(PARENT_RIGHT - WIDTH)/2
Y:80
Y:140
Width:160
Height:25
Text:Settings
Button@BUTTON_DISCONNECT:
Id:BUTTON_DISCONNECT
X:(PARENT_RIGHT - WIDTH)/2
Y:120
Y:180
Width:160
Height:25
Text:Disconnect
Button@BUTTON_QUIT:
Id:BUTTON_QUIT
X:(PARENT_RIGHT - WIDTH)/2
Y:160
Y:220
Width:160
Height:25
Text:Quit