godotengine / godot-demo-projects

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

Fix class name and extends #1065

Closed OursCodeur closed 4 months ago

OursCodeur commented 4 months ago

Those were swapped during conversion to strict typing and caused the 2.5d demo to crash on startup.

Calinou commented 4 months 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: