mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
DevTest: Fix armorball sprite (#12228)
This commit is contained in:
parent
fccf1e2eac
commit
a2f13e479b
@ -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 |
Loading…
Reference in New Issue
Block a user