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", })