Salty Green
2
stars
0
forks
source link
Salty-Green
Godot 4.3 Stable
Controls
Code Style
- PascalCase for class names.
- UPPERCASE_WITH_UNDERSCORES for constants and exported variables.
- snake_case for variables and function names.
- Clear distinction between private and public methods, using an underscore (_) for private methods.
- Extensive inline commenting to explain physics calculations and assumptions.