DevTest: Fix armorball sprite (#12228)

master
Wuzzy 2022-04-28 16:51:16 +00:00 committed by GitHub
parent fccf1e2eac
commit a2f13e479b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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},
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB