diff --git a/game/script/7.concert-day.rpy b/game/script/7.concert-day.rpy index e7f76a5..074a061 100644 --- a/game/script/7.concert-day.rpy +++ b/game/script/7.concert-day.rpy @@ -1001,7 +1001,7 @@ label chapter_7: show reed: xalign -0.6 yalign 0.1 ease_cubic 1.0 xalign -0.2 - show neutral with dissolve + show reed neutral with dissolve pause 1 show reed considering with Dissolve(0.25) pause 1 diff --git a/game/script/8.anon-and-fang-study-together.rpy b/game/script/8.anon-and-fang-study-together.rpy index b7e1dfd..4daf434 100644 --- a/game/script/8.anon-and-fang-study-together.rpy +++ b/game/script/8.anon-and-fang-study-together.rpy @@ -1280,8 +1280,9 @@ label chapter_8: ease_cubic 0.5 xpos 1.8 play sound 'audio/effects/lockerSmash.ogg' pause 0.4 - show anon with Dissolve(.1): - yanchor 0.1 + show anon with Dissolve(.01): + # yanchor 0.1 + xalign 0.0 xpos 0.25 ypos -0.15 easeout_quad .5 rotate 90 yalign -0.01 pause .15 hide anon with Dissolve(.25)