From 02000b6bdd9cd4dda7eea0141e64b565c6e68e54 Mon Sep 17 00:00:00 2001 From: Pomi108 <59484948+Pomi108@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:38:44 +0200 Subject: [PATCH] improve anon playing guitar --- game/script/8.anon-and-fang-study-together.rpy | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/game/script/8.anon-and-fang-study-together.rpy b/game/script/8.anon-and-fang-study-together.rpy index c6f8cfe..376a6d0 100644 --- a/game/script/8.anon-and-fang-study-together.rpy +++ b/game/script/8.anon-and-fang-study-together.rpy @@ -718,7 +718,7 @@ label chapter_8: pause .5 "{cps=*0.5}AAAAAAAAAAAAAAAA{/cps}" - play music 'audio/OST/Dragging on and on....ogg' fadein 1.0 + # play music 'audio/OST/Dragging on and on....ogg' fadein 1.0 pause .5 F "Anon, are you paying attention?" @@ -732,15 +732,15 @@ label chapter_8: pause .5 F "Alright, try these chords." - play sound 'audio/effects/goodA.ogg' fadein 0.5 + play sound 'audio/effects/goodA.ogg' volume 0.5 # fadein 0.5 "Her fingers press mine down, holding down the strings in an awkward position." F "Then this." - play sound 'audio/effects/goodB.ogg' fadein 0.5 + play sound 'audio/effects/goodB.ogg' volume 0.5 # fadein 0.5 "My hands are slid down closer to the base of the neck and too close to my crotch." F "And then finally this." - play sound 'audio/effects/goodC.ogg' fadein 0.5 + play sound 'audio/effects/goodC.ogg' volume 0.5 # fadein 0.5 "My fingers are shifted back up to the middle of the fretboard." F "Try that out, Anon." @@ -750,13 +750,13 @@ label chapter_8: "I try and replicate the movements." pause .5 - play sound 'audio/effects/goodA.ogg' fadein 0.5 + play sound 'audio/effects/goodA.ogg' volume 0.5 # fadein 0.5 "The first strum sounds… not bad…" - play sound 'audio/effects/badA.ogg' fadein 0.5 + play sound 'audio/effects/badA.ogg' volume 0.5 # fadein 0.5 "The second note is horrendous. I blame my pants." - play sound 'audio/effects/goodC.ogg' fadein 0.5 + play sound 'audio/effects/goodC.ogg' volume 0.5 # fadein 0.5 "And the last chord comes out alrightish." pause .5