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
A timer against the clock to create timer challenges in your projects. Countdown functionality.
@@ -16,6 +16,8 @@ A timer against the clock to create timer challenges in your projects. Countdown
16
16
17
17
This extension provides a timer against the clock to create timed challenges in your projects. You can set an initial time in seconds and then start the timer to count down. The extension includes actions to start or reset the timer, stop it at zero or allow negative numbers, and get the time remaining on the timer via an expression. With this extension, you will be able to easily add countdown functionality.
18
18
19
+
This extension is deprecated. Prefer using a timer and a substraction like in the countdown timer example ([open the project online](https://editor.gdevelop.io/?project=example://count-down-timer)).
20
+
19
21
!!! tip
20
22
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
21
23
@@ -49,4 +51,4 @@ Check if the countdown timer has reached zero.
49
51
50
52
---
51
53
52
-
*This page is an auto-generated reference page about the **Countdown Timer** 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).
54
+
*This page is an auto-generated reference page about the **Countdown timer (deprecated)** 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).
Copy file name to clipboardExpand all lines: docs/gdevelop5/extensions/dungeon-generator/index.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ Create a procedurally generated dungeon. Includes two layouts: "rooms and hallw
5
5
6
6
**Authors and contributors** to this community extension: [VictrisGames](https://gd.games/VictrisGames), [oscuridad666](https://gd.games/oscuridad666).
7
7
8
+
!!! warning
9
+
This is an extension made by a community member — but not reviewed
10
+
by the GDevelop extension team. As such, we can't guarantee it
11
+
meets all the quality standards of official extensions. In case of
12
+
doubt, contact the author to know more about what the extension
Copy file name to clipboardExpand all lines: docs/gdevelop5/extensions/extra-inventory/index.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Extra inventory functions
1
+
# Extra inventory functions (deprecated)
2
2
3
3
<imgsrc="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Education and Learning/Education and Learning_education_school_bag_backpack.svg"class="extension-icon"></img>
4
4
Adds functions that let you add/remove multiple items from an inventory, as well as a function to set the count of an item.
@@ -18,6 +18,8 @@ Adds functions that let you add or remove multiple items from an inventory, as w
18
18
19
19
This function makes use of GDevelop's built-in inventory system.
20
20
21
+
This extension is deprecated. The [simple inventory extension](https://wiki.gdevelop.io/gdevelop5/extensions/inventories) should be used instead.
22
+
21
23
!!! tip
22
24
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
23
25
@@ -36,4 +38,4 @@ Sets the number of items in an inventory.
36
38
37
39
---
38
40
39
-
*This page is an auto-generated reference page about the **Extra inventory functions** 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).
41
+
*This page is an auto-generated reference page about the **Extra inventory functions (deprecated)** 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