Hello, as someone with no Godot experience after using unity for about 2 years I have really been enjoying this course so far! One issue I have encountered is that the slider I am using to set my dash and move speed variables in the inspector does not increment. In our code, we have used the Range hint to allow us to use a slider when setting our exported fields.
The slider does work and does slide between 0 and 20 as defined in the code, however it is not incrementing by 0.1. As you can see here, as I drag the slider, it lands on values to the third decimal place.
If there is anything I need to do to fix this issue, please let me know. Thank you!