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 05:34 (7 years ago)] – In line with init projects sausage | en:guides:beginners:spritesheets_and_animation [2021/07/05 20:22 (4 years ago)] (current) – Typo iarwain | ||
---|---|---|---|
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: |
< | < |