godotengine / tps-demo

Godot Third Person Shooter with high quality assets and lighting
Other
955 stars 166 forks source link

[4.0] Fix the settings menu #165

Closed jtnicholl closed 1 year ago

jtnicholl commented 1 year ago

The script was checking pressed instead of button_pressed, so it was always resolving to true and resulted in everything being at the highest option. There were also no button groups.

Calinou commented 1 year ago

Superseded by https://github.com/godotengine/tps-demo/pull/166. Thanks for the contribution nonetheless!