class Dungeon::RoomC
Defined in:
dungeon/room_c.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)
#
Instance Method Detail