GarbajYT / godot_updated_fps_controller

An updated basic fps controller for Godot 3.3 and 4.0
MIT License
240 stars 49 forks source link

Pointless dictionary #3

Closed rxn7 closed 3 years ago

rxn7 commented 3 years ago

What's the point of having an int 'accel' and dictionary 'accelTypes' when you can just use constants? It's terrible idea to do it with dictionary. Especially when using string as the key.

GarbajYT commented 3 years ago

It probably is better to use constants. I'll get around to changing it soon