Mostly just naturalish map generation stuff and some other bits of godot fluff.
Initializes the Godot project with basic configuration files. This includes: - EditorConfig for code style consistency. - Git attributes for line ending normalization. - Git ignore for Godot specific files. - A default project icon. - Initial project settings. |
||
|---|---|---|
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| icon.svg | ||
| icon.svg.import | ||
| project.godot | ||
| README.md | ||