diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2020-11-04 21:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 21:46:18 +0100 |
commit | 3356da01513860d899cde503408436f7e1918f63 (patch) | |
tree | fa5c33194f29ca26c0118e33a7181ee484ef4da7 /games/devtest/mods/testformspec/textures | |
parent | e3bd6704a0eb65e9490347680441c7a08df36f7a (diff) | |
download | minetest-3356da01513860d899cde503408436f7e1918f63.tar.gz minetest-3356da01513860d899cde503408436f7e1918f63.tar.bz2 minetest-3356da01513860d899cde503408436f7e1918f63.zip |
Add model[] formspec element (#10320)
Formspec element to display models, written by @kilbith, rebased and tweaked.
Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'games/devtest/mods/testformspec/textures')
-rw-r--r-- | games/devtest/mods/testformspec/textures/default_chest_front.png | bin | 0 -> 423 bytes |
-rw-r--r-- | games/devtest/mods/testformspec/textures/default_chest_inside.png | bin | 0 -> 102 bytes |
-rw-r--r-- | games/devtest/mods/testformspec/textures/default_chest_side.png | bin | 0 -> 375 bytes |
-rw-r--r-- | games/devtest/mods/testformspec/textures/default_chest_top.png | bin | 0 -> 423 bytes |
-rw-r--r-- | games/devtest/mods/testformspec/textures/testformspec_character.png | bin | 0 -> 2754 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/games/devtest/mods/testformspec/textures/default_chest_front.png b/games/devtest/mods/testformspec/textures/default_chest_front.png Binary files differnew file mode 100644 index 000000000..85227d8fd --- /dev/null +++ b/games/devtest/mods/testformspec/textures/default_chest_front.png diff --git a/games/devtest/mods/testformspec/textures/default_chest_inside.png b/games/devtest/mods/testformspec/textures/default_chest_inside.png Binary files differnew file mode 100644 index 000000000..5f7b6b132 --- /dev/null +++ b/games/devtest/mods/testformspec/textures/default_chest_inside.png diff --git a/games/devtest/mods/testformspec/textures/default_chest_side.png b/games/devtest/mods/testformspec/textures/default_chest_side.png Binary files differnew file mode 100644 index 000000000..44a65a43d --- /dev/null +++ b/games/devtest/mods/testformspec/textures/default_chest_side.png diff --git a/games/devtest/mods/testformspec/textures/default_chest_top.png b/games/devtest/mods/testformspec/textures/default_chest_top.png Binary files differnew file mode 100644 index 000000000..f4a92ee07 --- /dev/null +++ b/games/devtest/mods/testformspec/textures/default_chest_top.png diff --git a/games/devtest/mods/testformspec/textures/testformspec_character.png b/games/devtest/mods/testformspec/textures/testformspec_character.png Binary files differnew file mode 100644 index 000000000..05021781e --- /dev/null +++ b/games/devtest/mods/testformspec/textures/testformspec_character.png |