From 3f2597ae77a319fcf5c78aa187364d131b79f64b Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 21 Oct 2024 10:57:00 +0200 Subject: [PATCH] Initial commit --- .gitattributes | 1 + .gitignore | 0 LICENSE | 18 ++++++++++++++++++ README.md | 1 + tiles0.png | 3 +++ tiles1.png | 3 +++ tileset0_og.png | 3 +++ 7 files changed, 29 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 tiles0.png create mode 100644 tiles1.png create mode 100644 tileset0_og.png diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f0bde43 --- /dev/null +++ b/LICENSE @@ -0,0 +1,18 @@ +Copyright 2024 Lukas Krickl (lukas@krickl.dev) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, +including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", +WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..52b59f9 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# tb assets diff --git a/tiles0.png b/tiles0.png new file mode 100644 index 0000000..852cec6 --- /dev/null +++ b/tiles0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ac91801da3a2c15f728bfd6e688207fd261415b8838452ec4c67e20a5a7d28 +size 1058 diff --git a/tiles1.png b/tiles1.png new file mode 100644 index 0000000..0e5e846 --- /dev/null +++ b/tiles1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7024322e192b3efd3941d50d7015f621ce304d5b42c9350b56141cc633f56581 +size 2152 diff --git a/tileset0_og.png b/tileset0_og.png new file mode 100644 index 0000000..f58438f --- /dev/null +++ b/tileset0_og.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91708c4c6610b642fa7ad541541a1abfebe54a2ba521a396ec11cd4895dd294 +size 1014 -- 2.30.2