Skip to content

Commit 15eb21a

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent c98036c commit 15eb21a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/gdevelop5/extensions/auto-typing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Reveal a text one letter after the other.
99

1010
Reveal 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

1414
The top-down RPG example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://top-down-rpg)).
1515

docs/gdevelop5/extensions/ellipse-movement/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1619
It can be used for:
1720

1821
- Making objects float, such as powerups or coins

0 commit comments

Comments
 (0)