Skip to content

Commit d48a24d

Browse files
committed
Add missing joystick name choices
1 parent cb0bcdc commit d48a24d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

examples/resource-bar/game.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -7887,7 +7887,7 @@
78877887
"name": "SpriteMultitouchJoystick",
78887888
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Videogames/Videogames_controller_joystick_arrows_direction.svg",
78897889
"shortDescription": "Joysticks or buttons for touchscreens.",
7890-
"version": "1.1.1",
7890+
"version": "1.1.2",
78917891
"description": [
78927892
"Multitouch joysticks can be used the same way as physical gamepads:",
78937893
"- 4 or 8 directions",
@@ -8776,7 +8776,8 @@
87768776
{
87778777
"description": "Joystick name",
87788778
"name": "JoystickIdentifier",
8779-
"type": "string"
8779+
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
8780+
"type": "stringWithSelector"
87808781
},
87818782
{
87828783
"description": "Direction",
@@ -8856,8 +8857,8 @@
88568857
{
88578858
"description": "Joystick name",
88588859
"name": "JoystickIdentifier",
8859-
"supplementaryInformation": "MultitouchJoystick::MultitouchJoystick",
8860-
"type": "string"
8860+
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
8861+
"type": "stringWithSelector"
88618862
},
88628863
{
88638864
"description": "Direction",
@@ -8902,7 +8903,8 @@
89028903
{
89038904
"description": "Joystick name",
89048905
"name": "JoystickIdentifier",
8905-
"type": "string"
8906+
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
8907+
"type": "stringWithSelector"
89068908
}
89078909
],
89088910
"objectGroups": []
@@ -8985,7 +8987,8 @@
89858987
{
89868988
"description": "Joystick name",
89878989
"name": "JoystickIdentifier",
8988-
"type": "string"
8990+
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
8991+
"type": "stringWithSelector"
89898992
}
89908993
],
89918994
"objectGroups": []

0 commit comments

Comments
 (0)