summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDS <vorunbekannt75@web.de>2020-08-20 22:25:29 +0200
committerGitHub <noreply@github.com>2020-08-20 22:25:29 +0200
commit98faeac5a7b382e5d7ce0474bf7d52fc5975a23c (patch)
treeba08707c5b06087fe8472ed6245ace7a0683d7e2 /games
parent9c7340104a7ec4007e3dfe0bb4482f3c8f9878e0 (diff)
downloadminetest-98faeac5a7b382e5d7ce0474bf7d52fc5975a23c.tar.gz
minetest-98faeac5a7b382e5d7ce0474bf7d52fc5975a23c.tar.bz2
minetest-98faeac5a7b382e5d7ce0474bf7d52fc5975a23c.zip
Load media from subfolders (#9065)
Diffstat (limited to 'games')
-rw-r--r--games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass.pngbin0 -> 829 bytes
-rw-r--r--games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass_side.png (renamed from games/devtest/mods/basenodes/textures/default_grass_side.png)bin796 -> 796 bytes
-rw-r--r--games/devtest/mods/basenodes/textures/dirt_with_grass/info.txt3
3 files changed, 3 insertions, 0 deletions
diff --git a/games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass.png b/games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass.png
new file mode 100644
index 000000000..29fde6b26
--- /dev/null
+++ b/games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass.png
Binary files differ
diff --git a/games/devtest/mods/basenodes/textures/default_grass_side.png b/games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass_side.png
index 04770b6f6..04770b6f6 100644
--- a/games/devtest/mods/basenodes/textures/default_grass_side.png
+++ b/games/devtest/mods/basenodes/textures/dirt_with_grass/default_grass_side.png
Binary files differ
diff --git a/games/devtest/mods/basenodes/textures/dirt_with_grass/info.txt b/games/devtest/mods/basenodes/textures/dirt_with_grass/info.txt
new file mode 100644
index 000000000..8db21ed9c
--- /dev/null
+++ b/games/devtest/mods/basenodes/textures/dirt_with_grass/info.txt
@@ -0,0 +1,3 @@
+This is for testing loading textures from subfolders.
+If it works correctly, the default_grass_side.png file in this folder is used but
+default_grass.png is not overwritten by the file in this folder.