class Tradify::Game
- Tradify::Game
- Reference
- Object
Defined in:
tradify/game.crConstant Summary
-
DEBUG =
false
-
DRAW_FPS =
DEBUG
-
GAME_OVER_TIME =
1.5
-
SCREEN_HEIGHT =
768
-
SCREEN_WIDTH =
1280
-
TARGET_FPS =
60
Constructors
Instance Method Summary
- #change_level
- #check_game_over?
- #close
- #draw
- #draw_init
- #game_over? : Bool
- #level
- #pause
- #paused? : Bool?
- #run
- #show(message : Message)
- #unpause
- #update