1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-31 18:31:04 +00:00

DEBUGGERY

This commit is contained in:
Lars Mueller 2025-01-20 22:45:17 +01:00
parent 19ea7c8e50
commit 87213f1591
3 changed files with 23 additions and 1 deletions

View file

@ -111,7 +111,7 @@ core.register_entity("testentities:cool_guy", {
},
},
on_activate = function(self)
self.object:set_animation({x = 0, y = 29}, 30, 0, true)
self.object:set_animation({x = 15, y = 15}, 0, 0, true)
end,
})