class Bench::Animations
 
  - Bench::Animations
 - Reference
 - Object
 
Defined in:
bench/animations.crConstructors
Instance Method Summary
- #add(animation : Animation, name : Symbol)
 - #animation : Animation | Nil
 - #animation=(animation : Animation | Nil)
 - #animations : Hash(Symbol, Animation)
 - #animations=(animations : Hash(Symbol, Animation))
 - #destroy
 - #draw(x, y)
 - #play(name : Symbol)
 - #update