class Bench::Tile

Defined in:

bench/tile.cr

Constant Summary

Size = 32

Constructors

Instance Method Summary

Constructor Detail

def self.new(row : Int32, col : Int32) #

[View source]
def self.new #

[View source]

Instance Method Detail

def col : Int32 #

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

[View source]
def destroy #

[View source]
def draw(x, y, color) #

[View source]
def draw(x, y) #

[View source]
def print #

[View source]
def row : Int32 #

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

[View source]