Skip to content

Commit

Permalink
Add missing joystick name choices
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Feb 1, 2023
1 parent cb0bcdc commit d48a24d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions examples/resource-bar/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -7887,7 +7887,7 @@
"name": "SpriteMultitouchJoystick",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Videogames/Videogames_controller_joystick_arrows_direction.svg",
"shortDescription": "Joysticks or buttons for touchscreens.",
"version": "1.1.1",
"version": "1.1.2",
"description": [
"Multitouch joysticks can be used the same way as physical gamepads:",
"- 4 or 8 directions",
Expand Down Expand Up @@ -8776,7 +8776,8 @@
{
"description": "Joystick name",
"name": "JoystickIdentifier",
"type": "string"
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
"type": "stringWithSelector"
},
{
"description": "Direction",
Expand Down Expand Up @@ -8856,8 +8857,8 @@
{
"description": "Joystick name",
"name": "JoystickIdentifier",
"supplementaryInformation": "MultitouchJoystick::MultitouchJoystick",
"type": "string"
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
"type": "stringWithSelector"
},
{
"description": "Direction",
Expand Down Expand Up @@ -8902,7 +8903,8 @@
{
"description": "Joystick name",
"name": "JoystickIdentifier",
"type": "string"
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
"type": "stringWithSelector"
}
],
"objectGroups": []
Expand Down Expand Up @@ -8985,7 +8987,8 @@
{
"description": "Joystick name",
"name": "JoystickIdentifier",
"type": "string"
"supplementaryInformation": "[\"Primary\",\"Secondary\"]",
"type": "stringWithSelector"
}
],
"objectGroups": []
Expand Down

0 comments on commit d48a24d

Please sign in to comment.