diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
