diff --git a/extensions/reviewed/ScoreCounter.json b/extensions/reviewed/ScoreCounter.json index 2b70e402f..2316a2d6a 100644 --- a/extensions/reviewed/ScoreCounter.json +++ b/extensions/reviewed/ScoreCounter.json @@ -1,6 +1,7 @@ { "author": "", "category": "User interface", + "dimension": "", "extensionNamespace": "", "fullName": "Animated score counter", "gdevelopVersion": ">=5.5.222", @@ -9,7 +10,7 @@ "name": "ScoreCounter", "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg", "shortDescription": "Animated score counter with an icon.", - "version": "1.4.0", + "version": "1.4.1", "description": [ "An animated score counter with an icon and a customisable font.", "", @@ -53,6 +54,14 @@ "objectGroups": [] } ], + "eventsFunctionsFolderStructure": { + "folderName": "__ROOT", + "children": [ + { + "functionName": "IsInGameEdition" + } + ] + }, "eventsBasedBehaviors": [ { "description": "Smoothly changes a counter value in a text object.", @@ -299,6 +308,23 @@ "objectGroups": [] } ], + "eventsFunctionsFolderStructure": { + "folderName": "__ROOT", + "children": [ + { + "functionName": "doStepPreEvents" + }, + { + "functionName": "Value" + }, + { + "functionName": "SetValue" + }, + { + "functionName": "ResetDisplayedValue" + } + ] + }, "propertyDescriptors": [ { "value": "", @@ -2760,6 +2786,23 @@ "objectGroups": [] } ], + "eventsFunctionsFolderStructure": { + "folderName": "__ROOT", + "children": [ + { + "functionName": "ShakeObject_PositionAngleScale" + }, + { + "functionName": "doStepPostEvents" + }, + { + "functionName": "StopShaking" + }, + { + "functionName": "IsShaking" + } + ] + }, "propertyDescriptors": [ { "value": "", @@ -2770,12 +2813,6 @@ ], "choices": [], "name": "Scale" - }, - { - "value": "", - "type": "Number", - "label": "", - "name": "Property" } ], "propertiesFolderStructure": { @@ -2783,9 +2820,6 @@ "children": [ { "propertyName": "Scale" - }, - { - "propertyName": "Property" } ] } @@ -3143,13 +3177,24 @@ "actions": [ { "type": { - "value": "TextContainerCapability::TextContainerBehavior::SetValue" + "value": "ScoreCounter::RollingCounter::SetValue" }, "parameters": [ "CounterText", - "Text", + "RollingCounter", "=", - "Score" + "Score", + "" + ] + }, + { + "type": { + "value": "ScoreCounter::RollingCounter::ResetDisplayedValue" + }, + "parameters": [ + "CounterText", + "RollingCounter", + "" ] } ] @@ -3351,11 +3396,11 @@ "value": "ScoreCounter::ShakeObject_PositionAngleScale::ShakeObject_PositionAngleScale" }, "parameters": [ - "Counter", + "CounterText", "ShakeObject_PositionAngleScale", "0.2", "0", - "10", + "0.15 * Icon.Height()", "0", "0", "0.1", @@ -3468,6 +3513,26 @@ "objectGroups": [] } ], + "eventsFunctionsFolderStructure": { + "folderName": "__ROOT", + "children": [ + { + "functionName": "onCreated" + }, + { + "functionName": "onHotReloading" + }, + { + "functionName": "Score" + }, + { + "functionName": "SetScore" + }, + { + "functionName": "ResetPitch" + } + ] + }, "propertyDescriptors": [ { "value": "0",