mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-15 14:07:45 +01:00
fixed my unfixes
This commit is contained in:
parent
095299b9ba
commit
fc95b1c7e2
1 changed files with 5 additions and 10 deletions
|
@ -1060,8 +1060,7 @@ label chapter_1:
|
|||
pause .5
|
||||
|
||||
show naser at nleft with MoveTransition(0.4, time_warp=_ease_in_time_warp)
|
||||
#play sound "<from 0.2 to 2.0>audio/effects/Slam.ogg" volume 2.2
|
||||
play sound "<from 0.2 to 2.0>audio/effects/Slam.ogg"
|
||||
play sound "<from 0.2 to 2.0>audio/effects/Slam.ogg" volume 2.2
|
||||
show naser table hit behind anon with vpunch
|
||||
pause 0.5
|
||||
|
||||
|
@ -1294,8 +1293,7 @@ label chapter_1:
|
|||
I "Oh God I can’t take this,{w=0.3} I’m gonna grow a 6 pack from laughing so much,{w=0.5} I’m just gonna grab my pizza and leave"
|
||||
|
||||
# play ambient fadeout 2.0
|
||||
#play ambient 'audio/effects/chatter loop.ogg' volume 1 fadeout 1.0 fadein 0.25
|
||||
play ambient 'audio/effects/chatter loop.ogg' fadeout 1.0 fadein 0.25
|
||||
play ambient 'audio/effects/chatter loop.ogg' volume 1 fadeout 1.0 fadein 0.25
|
||||
|
||||
scene auditorium
|
||||
show anon neutral flip at aright
|
||||
|
@ -1458,8 +1456,7 @@ label chapter_1:
|
|||
|
||||
I "With practiced movements I execute a proper combat roll from bed,{w=0.4} tackling the floor and headbutting it into submission."
|
||||
|
||||
#play sound "<from 0.2 to 2.0>audio/effects/Slam.ogg" volume 1.8
|
||||
play sound "<from 0.2 to 2.0>audio/effects/Slam.ogg"
|
||||
play sound "<from 0.2 to 2.0>audio/effects/Slam.ogg" volume 1.8
|
||||
|
||||
I "With practiced movements I execute a proper combat roll from bed, tackling the floor and headbutting it into submission.{fast}{w=0.6} My foe defeated,{w=0.3} I groan in victory." with vpunch
|
||||
|
||||
|
@ -2147,8 +2144,7 @@ label chapter_1:
|
|||
pause 0.75
|
||||
|
||||
stop music
|
||||
#play ambient '<from 0.1 to 0.7>audio/effects/tinnitus.ogg' fadein 5 volume 0.25 # TODO: use Spears yell + tinnitus SFX
|
||||
play ambient '<from 0.1 to 0.7>audio/effects/tinnitus.ogg' fadein 5.0
|
||||
play ambient '<from 0.1 to 0.7>audio/effects/tinnitus.ogg' fadein 5 volume 0.25 # TODO: use Spears yell + tinnitus SFX
|
||||
|
||||
Sp "{b}NAOMI!!{/b}" with vpunch
|
||||
|
||||
|
@ -2536,8 +2532,7 @@ label chapter_1:
|
|||
|
||||
I "Looking around for a place to sit I see the aggravating creamsicle waving at me."
|
||||
|
||||
#play music 'audio/OST/Summertime Synth.ogg' volume 0.65 fadein 0.05
|
||||
play music 'audio/OST/Summertime Synth.ogg' fadein 0.05
|
||||
play music 'audio/OST/Summertime Synth.ogg' volume 0.65 fadein 0.05
|
||||
|
||||
I "Next to her is Naser with a complicated expression."
|
||||
|
||||
|
|
Loading…
Reference in a new issue