From 8b47b1f3f896d558fe9243a6520cc968b5f50e5c Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sun, 8 Aug 2021 07:12:30 +1000 Subject: [PATCH] variant Button fix --- game/src/cg_gallery.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/cg_gallery.rpy b/game/src/cg_gallery.rpy index c2f3a6f..1e15878 100644 --- a/game/src/cg_gallery.rpy +++ b/game/src/cg_gallery.rpy @@ -284,7 +284,7 @@ screen view_image(item, _origin, zoom = zoom_arr.index(1.0), flag='a'): [ "-", zoom_b_f ], [ "Return", zoom_b_f ] ] ) - else: + elif renpy.variant("small"): use quick_buttons("gui/button/uioptionbuttons/template_idle.png", [ [ "Return", _origin ]