From d9357ef4f360d493b0ee102d9baee46402635154 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 3 May 2018 22:12:26 -0700 Subject: [PATCH] Increase fullscreen->window delay on dialogue message boxes Fixes #38 --- scripts/EdText.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/EdText.rb b/scripts/EdText.rb index fb4c87f..1dfd998 100644 --- a/scripts/EdText.rb +++ b/scripts/EdText.rb @@ -22,7 +22,12 @@ module EdText if Graphics.fullscreen Graphics.fullscreen = false $console = false - sleep 0.2 + if Oneshot::OS == "macos" + sleep 0.65 + else + sleep 0.2 + end + Graphics.update end result = nil # so here, we strip unescaped newlines from the untranslated text