forked from Cavemanon/SnootGame
Reapply "improve anon playing guitar"
This reverts commit 4eb31ae0a64720554e5370368d06a8b1ddd706d1.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user