aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/unittests
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-10-08 18:45:51 +0200
committersfan5 <sfan5@live.de>2022-10-23 21:58:56 +0200
commit23ef0d0916207c9d00ec3b39778fb8a7ec29e1cb (patch)
tree3cbf2e6f79ceb260a1983736b5dc4dbae7c8add3 /games/devtest/mods/unittests
parent2da92ed81e9867483a4d49bc1f9cbfb104755ff7 (diff)
downloadminetest-23ef0d0916207c9d00ec3b39778fb8a7ec29e1cb.tar.xz
DevTest: Clean up callback textures
Diffstat (limited to 'games/devtest/mods/unittests')
-rw-r--r--games/devtest/mods/unittests/entity.lua2
-rw-r--r--games/devtest/mods/unittests/textures/unittests_callback.pngbin0 -> 157 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/games/devtest/mods/unittests/entity.lua b/games/devtest/mods/unittests/entity.lua
index 68635cad7..565dd6adf 100644
--- a/games/devtest/mods/unittests/entity.lua
+++ b/games/devtest/mods/unittests/entity.lua
@@ -15,7 +15,7 @@ core.register_entity("unittests:callbacks", {
initial_properties = {
hp_max = 5,
visual = "upright_sprite",
- textures = { "unittests_stick.png" },
+ textures = { "unittests_callback.png" },
static_save = false,
},
diff --git a/games/devtest/mods/unittests/textures/unittests_callback.png b/games/devtest/mods/unittests/textures/unittests_callback.png
new file mode 100644
index 000000000..3c80fdc0d
--- /dev/null
+++ b/games/devtest/mods/unittests/textures/unittests_callback.png
Binary files differ