forked from Cavemanon/SnootGame
Fang phone fix for renpy 8
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user