From cd42fb2ba179700eeba89b8f5d1e5604cefba328 Mon Sep 17 00:00:00 2001 From: geemili Date: Mon, 19 Feb 2024 23:53:59 -0700 Subject: [PATCH] center OK on start of turn screen --- rummy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rummy.lua b/rummy.lua index a7164b9..76f4408 100644 --- a/rummy.lua +++ b/rummy.lua @@ -223,7 +223,7 @@ function handler_start_of_turn(action) local x=space_around table.insert(elements, { visual="OK", - textx=space_around+8, texty=68+10, + textx=space_around+4, texty=68+10, x=space_around, y=68, action="start-turn", })