LucaJunge / godot_joystick

A Joystick control for Godot 4.0. Add the 'Joystick' node to your scene, connect to the signals and you're good to go!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: Add interpolation to the thumbstick

LucaJunge opened this issue · comments

The thumbstick should be able to return immediately (which it does right now) but also move back gradually over time, if that setting is enabled.

Look at the orbit controls for dampening examples and adapt it for this plugin