Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 398 Bytes

Salty-Green

Godot 4.3 Stable

Controls

  • F3: Debug

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.