class Bench::Map

Defined in:

bench/map.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def destroy #

[View source]
def draw #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def tiles : Array(Bench::Tile) #

[View source]
def tiles=(tiles : Array(Bench::Tile)) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]