Skip to content

Commit 69bb5ea

Browse files
authored
[Reviewed] [Multitouch joystick] Fix floating joysticks to be hidden back on release (#1679)
1 parent 120a4af commit 69bb5ea

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

extensions/reviewed/SpriteMultitouchJoystick.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "SpriteMultitouchJoystick",
1010
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Videogames/Videogames_controller_joystick_arrows_direction.svg",
1111
"shortDescription": "Joysticks or buttons for touchscreens.",
12-
"version": "1.8.0",
12+
"version": "1.8.1",
1313
"description": [
1414
"Multitouch joysticks can be used the same way as physical gamepads:",
1515
"- 4 or 8 directions",
@@ -6140,6 +6140,16 @@
61406140
"no",
61416141
""
61426142
]
6143+
},
6144+
{
6145+
"type": {
6146+
"value": "SetBooleanVariable"
6147+
},
6148+
"parameters": [
6149+
"ShouldBeHiddenWhenReleased",
6150+
"False",
6151+
""
6152+
]
61436153
}
61446154
]
61456155
}
@@ -6304,7 +6314,7 @@
63046314
},
63056315
"parameters": [
63066316
"ShouldBeHiddenWhenReleased",
6307-
"False",
6317+
"True",
63086318
""
63096319
]
63106320
},

0 commit comments

Comments
 (0)