diff options
Diffstat (limited to 'src/objs')
| -rw-r--r-- | src/objs/room_editor.lua | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/objs/room_editor.lua b/src/objs/room_editor.lua index baee368..70f0a86 100644 --- a/src/objs/room_editor.lua +++ b/src/objs/room_editor.lua @@ -40,14 +40,8 @@ end function room_editor_ui_sys(ent) local room_editor = ent.room_editor im.begin_window("Room Editor", 120, 5, 180, 320, {}) - -- im.layout({0.5, 0.75, 1}) im.text("Tile: " .. tostring(room_editor.tile)) - -- if im.button(" - ") then - -- tile = math.max(tile - 1, 1) - -- end - -- if im.button("+ ") then - -- tile = tile + 1 - -- end + im.separator() im.layout({0.1, 0.6, 1}) for tileset_id=1, get_tileset_count() do |
