Increase fullscreen->window delay on dialogue message boxes

Fixes #38
This commit is contained in:
Vinyl Darkscratch 2018-05-03 22:12:26 -07:00
parent 77b419d30a
commit d9357ef4f3
1 changed files with 6 additions and 1 deletions

View File

@ -22,8 +22,13 @@ module EdText
if Graphics.fullscreen if Graphics.fullscreen
Graphics.fullscreen = false Graphics.fullscreen = false
$console = false $console = false
if Oneshot::OS == "macos"
sleep 0.65
else
sleep 0.2 sleep 0.2
end end
Graphics.update
end
result = nil result = nil
# so here, we strip unescaped newlines from the untranslated text # so here, we strip unescaped newlines from the untranslated text
# for the translator to find the right string. Then from the # for the translator to find the right string. Then from the