User Tools

Site Tools


en:examples:animation:animation_frame_overriding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:examples:animation:animation_frame_overriding [2018/08/08 17:07 (7 years ago)] – Added comment about two unnecessary config lines iarwainen: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         = jelly.png 
-FrameSize = (32, 32, 0+FrameSize = (32, 32) 
-KeyDuration = 0.1 +Pivot = center 
-StartAnim = JellyWobbleAnim +KeyDuration 0.
-Pivot = center +StartAnim = JellyWobbleAnim
-; The two following lines are not necessary anymore as they're now identical to the default behavior (as many frames as can fit in the texture + automatically looping onto self) +
-JellyWobbleAnim -+
-JellyWobbleAnim-> = JellyWobbleAnim+
  
-[JellyWobbleAnim0003+[JellyWobbleAnim3
-TextureOrigin = (0, 0, 0)+TextureOrigin = (0, 0)
  
-[JellyWobbleAnim0004+[JellyWobbleAnim4
-TextureOrigin = (64, 0, 0)+TextureOrigin = (64, 0)
  
 </code> </code>
en/examples/animation/animation_frame_overriding.1533748072.txt.gz · Last modified: 2025/09/30 17:26 (12 days ago) (external edit)