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
39 changes: 35 additions & 4 deletions examples/calcopus-spine-demo/calcopus-spine-demo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"firstLayout": "",
"gdVersion": {
"build": 99,
"major": 4,
"minor": 0,
"build": 216,
"major": 5,
"minor": 4,
"revision": 0
},
"properties": {
Expand Down Expand Up @@ -500,6 +500,16 @@
"name": "square-icon.png",
"smoothed": true,
"userAdded": false
},
{
"file": "assets/sound/bubble_appear.wav",
"kind": "audio",
"metadata": "",
"name": "assets/sound/bubble_appear.wav",
"preloadAsMusic": false,
"preloadAsSound": false,
"preloadInCache": false,
"userAdded": true
}
],
"resourceFolders": []
Expand Down Expand Up @@ -8841,6 +8851,8 @@
"particleAngleRandomness2": 0,
"particleBlue1": 255,
"particleBlue2": 187,
"particleColor1": "64;255;255",
"particleColor2": "65;166;187",
"particleGravityX": 0,
"particleGravityY": -700,
"particleGreen1": 255,
Expand Down Expand Up @@ -8919,6 +8931,7 @@
"text": "Tap on a bubble with lowest value",
"font": "assets\\Mitr-Regular.ttf",
"textAlignment": "left",
"verticalTextAlignment": "top",
"characterSize": 35,
"color": "241;241;241"
}
Expand Down Expand Up @@ -8978,6 +8991,7 @@
"text": "",
"font": "assets\\Mitr-SemiBold.ttf",
"textAlignment": "center",
"verticalTextAlignment": "top",
"characterSize": 32,
"color": "240;240;240"
}
Expand Down Expand Up @@ -9024,6 +9038,7 @@
"text": "x",
"font": "assets\\Mitr-SemiBold.ttf",
"textAlignment": "center",
"verticalTextAlignment": "top",
"characterSize": 85,
"color": "236;236;236"
}
Expand Down Expand Up @@ -9092,6 +9107,7 @@
"text": "14",
"font": "assets\\Mitr-SemiBold.ttf",
"textAlignment": "center",
"verticalTextAlignment": "top",
"characterSize": 85,
"color": "241;241;241"
}
Expand Down Expand Up @@ -9144,6 +9160,7 @@
"text": "",
"font": "assets\\Mitr-SemiBold.ttf",
"textAlignment": "left",
"verticalTextAlignment": "top",
"characterSize": 27,
"color": "255;255;255"
}
Expand All @@ -9170,6 +9187,8 @@
"particleAngleRandomness2": 0,
"particleBlue1": 255,
"particleBlue2": 255,
"particleColor1": "255;255;255",
"particleColor2": "255;255;255",
"particleGravityX": 0,
"particleGravityY": 555,
"particleGreen1": 255,
Expand Down Expand Up @@ -9215,6 +9234,8 @@
"particleAngleRandomness2": 0,
"particleBlue1": 255,
"particleBlue2": 255,
"particleColor1": "255;255;255",
"particleColor2": "255;255;255",
"particleGravityX": 0,
"particleGravityY": 0,
"particleGreen1": 255,
Expand Down Expand Up @@ -9739,6 +9760,8 @@
"particleAngleRandomness2": 0,
"particleBlue1": 255,
"particleBlue2": 187,
"particleColor1": "64;255;255",
"particleColor2": "65;166;187",
"particleGravityX": 0,
"particleGravityY": -700,
"particleGreen1": 255,
Expand Down Expand Up @@ -11148,7 +11171,7 @@
},
"parameters": [
"",
"assets\\bubble_appear.wav",
"assets/sound/bubble_appear.wav",
"1",
"15",
"1.5"
Expand Down Expand Up @@ -15649,6 +15672,8 @@
"ZgrsWuRTAkXgeuPV9bo0zuEcA2w1"
],
"dependencies": [],
"globalVariables": [],
"sceneVariables": [],
"eventsFunctions": [
{
"description": "Define a shape painter as a mask of an object.",
Expand Down Expand Up @@ -15810,6 +15835,8 @@
"IWykYNRvhCZBN3vEgKEbBPOR3Oc2"
],
"dependencies": [],
"globalVariables": [],
"sceneVariables": [],
"eventsFunctions": [
{
"description": "Define helper classes JavaScript code.",
Expand Down Expand Up @@ -16435,6 +16462,8 @@
"ZgrsWuRTAkXgeuPV9bo0zuEcA2w1"
],
"dependencies": [],
"globalVariables": [],
"sceneVariables": [],
"eventsFunctions": [
{
"description": "The index of the first variable that equals to a specific number in an array.",
Expand Down Expand Up @@ -20836,6 +20865,8 @@
"gqDaZjCfevOOxBYkK6zlhtZnXCg1"
],
"dependencies": [],
"globalVariables": [],
"sceneVariables": [],
"eventsFunctions": [],
"eventsBasedBehaviors": [
{
Expand Down
Loading