Skip to content

Commit ac717d9

Browse files
authored
Update SpriteMultitouchJoystick description
1 parent 4968b3d commit ac717d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/reviewed/SpriteMultitouchJoystick.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"shortDescription": "Joysticks or buttons for touchscreens.",
1212
"version": "1.8.3",
1313
"description": [
14-
"Multitouch joysticks can be used the same way as physical gamepads:",
14+
"Multitouch joysticks are objects showing a joystick on the screen, useful for mobile. They work like a physical gamepad:",
1515
"- 4 or 8 directions",
1616
"- Analogus pads",
1717
"- Player selection",
18-
"- Controls mapping for top-down movement and platformer characters",
18+
"- Automatic \"mapper\" behaviors for 2D and 3D movement behaviors (platformer characters, top-down movement, 3D character etc...). Add one of these to the object with the movement behavior (i.e: the player most of the time) and the behavior will then be controlled automatically by the virtual joystick (it works by reading the multitouch joystick state and simulating controls).",
1919
"",
2020
"There are ready-to-use joysticks in the asset-store [multitouch joysticks pack](https://editor.gdevelop.io/?initial-dialog=asset-store&asset-pack=multitouch-joysticks-multitouch-joysticks)."
2121
],
@@ -7171,4 +7171,4 @@
71717171
]
71727172
}
71737173
]
7174-
}
7174+
}

0 commit comments

Comments
 (0)