Method: Core::Game::MapObject#draw

Defined in:
lib/game/map/map_object.rb

#draw(xoff, yoff) ⇒ Object



167
168
169
# File 'lib/game/map/map_object.rb', line 167

def draw(xoff, yoff)
  @graphics[@index].draw(@x+xoff, @y-16+yoff, @z)
end