- You need to use gdtoolkit to format the code.You can copy
tools/pre-commit
to.git/hooks
to do that automatically
-
Please adhere to the style guide proposed by the official Godot.
-
For GDScript, follow the GDScript Style Guide.
- Please avoid hardcoding scene paths or other resources directly in the code at all costs. We require that it should be possible to refactor at any time without causing any issues. The robustness of the code is an important factor we consider.