Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Object {
"Starter",
"Anchor",
"Objects with animations",
"Bitmap Text",
"Event functions",
"Sounds and music",
"Layers and cameras",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"firstLayout": "StartMenu",
"gdVersion": {
"build": 236,
"build": 242,
"major": 5,
"minor": 5,
"revision": 0
Expand Down Expand Up @@ -1315,6 +1315,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 100,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -1375,6 +1376,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 40,
"lineHeight": 0,
"color": "255;255;255"
}
}
Expand Down Expand Up @@ -9097,6 +9099,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 10,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -9144,6 +9147,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 10,
"lineHeight": 0,
"color": "56;255;4"
}
},
Expand Down Expand Up @@ -9327,6 +9331,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 20,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -9923,6 +9928,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 22,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -9970,6 +9976,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 22,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10017,6 +10024,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 22,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10064,6 +10072,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 22,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10209,6 +10218,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 100,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10269,6 +10279,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 40,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10329,6 +10340,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 40,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10389,6 +10401,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 40,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10495,6 +10508,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 25,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -10537,6 +10551,7 @@
"textAlignment": "",
"verticalTextAlignment": "top",
"characterSize": 25,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -24061,6 +24076,7 @@
"Linear",
"Exponential"
],
"choices": [],
"advanced": true,
"name": "ExponentialCoolingRate"
},
Expand Down Expand Up @@ -24826,6 +24842,7 @@
"textAlignment": "center",
"verticalTextAlignment": "center",
"characterSize": 20,
"lineHeight": 0,
"color": "0;0;0"
}
},
Expand Down Expand Up @@ -26561,6 +26578,7 @@
"extraInformation": [
"Label"
],
"choices": [],
"name": "ShowLabel"
},
{
Expand Down Expand Up @@ -26645,6 +26663,7 @@
"textAlignment": "center",
"verticalTextAlignment": "center",
"characterSize": 22,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -26908,6 +26927,7 @@
"textAlignment": "center",
"verticalTextAlignment": "center",
"characterSize": 16,
"lineHeight": 0,
"color": "255;255;255"
}
},
Expand Down Expand Up @@ -34129,6 +34149,7 @@
"extraInformation": [
"OpacityCapability::OpacityBehavior"
],
"choices": [],
"name": "Opacity"
},
{
Expand All @@ -34138,6 +34159,7 @@
"extraInformation": [
"Tween::TweenBehavior"
],
"choices": [],
"name": "TweenBehavior"
},
{
Expand Down Expand Up @@ -34996,6 +35018,7 @@
"extraInformation": [
"EffectCapability::EffectBehavior"
],
"choices": [],
"name": "Effect"
},
{
Expand Down Expand Up @@ -35046,7 +35069,7 @@
"name": "ShakeObject",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/arrow-all.svg",
"shortDescription": "Shake an object.",
"version": "1.6.0",
"version": "1.6.1",
"description": [
"Shake an object (position, angle or scale).",
"",
Expand Down Expand Up @@ -39446,13 +39469,8 @@
"extraInformation": [
"ScalableCapability::ScalableBehavior"
],
"choices": [],
"name": "Scale"
},
{
"value": "",
"type": "Number",
"label": "",
"name": "Property"
}
],
"sharedPropertyDescriptors": []
Expand Down
Loading
Loading