Update README.md

This commit is contained in:
Marco F 2022-07-14 16:54:58 +02:00 committed by GitHub
parent 0c3dafbe68
commit 26a06a14bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,8 +38,6 @@ Easy to use:
- The Control parent of the joystick is the area in which the joystick can move in Dynamic mode.
- For moving the joystick inside his area, select it, right click, turn on "Editable Children" and then change the position of the Base node.
- With "Editable Children" turned on you can also edit the joystick textures and colors.
- To be able to use the joystick with the mouse, you have to go to Project -> Project Settings -> General -> Input Devices, and turn ON the option "emulate touch from mouse".
- If you want multitouch, make sure the option "emulate mouse from touch" is OFF.
- **To use multitouch and mouse, I advise you to turn ON "emulate touch from mouse" and turn OFF "emulate mouse from touch".**
- **To be able able to use multitouch and mouse, I advise you got to Project -> Project Settings -> General -> Input Devicesto and turn ON "emulate touch from mouse" and turn OFF "emulate mouse from touch".**
- Create a CanvasLayer node and name it "UI", it'll contain all the UI elements, then add the Joystick scene as a child of the UI node and move it where you prefer.
- An example scene is provided in the "Test" folder.