From 83a8bbde68a271be3fc98dbb919875a36e93cdd9 Mon Sep 17 00:00:00 2001 From: GManon Date: Thu, 27 Oct 2022 21:22:08 -0300 Subject: [PATCH] Fang phone fix for renpy 8 --- game/script/4.anon-needs-help-during-music-period.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/script/4.anon-needs-help-during-music-period.rpy b/game/script/4.anon-needs-help-during-music-period.rpy index 99ff8fd..273126a 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -1291,7 +1291,7 @@ label chapter_4: yinitial 1.0 imagebutton auto "fangbutton%s" xalign 0.53 yalign 0.5: - ypos 65+(107/2) + ypos 65+(int(107/2)) xsize 284 ysize 107 action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return())