Merge remote-tracking branch 'origin/interface2' into kinetic_text

This commit is contained in:
Johnny28 2024-06-11 16:05:54 +02:00
commit 92e35611e1
2 changed files with 3 additions and 2 deletions

View File

@ -388,6 +388,7 @@ transform navigation_show:
transform navigation_hide:
subpixel True
events False
zoom 1.0
alpha 1.0
easeout_back 0.4 zoom 0.0 alpha 0.0
@ -555,4 +556,4 @@ style navigation_bar is empty:
style navigation_note:
padding (6, 4)
background Frame(Image("gui/creamy_pumpkin_pie/book/book_note.png", oversample=4), 40, 40, 40, 40, tile=False)
background Frame(Image("gui/creamy_pumpkin_pie/book/book_note.png", oversample=4), 40, 40, 40, 40, tile=False)

View File

@ -87,7 +87,7 @@ screen quickbox():
textbutton "󰇚" action QuickSave() tooltip _("Quick Save") # File Save (\F01DA)
textbutton "󰕒" action QuickLoad() tooltip _("Quick Load") # File Load (\F0552)
textbutton "󰁪" action Preference("auto-forward", "toggle") tooltip _("Auto-Forward Dialogue") # Autoplay (\F18F2)
textbutton "󰒓" action ShowMenu("preferences") tooltip _("Game Options") # Settings (\F0493)
textbutton "󰒓" action ShowMenu("navigation") tooltip _("Game Options") # Settings (\F0493)
textbutton "󰮫" action ToggleVariable("states.settings.quickbox_expanded", True, False) tooltip _("Toggle Quick Action Box") # Menu (\F0BAB)
style quickbox_button