Refactoring

This commit is contained in:
Paul Chote
2010-03-15 18:21:23 +13:00
parent ef306cbcd5
commit 928c3a69c0
11 changed files with 208 additions and 225 deletions

View File

@@ -7,7 +7,7 @@ Container:
Width:250
Height:200
Children:
Label@MAINMENU_LABEL_TITLE:
Label@MAINMENDelegateU_LABEL_TITLE:
Id:MAINMENU_LABEL_TITLE
X:445
Y:220
@@ -22,7 +22,7 @@ Container:
Width:160
Height:25
Text:Join Game
Action:JoinServerButtonAction
Delegate:MainMenuButtonsDelegate
Button@MAINMENU_BUTTON_CREATE:
Id:MAINMENU_BUTTON_CREATE
X:445
@@ -30,7 +30,7 @@ Container:
Width:160
Height:25
Text:Create Game
Action:OpenCreateServerMenuButtonAction
Delegate:MainMenuButtonsDelegate
Button@MAINMENU_BUTTON_QUIT:
Id:MAINMENU_BUTTON_QUIT
X:445
@@ -38,7 +38,7 @@ Container:
Width:160
Height:25
Text:Quit
Action:QuitButtonAction
Delegate:MainMenuButtonsDelegate
Background@CREATESERVER_BG:
Id:CREATESERVER_BG
X:300
@@ -75,7 +75,7 @@ Container:
Width:160
Height:25
Text:Cancel
Action:CloseCreateServerMenuButtonAction
Delegate:MainMenuButtonsDelegate
Button@CREATESERVER_BUTTON_START:
Id:CREATESERVER_BUTTON_START
X:570
@@ -83,4 +83,4 @@ Container:
Width:160
Height:25
Text:Create
Action:CreateServerMenuButtonAction
Delegate:MainMenuButtonsDelegate