summaryrefslogtreecommitdiff
path: root/honey/std.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-05-16 16:01:26 -0500
committersanine <sanine.not@pm.me>2023-05-16 16:01:26 -0500
commit52c760d39397bb5261981892e2ae2a87e21a2b3f (patch)
tree56fe282969f3c89eb9ce46fd7701b0dc9619f843 /honey/std.lua
parentb62b5ddd0cb781a7f83e489b1d5838a32e4b109b (diff)
refactor collision system
Diffstat (limited to 'honey/std.lua')
-rw-r--r--honey/std.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/honey/std.lua b/honey/std.lua
index 8b70699..0132a58 100644
--- a/honey/std.lua
+++ b/honey/std.lua
@@ -10,6 +10,7 @@ honey.ecs = require 'honey.ecs.ecs'
honey.ecs.node = require 'honey.ecs.node'
honey.ecs.render = require 'honey.ecs.render'
honey.ecs.script = require 'honey.ecs.script'
+honey.ecs.collision = require 'honey.ecs.collision'
-- glm is so frequently used that we load it globally, not locally