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