commit dadecd0b78a7233f136dc03de110e55a149fb124 Author: Robin Hübner Date: Sat Jul 29 14:19:06 2017 +0200 initial commit. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7fe9385 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +icon.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.bmp filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/engine.cfg b/engine.cfg new file mode 100644 index 0000000..57ba9eb --- /dev/null +++ b/engine.cfg @@ -0,0 +1,14 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + + +[application] + + +name="ld-39" +icon="res://icon.png" diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..cd30899 --- /dev/null +++ b/icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a8b4bd010a5f38309d61e524a289b5151b9b2c55bfb69d8a9def74d67202ba +size 2736 diff --git a/icon.png.flags b/icon.png.flags new file mode 100644 index 0000000..5130fd1 --- /dev/null +++ b/icon.png.flags @@ -0,0 +1 @@ +gen_mipmaps=false