center OK on start of turn screen

dev
LeRoyce Pearson 2024-02-19 23:53:59 -07:00
parent 99ba7fad7a
commit cd42fb2ba1
1 changed files with 1 additions and 1 deletions

View File

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