aboutsummaryrefslogtreecommitdiff
path: root/src/objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs')
-rw-r--r--src/objs/player.lua2
1 files changed, 1 insertions, 1 deletions
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