class Dungeon::Camera

Defined in:

dungeon/camera.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Int32, height : Int32) #

[View source]

Instance Method Detail

def height : Int32 #

[View source]
def update(player : Player, room_width : Int32, room_height : Int32) #

[View source]
def width : Int32 #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]