Module: Lotu::AnimationSystem::UserMethods

Defined in:
lib/lotu/systems/animation_system.rb

Instance Method Summary collapse

Instance Method Details

#play_animation(name, opts = {}) ⇒ Object



49
50
51
# File 'lib/lotu/systems/animation_system.rb', line 49

def play_animation(name, opts={})
  @systems[AnimationSystem].play_animation(name, opts)
end