Bug fixes and other

This commit is contained in:
ZakatTeamI2P 2026-04-14 21:34:06 +02:00
parent 799370de98
commit 130d695ec5
13 changed files with 8 additions and 7 deletions

0
assets/AppRun Executable file → Normal file
View file

0
cleanup.sh Executable file → Normal file
View file

0
journal/unix/macOS/Python Executable file → Normal file
View file

0
make-appimage.sh Executable file → Normal file
View file

0
make-journal-linux.sh Executable file → Normal file
View file

0
make-oneshot-linux.sh Executable file → Normal file
View file

0
mklang.rb Executable file → Normal file
View file

0
mklangsrc.rb Executable file → Normal file
View file

0
oclint.sh Executable file → Normal file
View file

0
patches/mac/CreateBundle.sh Executable file → Normal file
View file

0
patches/mac/Info.plist.in Executable file → Normal file
View file

0
patches/mac/oneshot.sh Executable file → Normal file
View file

View file

@ -53,13 +53,14 @@ class Scene_Title
if File.exists?("Graphics/Titles/#{translation_name}.png")
@sprite.bitmap = RPG::Cache.title(translation_name)
else
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