class Dungeon::Room

Direct Known Subclasses

Defined in:

dungeon/room.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def add_entities(entities : Array(Entity)) #

[View source]
def change_room #

[View source]
def completed? #

[View source]
def draw #

[View source]
def get_door(next_door_name : String) #

[View source]
def height : Int32 #

[View source]
def load #

[View source]
def loaded? : Bool #

[View source]
def sort_drawables #

[View source]
def start #

[View source]
def update #

[View source]
def width : Int32 #

[View source]