Method: MiniGL::Map#size

Defined in:
lib/minigl/map.rb

#sizeObject (readonly)

A Vector where x is the horizontal tile count and y the vertical count.



20
21
22
# File 'lib/minigl/map.rb', line 20

def size
  @size
end