You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gdevelop5/extensions/platformer-trajectory/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ Configure the height of a jump and evaluate the jump trajectory.
24
24
25
25
### Behavior properties
26
26
27
-
-**Jump height** (🔢 Number). Default value is `1.669388529420071e-317`.
27
+
-**Jump height** (🔢 Number). Default value is `1.670534761718423e-317`.
28
28
29
29
??? quote "See internal technical details"
30
30
31
31
32
-
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.669388529420071e-317`.
32
+
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.670534761718423e-317`.
33
33
> This behavior must be used on an object also having a behavior with type "PlatformBehavior::PlatformerObjectBehavior". This is stored on property `PlatformerCharacter`.
0 commit comments