From 4929bc56942335fefd8cd49ede98fa1aebb32c9d Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 27 Aug 2025 19:48:29 +0200 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 3 +++ README.md | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7426f76 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Super Tux Brawler + +**Super Tux Brawler** is a brawler game that orients itself around free, open +source and/or public domain fictional characters.