; Global variables Global Fullscreen = 0 Global Title.s = "Pongr - Build " + Str(#PB_Editor_BuildCount) Global Screen.ScreenDimension\width = 800 Screen.ScreenDimension\height = 600 NewMap GameStates.GameState() Global NewMap Menus.GameMenu() Global CurrentState.s = "MAIN_MENU" Global *ActiveMenu.GameMenu ; IDE Options = PureBasic 4.51 (Linux - x64) ; CursorPosition = 10 ; EnableXP ; EnableCompileCount = 0 ; EnableBuildCount = 0