class Tile::Backdrop

Defined in:

tile.cr

Constructors

Instance methods inherited from class Tile

assign_tile_at(pos, index) assign_tile_at, draw(target, states) draw, map : Map map, move_by(x, y) move_by, move_to(x, y) move_to, namespace : Namespace namespace, next_tile_at(pos) next_tile_at, position position, prev_tile_at(pos) prev_tile_at, rasterizer : Rasterizer rasterizer, tile_at(pos) tile_at, values : Tile::Values values

Constructor methods inherited from class Tile

new(tile_size, width, map, texture_path, viewport, &) new

Constructor Detail

def self.new(tile_size, width, map, texture_path, viewport) #

[View source]