diff options
| author | iamcheeseman <[email protected]> | 2026-03-13 15:25:03 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-13 15:25:03 -0400 |
| commit | 332d00e92bf620b6dd11dc10096ead7a5badd7f4 (patch) | |
| tree | d0e557afe65949d0d7de2f7aa97a8327f1537360 /main.lua | |
| parent | b47490aea2f63d881a2cc69a326b03abae1a46c0 (diff) | |
Add basic entity editor
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) |
