From dadecd0b78a7233f136dc03de110e55a149fb124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCbner?= Date: Sat, 29 Jul 2017 14:19:06 +0200 Subject: [PATCH] initial commit. --- .gitattributes | 6 ++++++ README.md | 0 engine.cfg | 14 ++++++++++++++ icon.png | 3 +++ icon.png.flags | 1 + 5 files changed, 24 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 engine.cfg create mode 100644 icon.png create mode 100644 icon.png.flags 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