From 332d00e92bf620b6dd11dc10096ead7a5badd7f4 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 13 Mar 2026 15:25:03 -0400 Subject: Add basic entity editor --- main.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.lua') 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) -- cgit v1.3-2-g0d8e