Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 275 Bytes

DoF

Things to Know

world.tscn is the root scene

Naming Convetions

Going with something similar to Ruby here (not all files/nodes following convention yet).

Node names are pascal case, e.g. MainCharacter.

And file names are snake case, e.g. main_character.gd.