fix
This commit is contained in:
parent
cbb5ccfe4e
commit
29cd37f37c
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ If ReadFile(0, "../data/menu.data")
|
||||||
CloseFile(0)
|
CloseFile(0)
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Menus("MAIN_MENU")\Title = "ESCape the prison"
|
Menus("MAIN_MENU")\Title = "ESCape"
|
||||||
|
|
||||||
Define Item.GameMenuItem
|
Define Item.GameMenuItem
|
||||||
Item.GameMenuItem\Label = "Escape now!"
|
Item.GameMenuItem\Label = "Escape now!"
|
||||||
|
@ -63,7 +63,7 @@ Item.GameMenuItem\TargetState = GameStates("RLY_QUIT")
|
||||||
AddElement(Menus("MAIN_MENU")\Entries())
|
AddElement(Menus("MAIN_MENU")\Entries())
|
||||||
menus("MAIN_MENU")\Entries() = Item
|
menus("MAIN_MENU")\Entries() = Item
|
||||||
|
|
||||||
|
*ActiveMenu.GameMenu = @Menus(CurrentState)
|
||||||
|
|
||||||
; Initialize subsystems
|
; Initialize subsystems
|
||||||
If InitSprite() = 0 Or InitKeyboard() = 0
|
If InitSprite() = 0 Or InitKeyboard() = 0
|
||||||
|
@ -110,8 +110,8 @@ If OpenWindow(0, 0, 0, Screen\Width, Screen\Height, title, #PB_Window_ScreenCent
|
||||||
Until KeyboardPushed(#PB_Key_Escape)
|
Until KeyboardPushed(#PB_Key_Escape)
|
||||||
EndIf
|
EndIf
|
||||||
; IDE Options = PureBasic 4.51 (MacOS X - x86)
|
; IDE Options = PureBasic 4.51 (MacOS X - x86)
|
||||||
; CursorPosition = 49
|
; CursorPosition = 65
|
||||||
; FirstLine = 23
|
; FirstLine = 9
|
||||||
; EnableXP
|
; EnableXP
|
||||||
; EnableCompileCount = 0
|
; EnableCompileCount = 0
|
||||||
; EnableBuildCount = 0
|
; EnableBuildCount = 0
|
Loading…
Reference in a new issue