Class: Plane
Constant Summary
Constants included from RGSS3::Container
Instance Attribute Summary
Attributes included from RGSS3::Container
#bitmap, #blend_type, #color, #opacity, #ox, #oy, #tone, #viewport, #visible, #z, #zoom_x, #zoom_y
Instance Method Summary collapse
Methods included from RGSS3::Container
#dispose, #disposed?, #do_draw, #initialize, #initialize_copy
Instance Method Details
#draw ⇒ Object
5 6 7 |
# File 'lib/rgss3/plane.rb', line 5 def draw bitmap.gosu_image.draw(-@ox, -@oy, @z, 1, 1, 0xff_ffffff, BLEND[@blend_type]) end |