Changes between Initial Version and Version 1 of AnimationSystem
- Timestamp:
- 02/26/16 14:43:53 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnimationSystem
v1 v1 1 == Timeline events == 2 3 * animation event 4 * spawn/destroy/change light 5 * spawn/destroy/change decal 6 * spawn/destroy/change billboard 7 * emit sound 8 * spawn/destroy/change particle emitter 9 10 11 == Usage scenarios == 12 13 {{{ 14 Shoot command 15 1. send to-shoot 16 }}}