This guide is loosly based on Godot's contributing guidelines:
- We use Godot 4.3-stable
- If you want to implement a big feature, open an issue or a Github discussion so we can talk about it first
- Format your commit messages with readability in mind
- Adapt to the project's coding style
- Use C-style logical operators:
&&,||,!instead ofand,or,not - Use function separators (see any
.gdfile in this repository for examples) - Always use static typing