We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minor typo
Folder/file naming exceptions to allow for smaller filepaths.
Specifying how far to indent multiple lines of if conditions.
Adding an exception to unique names in the project.
Adding an exception to variables at the top of functions regarding defensive returns.
Godot now allows for adding documentation to its help section. Adding to style guidelines.
This rule about comments stinks, removing.
Adding exceptions to signal function placement.
Signals generally go into a special node for separation purposes.
Placement of preloaded PackedScene variables.
Preloaded PackedScene variables
Removal of "public" variables, all variables are public.
Further refinement of autoload rules
Autoload definitions.
Exception for main room.
Function name specifications.
Signals use snake_case.
clarification on UI nodes
modifying coding style guidelines to match closer to Godot's best practices and result in a reduction of workload for the rework.
initial coding style guideline creation
Initial wiki page creation