Returns a Vector with the coordinates of the center of the map.
61 62 63 64
# File 'lib/minigl/map.rb', line 61 def get_center abs_size = get_absolute_size Vector.new(abs_size.x * 0.5, abs_size.y * 0.5) end