Skip to content

Commit ae7c7b9

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

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/gdevelop5/extensions/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ nav:
133133
- Slider: panel-sprite-slider
134134
- Player avatar: player-avatar
135135
- Pop-up: pop-up
136-
- Animated Score Counter: score-counter
136+
- Animated score counter: score-counter
137137
- Share dialog and sharing options: share
138138
- Toggle switch: sprite-toggle-switch
139139
- Star Rating Bar: star-rating-bar

docs/gdevelop5/extensions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Read more about this:
192192
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/1678c39a3b2bd3df4f82a8a293770db4986a6bcfd3f78e738ddfc86e39176423_UI Essentials_sliders_options.svg" class="extension-icon"></img>|**Slider**|A draggable slider that users can move to select a numerical value.|[Read more...](/gdevelop5/objects/slider) ([reference](/gdevelop5/extensions/panel-sprite-slider))|
193193
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Users/1f89f002e87f1e836320f69725d21e3294e7e2e18ff7dd645c6973e9775d24c3_Users_avatar_user_profile_male.svg" class="extension-icon"></img>|**Player avatar**|Display player avatars from GDevelop accounts in multiplayer games.|[Read more...](/gdevelop5/extensions/player-avatar)|
194194
|<img src="https://resources.gdevelop-app.com/assets/Icons/message-alert.svg" class="extension-icon"></img>|**Pop-up**|Display pop-ups to alert, ask confirmation, and let user type a response in text box.|[Read more...](/gdevelop5/extensions/pop-up)|
195-
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg" class="extension-icon"></img>|**Animated Score Counter**|Animated score counter with an icon.|[Read more...](/gdevelop5/extensions/score-counter)|
195+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg" class="extension-icon"></img>|**Animated score counter**|Animated score counter with an icon.|[Read more...](/gdevelop5/extensions/score-counter)|
196196
|<img src="https://resources.gdevelop-app.com/assets/Icons/share-variant.svg" class="extension-icon"></img>|**Share dialog and sharing options**|Share text/URL via system share dialog. Mobile browsers and apps only.|[Read more...](/gdevelop5/extensions/share)|
197197
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/8d0cd8cd0c9318f4f6efde6ee6b4c192bd19306467f80c9970387a259300f895_Interface Elements_interface_ui_toggle_switch_on_off.svg" class="extension-icon"></img>|**Toggle switch**|Toggle switch that users can click or touch.|[Read more...](/gdevelop5/objects/toggle-switch) ([reference](/gdevelop5/extensions/sprite-toggle-switch))|
198198
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/745c5811a2856b9b828e959b496d50dd52e0b5879f372e411675f38a5708775d_star-half-full.svg" class="extension-icon"></img>|**Star Rating Bar**|Animated star rating bar, with customizable number of stars.|[Read more...](/gdevelop5/extensions/star-rating-bar)|

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

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

3131

32-
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.5926146805815081e-317`.
32+
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.4627584187537616e-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/score-counter/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Animated Score Counter
1+
# Animated score counter
22

33
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg" class="extension-icon"></img>
44
Animated score counter with an icon.
@@ -16,9 +16,9 @@ There are ready-to-use counters in the asset-store [score counters pack](https:/
1616

1717

1818

19-
## Animated Score Counter
19+
## Animated score counter
2020

21-
An animated score counter with an icon and a customisable font.
21+
Animated score counter with an icon.
2222

2323
### Object properties
2424

@@ -80,4 +80,4 @@ Compare the score of the object.
8080

8181
---
8282

83-
*This page is an auto-generated reference page about the **Animated Score Counter** extension for [GDevelop, the open-source, AI-powered, cross-platform game engine designed for everyone](https://gdevelop.io/).* Learn more about [all GDevelop extensions here](/gdevelop5/extensions).
83+
*This page is an auto-generated reference page about the **Animated score counter** extension for [GDevelop, the open-source, AI-powered, cross-platform game engine designed for everyone](https://gdevelop.io/).* Learn more about [all GDevelop extensions here](/gdevelop5/extensions).

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.2643391523751167e-317`.
49+
- **Maximum speed (pixels/second)** (🔢 Number). Default value is `3.1341390208578647e-317`.
5050

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

5353

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