Method: AdventureRL::Animation#update

Defined in:
lib/AdventureRL/Animation.rb

#updateObject

Call this (or #update_animation) every frame, to ensure that the animation is playing.



26
27
28
# File 'lib/AdventureRL/Animation.rb', line 26

def update
  update_animation
end