This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:guides:beginners:spritesheets_and_animation [2018/06/27 12:34 (7 years ago)] – In line with init projects sausage | en:guides:beginners:spritesheets_and_animation [2025/09/30 17:26 (12 days ago)] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
Back over in the Orx project, in the '' | Back over in the Orx project, in the '' | ||
- | {{ : | + | {{ : |
We can change the [HeroGraphic] to use this image file instead. But first, copy this image to the '' | We can change the [HeroGraphic] to use this image file instead. But first, copy this image to the '' | ||
Line 32: | Line 32: | ||
In order to use all six frames on the sprite sheet to animate our hero character, we can define some animation for him. | In order to use all six frames on the sprite sheet to animate our hero character, we can define some animation for him. | ||
- | Our first task is the give the hero object an animation set: | + | Our first task is to give the hero object an animation set: |
< | < |