File tree Expand file tree Collapse file tree
docs/gdevelop5/extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Reveal a text one letter after the other.
99
1010Reveal a text one letter after the other (a "typewriter" effect).
1111
12- It can be used for dialogue scenes or visual novels on Text, Bitmap Text and BBText objects.
12+ It can be used for dialogue scenes or visual novels on Text and Bitmap Text objects.
1313
1414The top-down RPG example uses this extension ([ open the project online] ( https://editor.gdevelop.io/?project=example://top-down-rpg ) ).
1515
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ It allows objects to move:
1313- smoothly vertically or horizontally (by setting one radius to 0)
1414- on a sine wave (by adding a force)
1515
16+ Instances will start their movement from their initial position on the scene.
17+ The center position will be decided according to the "initial direction" angle and the radius.
18+
1619It can be used for:
1720
1821- Making objects float, such as powerups or coins
You can’t perform that action at this time.
0 commit comments