You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm making a game with a joystick. I'm making the position of the joystick customizable. When moving the position of the joystick, I want to just show the joystick component, but not actually let the joystick move.
Describe the solution you'd like
Maybe manager.disabled = true or have an option called disabled when creating joystick.
Describe alternatives you've considered
Just showing a circle instead of a joystick, or just showing a rectangle where the joystick would be.
Additional context
Currently It's just a green outlined rectangle:
Move.joystick.position.mp4
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm making a game with a joystick. I'm making the position of the joystick customizable. When moving the position of the joystick, I want to just show the joystick component, but not actually let the joystick move.
Describe the solution you'd like
Maybe
manager.disabled = true
or have an option calleddisabled
when creating joystick.Describe alternatives you've considered
Just showing a circle instead of a joystick, or just showing a rectangle where the joystick would be.
Additional context
Currently It's just a green outlined rectangle:
Move.joystick.position.mp4
The text was updated successfully, but these errors were encountered: