Initial commit.
This commit is contained in:
commit
2d11601d3e
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
/.godot/
|
|
@ -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.
|
Loading…
Reference in New Issue