Method: Core::Game::MapParticle#x=
- Defined in:
- lib/game/map/map_particle.rb
#x=(x) ⇒ Object
10 11 12 |
# File 'lib/game/map/map_particle.rb', line 10 def x=(x) @emitter.x = x end |
10 11 12 |
# File 'lib/game/map/map_particle.rb', line 10 def x=(x) @emitter.x = x end |