Fang phone fix for renpy 8

This commit is contained in:
2022-10-27 21:19:31 -03:00
parent 4d78ee81c7
commit 133ec3c5ce

View File

@ -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())