Method: RGSS::Renderable#flash
- Defined in:
- lib/rgss/renderable.rb
#flash(color, duration) ⇒ Object
107 108 109 110 |
# File 'lib/rgss/renderable.rb', line 107 def flash(color, duration) @flash_color = color @flash_duration = duration end |