commit 4929bc56942335fefd8cd49ede98fa1aebb32c9d Author: Bram Date: Wed Aug 27 19:48:29 2025 +0200 Initial commit 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.