godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.44k stars 1.52k forks source link

Fix class name and extends #1064

Closed OursCodeur closed 1 month ago

OursCodeur commented 1 month ago

Pretty straightforward - those were swapped during conversion to strict typing and caused the 3d navigation demo to crash on startup.

Calinou commented 1 month ago

Fixed manually in https://github.com/godotengine/godot-demo-projects/commit/9a0c857131b8561257d3c289a0b76a611c10dbcc, as there were several other instances of this issue. This was due to an issue in the sd command I used in https://github.com/godotengine/godot-demo-projects/pull/1063 to swap the order of class_name and extends to follow the GDScript style guide.

Thanks for the contribution nonetheless :slightly_smiling_face: