Skip to content

Commit f69d451

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

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

docs/gdevelop5/extensions/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ Read more about this:
221221
|<img src="https://resources.gdevelop-app.com/assets/Icons/transition-masked.svg" class="extension-icon"></img>|**Object Masking**|Use a sprite or a shape painter to mask another object.|[Read more...](/gdevelop5/extensions/sprite-masking)|
222222
|<img src="https://resources.gdevelop-app.com/assets/Icons/swap-horizontal-variant.svg" class="extension-icon"></img>|**Sway**|Sway objects like grass in the wind.|[Read more...](/gdevelop5/extensions/sway)|
223223
|<img src="https://resources.gdevelop-app.com/assets/Icons/flip-horizontal.svg" class="extension-icon"></img>|**3D-like Flip for 2D Sprites**|Flip sprites with a 3D-like rotation effect.|[Read more...](/gdevelop5/extensions/three-dflip)|
224-
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Arrows/557b3471ae92fa5c744b9bf14b8803a0c7745c224ed9cfe80037a8ac7295d99e_Arrows_thin_arrow_left_right_directions.svg" class="extension-icon"></img>|**Tween into view**|Tween objects into position from off screen.
225-
|[Read more...](/gdevelop5/extensions/tween-into-view)|
224+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Arrows/557b3471ae92fa5c744b9bf14b8803a0c7745c224ed9cfe80037a8ac7295d99e_Arrows_thin_arrow_left_right_directions.svg" class="extension-icon"></img>|**Tween into view**|Tween objects into position from off screen.|[Read more...](/gdevelop5/extensions/tween-into-view)|
226225
|<img src="https://resources.gdevelop-app.com/assets/Icons/sort-ascending.svg" class="extension-icon"></img>|**YSort**|Create an illusion of depth by setting the Z-order based on the Y position of the object. Useful for isometric games, 2D games with a "Top-Down" view, RPG...|[Read more...](/gdevelop5/extensions/ysort)|
227226

228227
## Experimental extensions

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

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

3131

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

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

5353

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

docs/gdevelop5/extensions/tween-into-view/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Arrows/557b3471ae92fa5c744b9bf14b8803a0c7745c224ed9cfe80037a8ac7295d99e_Arrows_thin_arrow_left_right_directions.svg" class="extension-icon"></img>
44
Tween objects into position from off screen.
55

6-
76
**Authors and contributors** to this experimental extension: [HelperWesley](https://gd.games/HelperWesley).
87

98
---

0 commit comments

Comments
 (0)