Bug fixes

* Fixed developer start shortcut not functioning when CTRL is being pressed
* Removed overlay from TBA_message function (superseded)
This commit is contained in:
LoafyLemon 2023-03-21 21:30:35 +00:00
parent f5038ac3cf
commit 08c8a42d1f
2 changed files with 1 additions and 6 deletions

View File

@ -254,7 +254,7 @@ screen navigation(title=None):
if show_quick_start:
textbutton _("Quick Start") action Start("start_quick") sensitive is_sensitive
elif show_dev_start:
textbutton _("Developer Start") action Start("start_dev") sensitive is_sensitive
textbutton _("Developer Start") action Start("start_dev") sensitive is_sensitive keysym "ctrl_mousedown_1"
else:
textbutton _("Start") action Start() sensitive is_sensitive
else:

View File

@ -63,12 +63,7 @@ init -1 python:
return "missing_label"
def TBA_message(msg="Currently unavailable, check in later versions of the game."):
renpy.show_screen("blktone")
renpy.with_statement(d3)
renpy.say(nar, msg)
renpy.hide_screen("blktone")
renpy.with_statement(d3)
return
def save_whitespace(refresh=False):
"""