summaryrefslogtreecommitdiff
path: root/client/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.lua')
-rw-r--r--client/main.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/main.lua b/client/main.lua
index a6cc4b6..f74cfa9 100644
--- a/client/main.lua
+++ b/client/main.lua
@@ -261,7 +261,7 @@ function love.draw()
local hm = wm:to_hex()
love.graphics.origin()
- util.print_good(tostring(selected_tile), 400,10)
+ util.print_good(tostring(selected_tile), "center",10)
if _G.debugmode and local_player then
util.print_good(table.concat({
"ms "..tostring(sm),
@@ -279,13 +279,13 @@ function love.draw()
},"\n"),10,10)
end
if show_controls then
- util.print_good(help_text,300,200)
+ util.print_good(help_text,"center","center")
end
msgbox.draw()
if ui_mode ~= "normal" then
- util.print_good(ui_mode, 700,10)
+ util.print_good(ui_mode, -20,10)
end
if ui_mode == "chat" then