This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
pongr/src/Globals.pbi

16 lines
437 B
Plaintext

; 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