Skip to content

Commit 327d595

Browse files
committed
Fix a typo in the "activate" actions
1 parent b30f6b6 commit 327d595

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

examples/resource-bar/game.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@
4444
"showGDevelopSplash": true,
4545
"showProgressBar": true
4646
},
47+
"watermark": {
48+
"placement": "bottom-left",
49+
"showWatermark": true
50+
},
4751
"authorIds": [],
52+
"authorUsernames": [],
4853
"categories": [],
4954
"playableDevices": [],
5055
"extensionProperties": [],
@@ -12229,7 +12234,7 @@
1222912234
"name": "PanelSpriteButton",
1223012235
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Interface Elements/Interface Elements_interface_ui_button_ok_cta_clock_tap.svg",
1223112236
"shortDescription": "A button that can be customized.",
12232-
"version": "1.4.1",
12237+
"version": "1.4.2",
1223312238
"description": [
1223412239
"The button can be customized with a background for each state and a label. It handles user interactions and a simple condition can be used to check if it is clicked.",
1223512240
"",
@@ -14574,7 +14579,7 @@
1457414579
"fullName": "De/activate interactions",
1457514580
"functionType": "Action",
1457614581
"name": "Activate",
14577-
"sentence": "De/activate interactions with _PARAM0_: _PARAM1_",
14582+
"sentence": "Activate interactions with _PARAM0_: _PARAM1_",
1457814583
"events": [
1457914584
{
1458014585
"type": "BuiltinCommonInstructions::Standard",
@@ -16479,7 +16484,7 @@
1647916484
"name": "PanelSpriteSlider",
1648016485
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/1678c39a3b2bd3df4f82a8a293770db4986a6bcfd3f78e738ddfc86e39176423_UI Essentials_sliders_options.svg",
1648116486
"shortDescription": "A draggable slider that users can move to select a numerical value.",
16482-
"version": "1.3.0",
16487+
"version": "1.3.1",
1648316488
"description": "A draggable slider that users can move to select a numerical value. The slider can be customized with sprites.",
1648416489
"origin": {
1648516490
"identifier": "PanelSpriteSlider",
@@ -19739,7 +19744,7 @@
1973919744
"fullName": "De/activate interactions",
1974019745
"functionType": "Action",
1974119746
"name": "Activate",
19742-
"sentence": "De/activate interactions with _PARAM0_: _PARAM1_",
19747+
"sentence": "Activate interactions with _PARAM0_: _PARAM1_",
1974319748
"events": [
1974419749
{
1974519750
"type": "BuiltinCommonInstructions::Standard",
@@ -22662,7 +22667,7 @@
2266222667
"name": "SpriteToggleSwitch",
2266322668
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/8d0cd8cd0c9318f4f6efde6ee6b4c192bd19306467f80c9970387a259300f895_Interface Elements_interface_ui_toggle_switch_on_off.svg",
2266422669
"shortDescription": "Toggle switch that users can click or touch.",
22665-
"version": "1.2.0",
22670+
"version": "1.2.1",
2266622671
"description": "Toggle switch that users can click or touch. The switch can be customized with sprites.",
2266722672
"tags": [
2266822673
"ui",
@@ -24890,7 +24895,7 @@
2489024895
"fullName": "De/activate interactions",
2489124896
"functionType": "Action",
2489224897
"name": "Activate",
24893-
"sentence": "De/activate interactions with _PARAM0_: _PARAM1_",
24898+
"sentence": "Activate interactions with _PARAM0_: _PARAM1_",
2489424899
"events": [
2489524900
{
2489624901
"type": "BuiltinCommonInstructions::Standard",

0 commit comments

Comments
 (0)