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

Revert "DEBUGGERY"

This reverts commit e1becd8a390bbb2396808559bb3ab00917a28322.
This commit is contained in:
Lars Mueller 2025-01-26 00:41:05 +01:00
parent 9b87f4d294
commit 15da2d3d25
3 changed files with 1 additions and 22 deletions

View file

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