|
8 | 8 | "name": "TiledUnitsBar", |
9 | 9 | "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/063e9152cf65bc0f3be2a828afd950c3ecf1b1fc72feefdc2467252fe987dc0f_dots-horizontal.svg", |
10 | 10 | "shortDescription": "A bar that represents a resource in the game (health, mana, ammo, etc).", |
11 | | - "version": "1.1.0", |
| 11 | + "version": "1.1.1", |
12 | 12 | "description": "A bar that represents a resource in the game (health, mana, ammo, etc).", |
13 | 13 | "origin": { |
14 | 14 | "identifier": "ResourceBar", |
|
1231 | 1231 | "actions": [ |
1232 | 1232 | { |
1233 | 1233 | "type": { |
1234 | | - "value": "PanelSpriteContinuousBar::ResourceBar::SetValue" |
| 1234 | + "value": "TiledUnitsBar::ResourceBar::SetValue" |
1235 | 1235 | }, |
1236 | 1236 | "parameters": [ |
1237 | 1237 | "FillBar", |
|
1264 | 1264 | { |
1265 | 1265 | "description": "Behavior", |
1266 | 1266 | "name": "Behavior", |
1267 | | - "supplementaryInformation": "PanelSpriteContinuousBar::ResourceBar", |
| 1267 | + "supplementaryInformation": "TiledUnitsBar::ResourceBar", |
1268 | 1268 | "type": "behavior" |
1269 | 1269 | } |
1270 | 1270 | ], |
|
1319 | 1319 | "actions": [ |
1320 | 1320 | { |
1321 | 1321 | "type": { |
1322 | | - "value": "PanelSpriteContinuousBar::ResourceBar::SetMaxValue" |
| 1322 | + "value": "TiledUnitsBar::ResourceBar::SetMaxValue" |
1323 | 1323 | }, |
1324 | 1324 | "parameters": [ |
1325 | 1325 | "FillBar", |
|
1361 | 1361 | { |
1362 | 1362 | "description": "Behavior", |
1363 | 1363 | "name": "Behavior", |
1364 | | - "supplementaryInformation": "PanelSpriteContinuousBar::ResourceBar", |
| 1364 | + "supplementaryInformation": "TiledUnitsBar::ResourceBar", |
1365 | 1365 | "type": "behavior" |
1366 | 1366 | } |
1367 | 1367 | ], |
|
1380 | 1380 | "conditions": [ |
1381 | 1381 | { |
1382 | 1382 | "type": { |
1383 | | - "value": "PanelSpriteContinuousBar::ResourceBar::IsEmpty" |
| 1383 | + "value": "TiledUnitsBar::ResourceBar::IsEmpty" |
1384 | 1384 | }, |
1385 | 1385 | "parameters": [ |
1386 | 1386 | "FillBar", |
|
1424 | 1424 | "conditions": [ |
1425 | 1425 | { |
1426 | 1426 | "type": { |
1427 | | - "value": "PanelSpriteContinuousBar::ResourceBar::IsFull" |
| 1427 | + "value": "TiledUnitsBar::ResourceBar::IsFull" |
1428 | 1428 | }, |
1429 | 1429 | "parameters": [ |
1430 | 1430 | "FillBar", |
|
1575 | 1575 | "behaviors": [ |
1576 | 1576 | { |
1577 | 1577 | "name": "ResourceBar", |
1578 | | - "type": "PanelSpriteContinuousBar::ResourceBar", |
| 1578 | + "type": "TiledUnitsBar::ResourceBar", |
1579 | 1579 | "Value": 1, |
1580 | 1580 | "MaxValue": 3, |
1581 | 1581 | "PreviousValue": 0 |
|
0 commit comments