This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:examples:animation:animation_frame_overriding [2018/08/08 17:07 (7 years ago)] – Added comment about two unnecessary config lines iarwain | en:examples:animation:animation_frame_overriding [2025/09/30 17:26 (6 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| [JellyGraphic] | [JellyGraphic] | ||
| Texture = jelly.png | Texture = jelly.png | ||
| - | TextureOrigin = (0, 0, 0) | + | TextureOrigin = (0, 0) |
| - | TextureSize = (32, 32, 0) | + | TextureSize = (32, 32) |
| Pivot = center | Pivot = center | ||
| [JellyAnimationSet] | [JellyAnimationSet] | ||
| - | Texture = jelly.png | + | Texture |
| - | FrameSize = (32, 32, 0) | + | FrameSize = (32, 32) |
| - | KeyDuration = 0.1 | + | Pivot = center |
| - | StartAnim = JellyWobbleAnim | + | KeyDuration |
| - | Pivot = center | + | StartAnim = JellyWobbleAnim |
| - | ; The two following lines are not necessary anymore as they' | + | |
| - | JellyWobbleAnim = -1 | + | |
| - | JellyWobbleAnim-> | + | |
| - | [JellyWobbleAnim0003] | + | [JellyWobbleAnim3] |
| - | TextureOrigin = (0, 0, 0) | + | TextureOrigin = (0, 0) |
| - | [JellyWobbleAnim0004] | + | [JellyWobbleAnim4] |
| - | TextureOrigin = (64, 0, 0) | + | TextureOrigin = (64, 0) |
| </ | </ | ||