Skip to content

Commit 4c75db3

Browse files
authored
[Community] [Continuous bar] Fix the max value. (#735)
* Don't show in changelog
1 parent 9896aa1 commit 4c75db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2",
11+
"version": "1.1.3",
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": "PanelSpriteSlider::ResourceBar::SetPropertyMaxValue"
315+
"value": "PanelSpriteSlider::Slider::SetPropertyMaxValue"
316316
},
317317
"parameters": [
318318
"Object",

0 commit comments

Comments
 (0)