This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:tutorials:animation:text_animation [2020/08/31 05:37 (22 months ago)] sausage ↷ Links adapted because of a move operation |
en:tutorials:animation:text_animation [2021/04/19 14:25 (15 months ago)] iarwain Removed unnecessary config properties |
||
---|---|---|---|
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> | ||