This commit is contained in:
LoafyLemon 2024-05-21 20:51:31 +01:00
parent 53548aecdb
commit 972b9dcd70

View File

@ -96,6 +96,7 @@ style quickbox_button_text:
color "#bbbbbb"
hover_color "#ffffff"
selected_color "#EA8E61"
selected_hover_color "#ffffff"
outlines [(2, "#000000", 1, 1)]
size 24
@ -226,7 +227,7 @@ init python:
if st > 0.1:
return None
if "{w}" in what:
if "{w" in what:
return None
warper = _warper.easein(st / 0.1)