commit 2616f1f05239d97089b2149873a5acca5a2e9a5a Author: PoopLord Date: Wed Nov 12 18:40:11 2025 +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..2067325 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# SurvivalOfTheSnippest + +MultiplayerFighter \ No newline at end of file