1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Allow rotating entity selectionboxes (#12379)

This commit is contained in:
Lars Müller
2022-10-30 16:53:14 +01:00
committed by GitHub
parent b829231992
commit 077627181e
18 changed files with 271 additions and 58 deletions

View File

@@ -1,2 +1,3 @@
dofile(minetest.get_modpath("testentities").."/visuals.lua")
dofile(minetest.get_modpath("testentities").."/selectionbox.lua")
dofile(minetest.get_modpath("testentities").."/armor.lua")