class Game
- Game
- Reference
- Object
Direct Known Subclasses
Defined in:
lib/game.crConstructors
Instance Method Summary
- #draw(dt : Float64)
- #run
- #scale : Float64
- #scale=(scale : Float64)
- #screen_height : Int32
- #screen_height=(screen_height : Int32)
- #screen_width : Int32
- #screen_width=(screen_width : Int32)
- #target_fps : Int8
- #target_fps=(target_fps : Int8)
- #update(dt : Float64)
- #virtual_screen_height
- #virtual_screen_width
Constructor Detail
def self.new(screen_width : Int32, screen_height : Int32, scale : Float64, target_fps : Int8)
#