User Tools

Site Tools


en:tutorials:animation:text_animation

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:tutorials:animation:text_animation [2020/08/31 05:16 (5 years ago)] – ↷ Page moved from en:tutorials:text_animation to en:tutorials:animation:text_animation sausageen:tutorials:animation:text_animation [2021/04/19 14:25 (4 years ago)] (current) – Removed unnecessary config properties iarwain
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>
  
en/tutorials/animation/text_animation.1598876185.txt.gz · Last modified: 2020/08/31 05:16 (5 years ago) by sausage