From fe1391a8a0d22aa03791dd88094708924a13b7ab Mon Sep 17 00:00:00 2001 From: Bowie Date: Mon, 28 Jun 2021 21:52:46 +0100 Subject: [PATCH] made trish shorter when confronting Naser --- game/script/1.first-two-days-anon-meets-fang.rpy | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/game/script/1.first-two-days-anon-meets-fang.rpy b/game/script/1.first-two-days-anon-meets-fang.rpy index df5b32f..ef2887e 100644 --- a/game/script/1.first-two-days-anon-meets-fang.rpy +++ b/game/script/1.first-two-days-anon-meets-fang.rpy @@ -1595,7 +1595,7 @@ label chapter_1: # show trish angry at tleft show trish angry: - yalign 0.1 + yalign 0.0 linear 0.05 xalign 0.005 linear 0.05 xalign 0 repeat @@ -1612,7 +1612,7 @@ label chapter_1: show naser - show trish at tleft + show trish at sleft T "DON’T CUT ME OFF YOU GRAY PIECE OF SHIT!" with vpunch @@ -1686,13 +1686,14 @@ label chapter_1: T "Argh!" - show trish angry at tcenter with Dissolve(.25) + show trish angry at scenter with Dissolve(.25) show naser: xalign 1.6 with ease I "She stops trying to gore Naser and throws her arms to her sides." + show naser neutral flip with dissolve pause 0.5 show trish: @@ -1700,7 +1701,7 @@ label chapter_1: T "Screw you!" - show naser neutral flip with dissolve + show naser unimpressed flip with dissolve T "Even if you weren’t trying to mess with Fang!" @@ -2679,8 +2680,9 @@ label chapter_1: I "While she said that I noticed a strange expression cross over Naomi’s face." Nas "I know babe.{w=.5} I just wish I could help them more." + pause 0.5 - A "Yeah.{w=0.4} If you need any help Naser,{w=0.4} I owe ya for the pizza." + A "Yeah.{w=0.5} If you need any help Naser,{w=0.4} I owe ya for the pizza." # and CUT :^) return \ No newline at end of file