From 86cfe44183abdee016932b291d9e5f310102aa43 Mon Sep 17 00:00:00 2001 From: Fatbonks Date: Thu, 16 Oct 2025 15:31:02 +1300 Subject: [PATCH] Initial commit --- .gitignore | 17 +++++++++++++++++ README.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf83296 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# ---> Godot +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..c00314a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# shooter-game + +simple shooter game made in c# \ No newline at end of file