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
* Add a deprecation notice on the countdown timer extension.
* Move the recolorizer extension to the community tier.
* Move the dungeon generator extension to the community tier.
* Add a deprecation notice on the extra inventory extension.
* Remove old deprecated extensions.
"shortDescription": "A timer against the clock to create timer challenges in your projects. Countdown functionality.",
12
12
"version": "1.0.2",
13
-
"description": "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.",
13
+
"description": [
14
+
"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.",
15
+
"",
16
+
"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))."
17
+
],
18
+
"origin": {
19
+
"identifier": "CountdownTimer",
20
+
"name": "gdevelop-extension-store"
21
+
},
14
22
"tags": [
15
-
"Countdown",
16
-
"Timer",
17
-
"Clock",
18
-
"Time management"
23
+
"countdown",
24
+
"timer",
25
+
"clock",
26
+
"time attak"
19
27
],
20
28
"authorIds": [
21
29
"xesgTnQuyNXPVkGEDLD3Wcr8O4m1"
22
30
],
23
31
"dependencies": [],
32
+
"globalVariables": [],
33
+
"sceneVariables": [],
24
34
"eventsFunctions": [
25
35
{
26
36
"description": "Set the countdown timer in seconds.",
Copy file name to clipboardExpand all lines: extensions/community/ExtraInventory.json
+16-54Lines changed: 16 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,26 @@
1
1
{
2
2
"author": "",
3
3
"category": "Game mechanic",
4
-
"description": "Adds functions that let you add or remove multiple items from an inventory, as well as a function to set the count of an item in an inventory.\n\nThis function makes use of GDevelop's built-in inventory system.",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Education and Learning/Education and Learning_education_school_bag_backpack.svg",
12
11
"shortDescription": "Adds functions that let you add/remove multiple items from an inventory, as well as a function to set the count of an item.",
13
12
"version": "0.0.2",
13
+
"description": [
14
+
"Adds functions that let you add or remove multiple items from an inventory, as well as a function to set the count of an item in an inventory.",
15
+
"",
16
+
"This function makes use of GDevelop's built-in inventory system.",
17
+
"",
18
+
"This extension is deprecated. The [simple inventory extension](https://wiki.gdevelop.io/gdevelop5/extensions/inventories) should be used instead."
19
+
],
20
+
"origin": {
21
+
"identifier": "ExtraInventory",
22
+
"name": "gdevelop-extension-store"
23
+
},
14
24
"tags": [
15
25
"inventory",
16
26
"extra",
@@ -20,14 +30,14 @@
20
30
"XqKHAww3OUe8NPLCCWqA478em9j2"
21
31
],
22
32
"dependencies": [],
33
+
"globalVariables": [],
34
+
"sceneVariables": [],
23
35
"eventsFunctions": [
24
36
{
25
37
"description": "Adds multiple items to an inventory.",
26
38
"fullName": "Add multiple items",
27
39
"functionType": "Action",
28
-
"group": "",
29
40
"name": "InventoryAdd",
30
-
"private": false,
31
41
"sentence": "Add _PARAM3_ of _PARAM2_ to inventory _PARAM1_",
32
42
"events": [
33
43
{
@@ -69,33 +79,18 @@
69
79
],
70
80
"parameters": [
71
81
{
72
-
"codeOnly": false,
73
-
"defaultValue": "",
74
82
"description": "Inventory name",
75
-
"longDescription": "",
76
83
"name": "Inventory",
77
-
"optional": false,
78
-
"supplementaryInformation": "",
79
84
"type": "string"
80
85
},
81
86
{
82
-
"codeOnly": false,
83
-
"defaultValue": "",
84
87
"description": "Item name",
85
-
"longDescription": "",
86
88
"name": "Item",
87
-
"optional": false,
88
-
"supplementaryInformation": "",
89
89
"type": "string"
90
90
},
91
91
{
92
-
"codeOnly": false,
93
-
"defaultValue": "",
94
92
"description": "How many objects to add?",
95
-
"longDescription": "",
96
93
"name": "Count",
97
-
"optional": false,
98
-
"supplementaryInformation": "",
99
94
"type": "expression"
100
95
}
101
96
],
@@ -105,9 +100,7 @@
105
100
"description": "Removes multiple items from an inventory.",
106
101
"fullName": "Remove multiple items",
107
102
"functionType": "Action",
108
-
"group": "",
109
103
"name": "InventoryRemove",
110
-
"private": false,
111
104
"sentence": "Remove _PARAM3_ of _PARAM2_ from inventory _PARAM1_",
112
105
"events": [
113
106
{
@@ -149,33 +142,18 @@
149
142
],
150
143
"parameters": [
151
144
{
152
-
"codeOnly": false,
153
-
"defaultValue": "",
154
145
"description": "Inventory name",
155
-
"longDescription": "",
156
146
"name": "Inventory",
157
-
"optional": false,
158
-
"supplementaryInformation": "",
159
147
"type": "string"
160
148
},
161
149
{
162
-
"codeOnly": false,
163
-
"defaultValue": "",
164
150
"description": "Item name",
165
-
"longDescription": "",
166
151
"name": "Item",
167
-
"optional": false,
168
-
"supplementaryInformation": "",
169
152
"type": "string"
170
153
},
171
154
{
172
-
"codeOnly": false,
173
-
"defaultValue": "",
174
155
"description": "How many objects to remove?",
175
-
"longDescription": "",
176
156
"name": "Count",
177
-
"optional": false,
178
-
"supplementaryInformation": "",
179
157
"type": "expression"
180
158
}
181
159
],
@@ -185,9 +163,7 @@
185
163
"description": "Sets the number of items in an inventory.",
186
164
"fullName": "Set the number of items",
187
165
"functionType": "Action",
188
-
"group": "",
189
166
"name": "InventorySet",
190
-
"private": false,
191
167
"sentence": "Set the number of _PARAM2_ in inventory _PARAM1_ to _PARAM3_ ",
0 commit comments