Skip to content

Commit 9896aa1

Browse files
authored
[Community] [UI objects] Fix extension namespace in instructions. (#734)
* Don't show in changelog
1 parent 61eac81 commit 9896aa1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

extensions/community/PanelSpriteSlider.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "PanelSpriteSlider",
99
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/1678c39a3b2bd3df4f82a8a293770db4986a6bcfd3f78e738ddfc86e39176423_UI Essentials_sliders_options.svg",
1010
"shortDescription": "A draggable slider that users can move to select a numerical value.",
11-
"version": "1.1.1",
11+
"version": "1.1.2",
1212
"description": "A draggable slider that users can move to select a numerical value. The slider can be customized with sprites.",
1313
"origin": {
1414
"identifier": "ResourceBar",
@@ -312,7 +312,7 @@
312312
"actions": [
313313
{
314314
"type": {
315-
"value": "PanelSpriteContinuousBar::ResourceBar::SetPropertyMaxValue"
315+
"value": "PanelSpriteSlider::ResourceBar::SetPropertyMaxValue"
316316
},
317317
"parameters": [
318318
"Object",

extensions/community/TiledUnitsBar.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "TiledUnitsBar",
99
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/063e9152cf65bc0f3be2a828afd950c3ecf1b1fc72feefdc2467252fe987dc0f_dots-horizontal.svg",
1010
"shortDescription": "A bar that represents a resource in the game (health, mana, ammo, etc).",
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"description": "A bar that represents a resource in the game (health, mana, ammo, etc).",
1313
"origin": {
1414
"identifier": "ResourceBar",
@@ -1231,7 +1231,7 @@
12311231
"actions": [
12321232
{
12331233
"type": {
1234-
"value": "PanelSpriteContinuousBar::ResourceBar::SetValue"
1234+
"value": "TiledUnitsBar::ResourceBar::SetValue"
12351235
},
12361236
"parameters": [
12371237
"FillBar",
@@ -1264,7 +1264,7 @@
12641264
{
12651265
"description": "Behavior",
12661266
"name": "Behavior",
1267-
"supplementaryInformation": "PanelSpriteContinuousBar::ResourceBar",
1267+
"supplementaryInformation": "TiledUnitsBar::ResourceBar",
12681268
"type": "behavior"
12691269
}
12701270
],
@@ -1319,7 +1319,7 @@
13191319
"actions": [
13201320
{
13211321
"type": {
1322-
"value": "PanelSpriteContinuousBar::ResourceBar::SetMaxValue"
1322+
"value": "TiledUnitsBar::ResourceBar::SetMaxValue"
13231323
},
13241324
"parameters": [
13251325
"FillBar",
@@ -1361,7 +1361,7 @@
13611361
{
13621362
"description": "Behavior",
13631363
"name": "Behavior",
1364-
"supplementaryInformation": "PanelSpriteContinuousBar::ResourceBar",
1364+
"supplementaryInformation": "TiledUnitsBar::ResourceBar",
13651365
"type": "behavior"
13661366
}
13671367
],
@@ -1380,7 +1380,7 @@
13801380
"conditions": [
13811381
{
13821382
"type": {
1383-
"value": "PanelSpriteContinuousBar::ResourceBar::IsEmpty"
1383+
"value": "TiledUnitsBar::ResourceBar::IsEmpty"
13841384
},
13851385
"parameters": [
13861386
"FillBar",
@@ -1424,7 +1424,7 @@
14241424
"conditions": [
14251425
{
14261426
"type": {
1427-
"value": "PanelSpriteContinuousBar::ResourceBar::IsFull"
1427+
"value": "TiledUnitsBar::ResourceBar::IsFull"
14281428
},
14291429
"parameters": [
14301430
"FillBar",
@@ -1575,7 +1575,7 @@
15751575
"behaviors": [
15761576
{
15771577
"name": "ResourceBar",
1578-
"type": "PanelSpriteContinuousBar::ResourceBar",
1578+
"type": "TiledUnitsBar::ResourceBar",
15791579
"Value": 1,
15801580
"MaxValue": 3,
15811581
"PreviousValue": 0

0 commit comments

Comments
 (0)