diff options
author | Wuzzy <Wuzzy@disroot.org> | 2022-04-28 16:51:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 18:51:16 +0200 |
commit | a2f13e479b536f67e59a71714fec5f97a74b5dea (patch) | |
tree | e507da04646ff8f7a39fc14b0f2ec7d72b07cef7 /games | |
parent | fccf1e2eac691443108de8f666d611327dbfcfb3 (diff) | |
download | minetest-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.lua | 2 | ||||
-rw-r--r-- | games/devtest/mods/testentities/textures/testentities_armorball.png | bin | 1301 -> 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 Binary files differindex ffe33fbad..708c7b36d 100644 --- a/games/devtest/mods/testentities/textures/testentities_armorball.png +++ b/games/devtest/mods/testentities/textures/testentities_armorball.png |