summaryrefslogtreecommitdiff
path: root/examples/resources/images
diff options
context:
space:
mode:
authorjussi2022-02-18 18:27:10 +0200
committerjussi2022-02-18 18:27:10 +0200
commit6e4fdd3b3ae4e4656e151f098c40cfe551a36e8c (patch)
tree37e30d371ebd44dfc8bab0d33c26f0294bda5ae4 /examples/resources/images
parent345cc1d5aa3b3c97e2cce453dc65a62c3e05427b (diff)
downloadreilua-enhanced-6e4fdd3b3ae4e4656e151f098c40cfe551a36e8c.tar.gz
reilua-enhanced-6e4fdd3b3ae4e4656e151f098c40cfe551a36e8c.tar.bz2
reilua-enhanced-6e4fdd3b3ae4e4656e151f098c40cfe551a36e8c.zip
Added initial files.
Diffstat (limited to 'examples/resources/images')
-rw-r--r--examples/resources/images/LICENCE5
-rw-r--r--examples/resources/images/apple.pngbin0 -> 239 bytes
-rw-r--r--examples/resources/images/cat.pngbin0 -> 388467 bytes
-rw-r--r--examples/resources/images/grass.pngbin0 -> 1065 bytes
-rw-r--r--examples/resources/images/snake.pngbin0 -> 1933 bytes
-rw-r--r--examples/resources/images/tiles.pngbin0 -> 32917 bytes
6 files changed, 5 insertions, 0 deletions
diff --git a/examples/resources/images/LICENCE b/examples/resources/images/LICENCE
new file mode 100644
index 0000000..fca0d39
--- /dev/null
+++ b/examples/resources/images/LICENCE
@@ -0,0 +1,5 @@
+Resource Author Licence Source
+tiles.png Chris Hamons (maintainer) CC0 https://opengameart.org/content/dungeon-crawl-32x32-tiles
+apple.png Jussi Viitala CC0
+grass.png Jussi Viitala CC0
+snake.png Jussi Viitala CC0 \ No newline at end of file
diff --git a/examples/resources/images/apple.png b/examples/resources/images/apple.png
new file mode 100644
index 0000000..9526aa6
--- /dev/null
+++ b/examples/resources/images/apple.png
Binary files differ
diff --git a/examples/resources/images/cat.png b/examples/resources/images/cat.png
new file mode 100644
index 0000000..db56b9e
--- /dev/null
+++ b/examples/resources/images/cat.png
Binary files differ
diff --git a/examples/resources/images/grass.png b/examples/resources/images/grass.png
new file mode 100644
index 0000000..4ba7263
--- /dev/null
+++ b/examples/resources/images/grass.png
Binary files differ
diff --git a/examples/resources/images/snake.png b/examples/resources/images/snake.png
new file mode 100644
index 0000000..e1b0091
--- /dev/null
+++ b/examples/resources/images/snake.png
Binary files differ
diff --git a/examples/resources/images/tiles.png b/examples/resources/images/tiles.png
new file mode 100644
index 0000000..4e3e9cc
--- /dev/null
+++ b/examples/resources/images/tiles.png
Binary files differ