diff options
author | Nao Pross <naopross@thearcway.org> | 2018-12-22 04:00:45 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-12-22 04:01:22 +0100 |
commit | da3f74c914afd6529f8b89d2c90b96056c1b5394 (patch) | |
tree | 7af4e9b58a7a1f6289b5059ddff70e4fbccd8408 /res/maps/tilesets | |
parent | Skip rendering for blank tiles (value = 0) (diff) | |
download | Subconscious-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 '')
-rw-r--r-- | res/maps/tilesets/cliff.png (renamed from res/tilesets/cliff.png) | bin | 96155 -> 96155 bytes |
-rw-r--r-- | res/maps/tilesets/ground.png (renamed from res/tilesets/ground.png) | bin | 227339 -> 227339 bytes |
-rw-r--r-- | res/maps/tilesets/objects.png (renamed from res/tilesets/objects.png) | bin | 32479 -> 32479 bytes |
-rw-r--r-- | res/maps/tilesets/water.png (renamed from res/tilesets/water.png) | bin | 71295 -> 71295 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/res/tilesets/cliff.png b/res/maps/tilesets/cliff.png Binary files differindex 6ab54c2..6ab54c2 100644 --- a/res/tilesets/cliff.png +++ b/res/maps/tilesets/cliff.png diff --git a/res/tilesets/ground.png b/res/maps/tilesets/ground.png Binary files differindex 80ccd33..80ccd33 100644 --- a/res/tilesets/ground.png +++ b/res/maps/tilesets/ground.png diff --git a/res/tilesets/objects.png b/res/maps/tilesets/objects.png Binary files differindex 599c476..599c476 100644 --- a/res/tilesets/objects.png +++ b/res/maps/tilesets/objects.png diff --git a/res/tilesets/water.png b/res/maps/tilesets/water.png Binary files differindex e5c5c73..e5c5c73 100644 --- a/res/tilesets/water.png +++ b/res/maps/tilesets/water.png |