Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 80 additions & 15 deletions extensions/reviewed/ScoreCounter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"author": "",
"category": "User interface",
"dimension": "",
"extensionNamespace": "",
"fullName": "Animated score counter",
"gdevelopVersion": ">=5.5.222",
Expand All @@ -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.",
"",
Expand Down Expand Up @@ -53,6 +54,14 @@
"objectGroups": []
}
],
"eventsFunctionsFolderStructure": {
"folderName": "__ROOT",
"children": [
{
"functionName": "IsInGameEdition"
}
]
},
"eventsBasedBehaviors": [
{
"description": "Smoothly changes a counter value in a text object.",
Expand Down Expand Up @@ -299,6 +308,23 @@
"objectGroups": []
}
],
"eventsFunctionsFolderStructure": {
"folderName": "__ROOT",
"children": [
{
"functionName": "doStepPreEvents"
},
{
"functionName": "Value"
},
{
"functionName": "SetValue"
},
{
"functionName": "ResetDisplayedValue"
}
]
},
"propertyDescriptors": [
{
"value": "",
Expand Down Expand Up @@ -2760,6 +2786,23 @@
"objectGroups": []
}
],
"eventsFunctionsFolderStructure": {
"folderName": "__ROOT",
"children": [
{
"functionName": "ShakeObject_PositionAngleScale"
},
{
"functionName": "doStepPostEvents"
},
{
"functionName": "StopShaking"
},
{
"functionName": "IsShaking"
}
]
},
"propertyDescriptors": [
{
"value": "",
Expand All @@ -2770,22 +2813,13 @@
],
"choices": [],
"name": "Scale"
},
{
"value": "",
"type": "Number",
"label": "",
"name": "Property"
}
],
"propertiesFolderStructure": {
"folderName": "__ROOT",
"children": [
{
"propertyName": "Scale"
},
{
"propertyName": "Property"
}
]
}
Expand Down Expand Up @@ -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",
""
]
}
]
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -3468,6 +3513,26 @@
"objectGroups": []
}
],
"eventsFunctionsFolderStructure": {
"folderName": "__ROOT",
"children": [
{
"functionName": "onCreated"
},
{
"functionName": "onHotReloading"
},
{
"functionName": "Score"
},
{
"functionName": "SetScore"
},
{
"functionName": "ResetPitch"
}
]
},
"propertyDescriptors": [
{
"value": "0",
Expand Down
Loading