Skip to content

Commit 133d1b8

Browse files
committed
Fix floating joysticks to hide back on release
1 parent 481fcba commit 133d1b8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

examples/3d-car-coin-hunt/3d-car-coin-hunt.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32894,7 +32894,7 @@
3289432894
"name": "SpriteMultitouchJoystick",
3289532895
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Videogames/Videogames_controller_joystick_arrows_direction.svg",
3289632896
"shortDescription": "Joysticks or buttons for touchscreens.",
32897-
"version": "1.8.0",
32897+
"version": "1.8.1",
3289832898
"description": [
3289932899
"Multitouch joysticks can be used the same way as physical gamepads:",
3290032900
"- 4 or 8 directions",
@@ -39025,6 +39025,16 @@
3902539025
"no",
3902639026
""
3902739027
]
39028+
},
39029+
{
39030+
"type": {
39031+
"value": "SetBooleanVariable"
39032+
},
39033+
"parameters": [
39034+
"ShouldBeHiddenWhenReleased",
39035+
"False",
39036+
""
39037+
]
3902839038
}
3902939039
]
3903039040
}
@@ -39189,7 +39199,7 @@
3918939199
},
3919039200
"parameters": [
3919139201
"ShouldBeHiddenWhenReleased",
39192-
"False",
39202+
"True",
3919339203
""
3919439204
]
3919539205
},

0 commit comments

Comments
 (0)