1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

DevTest: Clean up callback textures

This commit is contained in:
Wuzzy 2022-10-08 18:45:51 +02:00 committed by sfan5
parent 2da92ed81e
commit 23ef0d0916
7 changed files with 1 additions and 1 deletions

View file

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