This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:tutorials:animation:text_animation [2020/08/31 05:16 (3 years ago)] sausage ↷ Page moved from en:tutorials:text_animation to en:tutorials:animation:text_animation |
en:tutorials:animation:text_animation [2021/04/19 14:25 (2 years ago)] (current) iarwain Removed unnecessary config properties |
||
---|---|---|---|
Line 5: | Line 5: | ||
Think "Ready Set Go" in racing games or animated text in console games (rogue-likes!). | Think "Ready Set Go" in racing games or animated text in console games (rogue-likes!). | ||
- | To start this tutorial, let's [[en:tutorials:creating_your_own_project|create a blank project using the init script]]. | + | To start this tutorial, let's [[en:tutorials:projects:creating_your_own_project|create a blank project using the init script]]. |
In the config file, remove the default ''[Object]'' section and everything below it. | In the config file, remove the default ''[Object]'' section and everything below it. | ||
Line 17: | Line 17: | ||
[CountDownAnimationSet] | [CountDownAnimationSet] | ||
Pivot = center | Pivot = center | ||
- | Graphic = @ ; Look in the current section for the Graphic properties (like Text) | ||
Text = @ ; Look in the current section for Text properties, like String. (But no string defined, so starts blank) | Text = @ ; Look in the current section for Text properties, like String. (But no string defined, so starts blank) | ||
StartAnim = Ready | StartAnim = Ready | ||
Line 25: | Line 24: | ||
Ready-> = Count | Ready-> = Count | ||
Count-> = Go | Count-> = Go | ||
- | Go-> = Go | ||
</code> | </code> | ||