class Dungeon::RoomA

Defined in:

dungeon/room_a.cr

Constructors

Instance Method Summary

Instance methods inherited from class Dungeon::Room

add_entities(entities : Array(Entity)) add_entities, change_room change_room, completed? completed?, draw draw, get_door(next_door_name : String) get_door, height : Int32 height, load load, loaded? : Bool loaded?, sort_drawables sort_drawables, start start, update update, width : Int32 width

Constructor methods inherited from class Dungeon::Room

new(game : Game, player : Dungeon::Player, width : Int32 = Game::SCREEN_WIDTH, height : Int32 = Game::SCREEN_HEIGHT) new

Constructor Detail

def self.new(game, player) #

[View source]

Instance Method Detail

def load #

[View source]