summaryrefslogtreecommitdiffstats
path: root/res/maps/tilesets
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-12-22 04:00:45 +0100
committerNao Pross <naopross@thearcway.org>2018-12-22 04:01:22 +0100
commitda3f74c914afd6529f8b89d2c90b96056c1b5394 (patch)
tree7af4e9b58a7a1f6289b5059ddff70e4fbccd8408 /res/maps/tilesets
parentSkip rendering for blank tiles (value = 0) (diff)
downloadSubconscious-rs-da3f74c914afd6529f8b89d2c90b96056c1b5394.tar.gz
Subconscious-rs-da3f74c914afd6529f8b89d2c90b96056c1b5394.zip
Move tilesets inside res/maps, add error messages for map assets loading
The resources have been moved as a subdirectory of maps because Rust-Embed cannot resolve relative path when resources are embedded in the binary.
Diffstat (limited to 'res/maps/tilesets')
-rw-r--r--res/maps/tilesets/cliff.pngbin0 -> 96155 bytes
-rw-r--r--res/maps/tilesets/ground.pngbin0 -> 227339 bytes
-rw-r--r--res/maps/tilesets/objects.pngbin0 -> 32479 bytes
-rw-r--r--res/maps/tilesets/water.pngbin0 -> 71295 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/res/maps/tilesets/cliff.png b/res/maps/tilesets/cliff.png
new file mode 100644
index 0000000..6ab54c2
--- /dev/null
+++ b/res/maps/tilesets/cliff.png
Binary files differ
diff --git a/res/maps/tilesets/ground.png b/res/maps/tilesets/ground.png
new file mode 100644
index 0000000..80ccd33
--- /dev/null
+++ b/res/maps/tilesets/ground.png
Binary files differ
diff --git a/res/maps/tilesets/objects.png b/res/maps/tilesets/objects.png
new file mode 100644
index 0000000..599c476
--- /dev/null
+++ b/res/maps/tilesets/objects.png
Binary files differ
diff --git a/res/maps/tilesets/water.png b/res/maps/tilesets/water.png
new file mode 100644
index 0000000..e5c5c73
--- /dev/null
+++ b/res/maps/tilesets/water.png
Binary files differ