commit 008ffb68dfb20f142be6d85bf7d2c65775ceb57d Author: Jaap Marsman Date: Wed Nov 9 12:08:30 2022 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..822b784 --- /dev/null +++ b/.gitignore @@ -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_*/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..01d1c36 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# schoolgame + +Continuing on from my Godot project from before... \ No newline at end of file