gdquest-demos / godot-3-demos

Dozens of free and open source demos for the Godot game engine, version 3. Head to the link below for newer demos for Godot 4+
https://github.com/gdquest-demos/
MIT License
1.85k stars 978 forks source link

Fix player.gd script errors #30

Closed mitchcurtis closed 5 years ago

mitchcurtis commented 5 years ago

Apparently enums were changed in 3.1, so the enum value has to be prefixed with the enum's name.

NathanLovato commented 5 years ago

Thanks!