Method: MiniGL::Map#tile_size

Defined in:
lib/minigl/map.rb

#tile_sizeObject (readonly)

A Vector where x is the tile width and y is the tile height.



17
18
19
# File 'lib/minigl/map.rb', line 17

def tile_size
  @tile_size
end