forked from Cavemanon/Farelie-game
Add L's pink button
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.7 KiB |
+2
-2
@@ -259,7 +259,7 @@ screen quick_buttons(filename, label_functions):
|
||||
for l_f in label_functions:
|
||||
use quick_button(filename, l_f[0], l_f[1])
|
||||
|
||||
image pink_button = im.MatrixColor("gui/button/uioptionbuttons/template_idle.png", im.matrix.hue(50))
|
||||
#image colored_button = im.MatrixColor("gui/button/uioptionbuttons/template_idle.png", im.matrix.hue(50))
|
||||
screen quick_menu():
|
||||
|
||||
## Ensure this appears on top of other screens.
|
||||
@@ -272,7 +272,7 @@ screen quick_menu():
|
||||
style_prefix "quick"
|
||||
spacing 1
|
||||
|
||||
use quick_buttons("pink_button",
|
||||
use quick_buttons("gui/button/uioptionbuttons/template_idle.png",
|
||||
[
|
||||
[ "Skip", Skip() ],
|
||||
[ "Auto", Preference("auto-forward", "toggle") ],
|
||||
|
||||
Reference in New Issue
Block a user