ColormaticStudios / quality-godot-first-person-2

An actually good first person controller for the Godot Engine (version 2)
https://godotengine.org/asset-library/asset/2418
MIT License
165 stars 10 forks source link

Removed hardcoded lines (causing the sprint and crouch bug) from Character.tscn #20

Closed Phlegmlee closed 3 months ago

Phlegmlee commented 3 months ago

I found two values in the editor that were causing var CROUCH and var SPRINT to be set to the values of "sprint" and "crouch"

Removing these lines clears up the variable for use with the String = user specified value assignment.