sokoban.love/0056-end_frame

4 lines
85 B
Plaintext

-- Pause a drawing called by animate().
end_frame = function()
coroutine.yield()
end