aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testentities/init.lua
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2022-10-30 16:53:14 +0100
committerGitHub <noreply@github.com>2022-10-30 16:53:14 +0100
commit077627181ee2eac3c0dacc3d8dc49825837e474c (patch)
treea8a6298198738f2edb30bd7e733a7a0d2005affa /games/devtest/mods/testentities/init.lua
parentb8292319924994352d56d6111faa73fe315d149a (diff)
downloadminetest-077627181ee2eac3c0dacc3d8dc49825837e474c.tar.xz
Allow rotating entity selectionboxes (#12379)
Diffstat (limited to 'games/devtest/mods/testentities/init.lua')
-rw-r--r--games/devtest/mods/testentities/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/devtest/mods/testentities/init.lua b/games/devtest/mods/testentities/init.lua
index 94d8d47c2..6e0f8acb8 100644
--- a/games/devtest/mods/testentities/init.lua
+++ b/games/devtest/mods/testentities/init.lua
@@ -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")