Small Godot Wild Jam game
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Initial commit

Raptor 5408cda3

+17
+2
.gitattributes
··· 1 + # Auto detect text files and perform LF normalization 2 + * text=auto
+15
.gitignore
··· 1 + # Godot 4+ specific ignores 2 + .godot/ 3 + 4 + # Godot-specific ignores 5 + .import/ 6 + export.cfg 7 + export_presets.cfg 8 + 9 + # Imported translations (automatically generated from CSV files) 10 + *.translation 11 + 12 + # Mono-specific ignores 13 + .mono/ 14 + data_*/ 15 + mono_crash.*.json