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:10 (7 years ago)] – Default Digit value for animation frames is now 0 iarwain | en:examples:animation:animation_frame_overriding [2025/09/30 17:26 (12 days 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-> | + | |
[JellyWobbleAnim3] | [JellyWobbleAnim3] | ||
- | TextureOrigin = (0, 0, 0) | + | TextureOrigin = (0, 0) |
[JellyWobbleAnim4] | [JellyWobbleAnim4] | ||
- | TextureOrigin = (64, 0, 0) | + | TextureOrigin = (64, 0) |
</ | </ |