Skip to content

Commit b73cdd6

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Space/9ea467d2404c1736b87d763c884e9b9dfb13a401360f69c6a17afc8f5d583d58_Space_warp_galaxy.svg" class="extension-icon"></img>
44
Jump and run on platforms at 360°.
55

6-
**Authors and contributors** to this experimental extension: [Kennoir](https://gd.games/Kennoir), [UnknownUney](https://gd.games/UnknownUney), [D8H](https://gd.games/D8H).
6+
**Authors and contributors** to this experimental extension: [Kennoir](https://gd.games/Kennoir), [SilliFloof](https://gd.games/SilliFloof), [D8H](https://gd.games/D8H).
77

88
!!! warning
99
This is an extension made by a community member and it only got through a

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.4627584187537616e-317`.
27+
- **Jump height** (🔢 Number). Default value is `1.5926146805815081e-317`.
2828

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

3131

32-
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.4627584187537616e-317`.
32+
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.5926146805815081e-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.1341390208578647e-317`.
49+
- **Maximum speed (pixels/second)** (🔢 Number). Default value is `3.2639952826856112e-317`.
5050

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

5353

54-
- **Maximum speed (pixels/second)** is stored as `MaximumSpeed` (Number). Default value is `3.1341390208578647e-317`.
54+
- **Maximum speed (pixels/second)** is stored as `MaximumSpeed` (Number). Default value is `3.2639952826856112e-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.1444946367946972e-317`.
67+
- **Maximum rotation speed (degrees/second)** (🔢 Number). Default value is `3.2743508986224437e-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.1444946367946972e-317`.
72+
- **Maximum rotation speed (degrees/second)** is stored as `MaximumRotationSpeed` (Number). Default value is `3.2743508986224437e-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)