From e3634a80ad29221b9fc0cc60a543027074096dd1 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 12 Mar 2026 16:41:55 -0400 Subject: Move the UI rendering outside of the canvas --- src/objs/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objs') diff --git a/src/objs/player.lua b/src/objs/player.lua index 0903372..c046c7c 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -44,7 +44,7 @@ function player_movement_sys(player, dt) end function player_ui_sys(_) - im.begin_window("Room Editor", 5, 5, 50, 50, {}) + im.begin_window("Room Editor", 120, 5, 180, 320, {}) im.layout({0.5, 0.75, 1}) im.text("Tile: " .. tostring(tile)) if im.button(" - ") then -- cgit v1.3-2-g0d8e