mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-25 11:29:16 +01:00
variant Button fix
This commit is contained in:
parent
e5c5b6fbe9
commit
8b47b1f3f8
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ screen view_image(item, _origin, zoom = zoom_arr.index(1.0), flag='a'):
|
||||||
[ "-", zoom_b_f ],
|
[ "-", zoom_b_f ],
|
||||||
[ "Return", zoom_b_f ]
|
[ "Return", zoom_b_f ]
|
||||||
] )
|
] )
|
||||||
else:
|
elif renpy.variant("small"):
|
||||||
use quick_buttons("gui/button/uioptionbuttons/template_idle.png",
|
use quick_buttons("gui/button/uioptionbuttons/template_idle.png",
|
||||||
[
|
[
|
||||||
[ "Return", _origin ]
|
[ "Return", _origin ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue