From 29cd37f37cab84e769bce0705b8a116c0acd70ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20Mu=CC=88ller?= Date: Sat, 20 Aug 2011 16:49:48 +0200 Subject: [PATCH] fix --- src/Main.pb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Main.pb b/src/Main.pb index 9cffeb9..2699f21 100644 --- a/src/Main.pb +++ b/src/Main.pb @@ -47,7 +47,7 @@ If ReadFile(0, "../data/menu.data") CloseFile(0) EndIf -Menus("MAIN_MENU")\Title = "ESCape the prison" +Menus("MAIN_MENU")\Title = "ESCape" Define Item.GameMenuItem Item.GameMenuItem\Label = "Escape now!" @@ -63,7 +63,7 @@ Item.GameMenuItem\TargetState = GameStates("RLY_QUIT") AddElement(Menus("MAIN_MENU")\Entries()) menus("MAIN_MENU")\Entries() = Item - +*ActiveMenu.GameMenu = @Menus(CurrentState) ; Initialize subsystems 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) EndIf ; IDE Options = PureBasic 4.51 (MacOS X - x86) -; CursorPosition = 49 -; FirstLine = 23 +; CursorPosition = 65 +; FirstLine = 9 ; EnableXP ; EnableCompileCount = 0 ; EnableBuildCount = 0 \ No newline at end of file