aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-13 15:25:03 -0400
committeriamcheeseman <[email protected]>2026-03-13 15:25:03 -0400
commit332d00e92bf620b6dd11dc10096ead7a5badd7f4 (patch)
treed0e557afe65949d0d7de2f7aa97a8327f1537360 /main.lua
parentb47490aea2f63d881a2cc69a326b03abae1a46c0 (diff)
Add basic entity editor
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 2dfda3d..44809b5 100644
--- a/main.lua
+++ b/main.lua
@@ -14,6 +14,8 @@ function love.load()
event_bind(scn.on_update, "Room_Editor", room_editor_ui_sys)
event_bind(scn.on_ui, "Room_Editor", tile_place_sys)
+ event_bind(scn.on_draw, "Editor_Entity", draw_editor_entity_sys)
+ event_bind(scn.on_ui, "Editor_Entity", editor_entity_ui_sys)
set_scene(scn)