class Works::Animations
- Works::Animations
- Reference
- Object
Defined in:
works/animations.crConstructors
Instance Method Summary
- #add(name : Symbol, animation : Animation, flip_horizontal = false, flip_vertical = false)
- #animations : Hash(Symbol, AnimationData)
- #animations=(animations : Hash(Symbol, AnimationData))
- #destroy
- #done?
- #draw(x, y, flip_horizontal = false, flip_vertical = false)
- #pause
- #play(name : Symbol)
- #update