commit f485a37234cabc0053748bff429923254f738367 Author: zman27 Date: Fri Jul 15 11:26:55 2022 -0400 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..650ed6f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# haz-moonjam + +Untitled Moonjam project by Team HAZ \ No newline at end of file