commit 2d11601d3edacccca70bb84f59d67ee51faeb6f5 Author: blujai831 Date: Wed Dec 27 12:10:40 2023 -0800 Initial commit. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f2a1393 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.ogg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.glb filter=lfs diff=lfs merge=lfs -text +*.otf filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a218e0a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.godot/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e49cab --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Hi! You're early! + +This is the root commit. There's nothing here yet. + +The main branch is reserved for feature-complete and known-working refs. +If you're reading this on the head of the main branch, it's probably because +the project is in such early development that no feature-complete +and known-working refs exist yet. In this case, to take a look +at development progress, and/or playtest whatever incomplete content +is available thus far, you can checkout the dev branch instead.