mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
improve anon playing guitar
This commit is contained in:
parent
3a9ed80978
commit
02000b6bdd
1 changed files with 7 additions and 7 deletions
|
@ -718,7 +718,7 @@ label chapter_8:
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
"{cps=*0.5}AAAAAAAAAAAAAAAA{/cps}"
|
"{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
|
pause .5
|
||||||
|
|
||||||
F "Anon, are you paying attention?"
|
F "Anon, are you paying attention?"
|
||||||
|
@ -732,15 +732,15 @@ label chapter_8:
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
F "Alright, try these chords."
|
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."
|
"Her fingers press mine down, holding down the strings in an awkward position."
|
||||||
|
|
||||||
F "Then this."
|
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."
|
"My hands are slid down closer to the base of the neck and too close to my crotch."
|
||||||
|
|
||||||
F "And then finally this."
|
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."
|
"My fingers are shifted back up to the middle of the fretboard."
|
||||||
|
|
||||||
F "Try that out, Anon."
|
F "Try that out, Anon."
|
||||||
|
@ -750,13 +750,13 @@ label chapter_8:
|
||||||
|
|
||||||
"I try and replicate the movements."
|
"I try and replicate the movements."
|
||||||
pause .5
|
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…"
|
"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."
|
"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."
|
"And the last chord comes out alrightish."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
Loading…
Reference in a new issue