From f5d00397e02fde75e3c63e9872ac5625bd961794 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 12 Mar 2026 18:16:46 -0400 Subject: increase ui scroll speed --- src/objs/room_editor.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/objs') 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 -- cgit v1.3-2-g0d8e