class Dungeon::Room
- Dungeon::Room
- Reference
- Object
Direct Known Subclasses
Defined in:
dungeon/room.crConstructors
Instance Method Summary
- #add_entities(entities : Array(Entity))
- #change_room
- #completed?
- #draw
- #get_door(next_door_name : String)
- #height : Int32
- #load
- #loaded? : Bool
- #sort_drawables
- #start
- #update
- #width : Int32
Constructor Detail
def self.new(game : Game, player : Dungeon::Player, width : Int32 = Game::SCREEN_WIDTH, height : Int32 = Game::SCREEN_HEIGHT)
#