MarcoFazioRandom / Virtual-Joystick-Godot

A simple virtual joystick for touchscreens, for both 2D and 3D games, with useful options.
MIT License
742 stars 80 forks source link

Added a "follow mode" #52

Closed Snikur closed 10 months ago

Snikur commented 1 year ago

The stick follows the thumb if a certain distance is met

MarcoFazioRandom commented 1 year ago

Hello, Sorry for the late feedback and thank you for your commit. This project already had this option in the early versions, but I decided to remove it because I thought nobody would use it and it was a bit confusing, indeed I didn't find it in any games. Furthermore, I want to keep this addon simple, without too many case-specific options. What do you think?

Snikur commented 10 months ago

Talking about late replies 😅 No worries! Games like Brawl Stars use this approach and I find it much more intuitive compared to static joystick or tap to static joystick. Keeping it simple is fine, I'll just use my own branch. Maybe keep the branch available if someone else wants it later?