From 130d695ec51509318135a1d4e833eb7b7921350b Mon Sep 17 00:00:00 2001 From: ZakatTeamI2P Date: Tue, 14 Apr 2026 21:34:06 +0200 Subject: [PATCH] Bug fixes and other --- assets/AppRun | 0 cleanup.sh | 0 journal/unix/macOS/Python | Bin make-appimage.sh | 0 make-journal-linux.sh | 0 make-oneshot-linux.sh | 0 mklang.rb | 0 mklangsrc.rb | 0 oclint.sh | 0 patches/mac/CreateBundle.sh | 0 patches/mac/Info.plist.in | 0 patches/mac/oneshot.sh | 0 scripts/Scene_Title.rb | 15 ++++++++------- 13 files changed, 8 insertions(+), 7 deletions(-) mode change 100755 => 100644 assets/AppRun mode change 100755 => 100644 cleanup.sh mode change 100755 => 100644 journal/unix/macOS/Python mode change 100755 => 100644 make-appimage.sh mode change 100755 => 100644 make-journal-linux.sh mode change 100755 => 100644 make-oneshot-linux.sh mode change 100755 => 100644 mklang.rb mode change 100755 => 100644 mklangsrc.rb mode change 100755 => 100644 oclint.sh mode change 100755 => 100644 patches/mac/CreateBundle.sh mode change 100755 => 100644 patches/mac/Info.plist.in mode change 100755 => 100644 patches/mac/oneshot.sh diff --git a/assets/AppRun b/assets/AppRun old mode 100755 new mode 100644 diff --git a/cleanup.sh b/cleanup.sh old mode 100755 new mode 100644 diff --git a/journal/unix/macOS/Python b/journal/unix/macOS/Python old mode 100755 new mode 100644 diff --git a/make-appimage.sh b/make-appimage.sh old mode 100755 new mode 100644 diff --git a/make-journal-linux.sh b/make-journal-linux.sh old mode 100755 new mode 100644 diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh old mode 100755 new mode 100644 diff --git a/mklang.rb b/mklang.rb old mode 100755 new mode 100644 diff --git a/mklangsrc.rb b/mklangsrc.rb old mode 100755 new mode 100644 diff --git a/oclint.sh b/oclint.sh old mode 100755 new mode 100644 diff --git a/patches/mac/CreateBundle.sh b/patches/mac/CreateBundle.sh old mode 100755 new mode 100644 diff --git a/patches/mac/Info.plist.in b/patches/mac/Info.plist.in old mode 100755 new mode 100644 diff --git a/patches/mac/oneshot.sh b/patches/mac/oneshot.sh old mode 100755 new mode 100644 diff --git a/scripts/Scene_Title.rb b/scripts/Scene_Title.rb index c9cd168..6ec959f 100644 --- a/scripts/Scene_Title.rb +++ b/scripts/Scene_Title.rb @@ -53,13 +53,14 @@ class Scene_Title if File.exists?("Graphics/Titles/#{translation_name}.png") @sprite.bitmap = RPG::Cache.title(translation_name) else - if File.exist?("badend.lock") - @sprite.bitmap = RPG::Cache.title("badend") - else - @sprite.bitmap = RPG::Cache.title($data_system.title_name) - end - end - + if Window_Settings.OneShotMode = true + if File.exist?("badend.lock") + @sprite.bitmap = RPG::Cache.title("badend") + else + @sprite.bitmap = RPG::Cache.title($data_system.title_name) + end + end + end # check for debug file to add debug items if Window_Settings.DebugIsEnabled = true # debug save