Skip to content

Commit f175fb3

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 28402a5 commit f175fb3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/gdevelop5/all-features/expressions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ Allow your game to send scores to your leaderboards (anonymously or from the log
11131113

11141114
## Light (from extension Lights)
11151115

1116-
Displays a 2D light on the scene, with a customizable radius and color. Add then the Light Obstacle behavior to the objects that must act as obstacle to the lights.
1116+
Displays a 2D light on the scene, with a customizable radius and color. Then add the Light Obstacle behavior to the objects that must act as obstacle to the lights.
11171117

11181118
_No expressions for this object._
11191119

docs/gdevelop5/all-features/lighting/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This provides a 2D light object, and a behavior to mark other 2D objects as bein
66

77
## Light
88

9-
Displays a 2D light on the scene, with a customizable radius and color. Add then the Light Obstacle behavior to the objects that must act as obstacle to the lights.
9+
Displays a 2D light on the scene, with a customizable radius and color. Then add the Light Obstacle behavior to the objects that must act as obstacle to the lights.
1010

1111
### Object properties
1212

docs/gdevelop5/extensions/platformer-trajectory/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Configure the height of a jump and evaluate the jump trajectory.
2424

2525
### Behavior properties
2626

27-
- **Jump height** (🔢 Number). Default value is `1.568567517467123e-317`.
27+
- **Jump height** (🔢 Number). Default value is `1.5791484273384591e-317`.
2828

2929
??? quote "See internal technical details"
3030

3131

32-
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.568567517467123e-317`.
32+
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.5791484273384591e-317`.
3333
> This behavior must be used on an object also having a behavior with type "PlatformBehavior::PlatformerObjectBehavior". This is stored on property `PlatformerCharacter`.
3434

3535

docs/gdevelop5/extensions/speed-restrictions/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Limit the maximum speed an object will move from physics forces.
4646

4747
### Behavior properties
4848

49-
- **Maximum speed (pixels/second)** (🔢 Number). Default value is `3.2499124355165523e-317`.
49+
- **Maximum speed (pixels/second)** (🔢 Number). Default value is `3.2523195233430908e-317`.
5050

5151
??? quote "See internal technical details"
5252

5353

54-
- **Maximum speed (pixels/second)** is stored as `MaximumSpeed` (Number). Default value is `3.2499124355165523e-317`.
54+
- **Maximum speed (pixels/second)** is stored as `MaximumSpeed` (Number). Default value is `3.2523195233430908e-317`.
5555
> This behavior must be used on an object also having a behavior with type "Physics2::Physics2Behavior". This is stored on property `PhysicsBehavior`.
5656

5757

@@ -64,12 +64,12 @@ Limit the maximum rotation speed of an object from physics forces.
6464

6565
### Behavior properties
6666

67-
- **Maximum rotation speed (degrees/second)** (🔢 Number). Default value is `3.2603194342805523e-317`.
67+
- **Maximum rotation speed (degrees/second)** (🔢 Number). Default value is `3.2599637070155466e-317`.
6868

6969
??? quote "See internal technical details"
7070

7171

72-
- **Maximum rotation speed (degrees/second)** is stored as `MaximumRotationSpeed` (Number). Default value is `3.2603194342805523e-317`.
72+
- **Maximum rotation speed (degrees/second)** is stored as `MaximumRotationSpeed` (Number). Default value is `3.2599637070155466e-317`.
7373
> This behavior must be used on an object also having a behavior with type "Physics2::Physics2Behavior". This is stored on property `PhysicsBehavior`.
7474

7575

0 commit comments

Comments
 (0)