summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-04-28 16:51:16 +0000
committerGitHub <noreply@github.com>2022-04-28 18:51:16 +0200
commita2f13e479b536f67e59a71714fec5f97a74b5dea (patch)
treee507da04646ff8f7a39fc14b0f2ec7d72b07cef7 /games
parentfccf1e2eac691443108de8f666d611327dbfcfb3 (diff)
downloadminetest-a2f13e479b536f67e59a71714fec5f97a74b5dea.tar.gz
minetest-a2f13e479b536f67e59a71714fec5f97a74b5dea.tar.bz2
minetest-a2f13e479b536f67e59a71714fec5f97a74b5dea.zip
DevTest: Fix armorball sprite (#12228)
Diffstat (limited to 'games')
-rw-r--r--games/devtest/mods/testentities/armor.lua2
-rw-r--r--games/devtest/mods/testentities/textures/testentities_armorball.pngbin1301 -> 1385 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/games/devtest/mods/testentities/armor.lua b/games/devtest/mods/testentities/armor.lua
index 3887c75fd..415e5bd19 100644
--- a/games/devtest/mods/testentities/armor.lua
+++ b/games/devtest/mods/testentities/armor.lua
@@ -26,7 +26,7 @@ minetest.register_entity("testentities:armorball", {
visual = "sprite",
visual_size = {x=1, y=1},
textures = {"testentities_armorball.png"},
- spritediv = {x=1, y=5},
+ spritediv = {x=1, y=max_phase+1},
initial_sprite_basepos = {x=0, y=0},
},
diff --git a/games/devtest/mods/testentities/textures/testentities_armorball.png b/games/devtest/mods/testentities/textures/testentities_armorball.png
index ffe33fbad..708c7b36d 100644
--- a/games/devtest/mods/testentities/textures/testentities_armorball.png
+++ b/games/devtest/mods/testentities/textures/testentities_armorball.png
Binary files differ