class Plane

Public Instance Methods

draw() click to toggle source
# File lib/rgss3/plane.rb, line 5
def draw
  bitmap.gosu_image.draw(-@ox, -@oy, @z, 1, 1, 0xff_ffffff, BLEND[@blend_type])
end