From cbb5ccfe4e59aa76c2f2b27fa1bd2913df22c386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20Mu=CC=88ller?= Date: Sat, 20 Aug 2011 16:34:37 +0200 Subject: [PATCH] small change --- src/Main.pb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Main.pb b/src/Main.pb index e6cfa8a..9cffeb9 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" +Menus("MAIN_MENU")\Title = "ESCape the prison" 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 = 59 -; FirstLine = 26 +; CursorPosition = 49 +; FirstLine = 23 ; EnableXP ; EnableCompileCount = 0 ; EnableBuildCount = 0 \ No newline at end of file