Initial commit

This commit is contained in:
Jaap Marsman 2022-11-09 12:08:30 +00:00
commit 008ffb68df
2 changed files with 16 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# ---> Godot
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# schoolgame
Continuing on from my Godot project from before...