Skip to content

Commit 06e81d0

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 3a209c8 commit 06e81d0

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

docs/gdevelop5/extensions/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ nav:
127127
- Resource bar (continuous): panel-sprite-continuous-bar
128128
- Slider: panel-sprite-slider
129129
- Pop-up: pop-up
130+
- Animated Score Counter: score-counter
130131
- Share dialog and sharing options: share
131132
- Toggle switch: sprite-toggle-switch
132133
- Resource bar (separated units): tiled-units-bar

docs/gdevelop5/extensions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Here are listed all the extensions available in GDevelop. The list is divided in
184184
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Interface Elements/ea06363a57846caab544f536b78a952234b68d4941d41c1577852a1d61aefec3_Interface Elements_interface_ui_loading_progress_bar.svg" class="extension-icon"></img>|**Resource bar (continuous)**|A bar that represents a resource in the game (health, mana, ammo, etc).|[Read more...](/gdevelop5/objects/resource-bar) ([reference](/gdevelop5/extensions/panel-sprite-continuous-bar))|
185185
|<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))|
186186
|<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)|
187+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg" class="extension-icon"></img>|**Animated Score Counter**|An animated score counter with an icon and a customisable font.|[Read more...](/gdevelop5/extensions/score-counter)|
187188
|<img src="https://resources.gdevelop-app.com/assets/Icons/share-variant.svg" class="extension-icon"></img>|**Share dialog and sharing options**|Allows to share content via the system share dialog. Works only on mobile (browser or mobile app).|[Read more...](/gdevelop5/extensions/share)|
188189
|<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))|
189190
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/063e9152cf65bc0f3be2a828afd950c3ecf1b1fc72feefdc2467252fe987dc0f_dots-horizontal.svg" class="extension-icon"></img>|**Resource bar (separated units)**|A bar that represents a resource in the game (health, mana, ammo, etc).|[Read more...](/gdevelop5/objects/resource-bar) ([reference](/gdevelop5/extensions/tiled-units-bar))|
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Animated Score Counter
2+
3+
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg" class="extension-icon"></img>
4+
An animated score counter with an icon and a customisable font.
5+
6+
**Authors and contributors** to this community extension: [Bouh](https://gd.games/Bouh).
7+
8+
---
9+
10+
An animated score counter with an icon and a customisable font.
11+
12+
!!! tip
13+
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
14+
15+
16+
17+
## Animated Score Counter
18+
19+
An animated score counter with an icon and a customisable font.
20+
21+
### Object actions
22+
23+
**Score**
24+
Change the score of the object.
25+
26+
### Object conditions
27+
28+
**Score**
29+
Compare the score of the object.
30+
31+
### Object expressions
32+
33+
| Expression | Description | |
34+
|-----|-----|-----|
35+
| `Object.Score()` | Return the score of the object. ||
36+
37+
---
38+
39+
*This page is an auto-generated reference page about the **Animated Score Counter** extension, made by the community of [GDevelop, the open-source, cross-platform game engine designed for everyone](https://gdevelop.io/).* Learn more about [all GDevelop community-made extensions here](/gdevelop5/extensions).

0 commit comments

Comments
 (0)