mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
chapters 1 and 4
This commit is contained in:
parent
c274f8726a
commit
dbffdf5c36
2 changed files with 9 additions and 9 deletions
|
@ -157,7 +157,7 @@ label chapter_1:
|
||||||
scene stairs at Pan((553,169), (553, 169), 0) with None # snap here if the player is advancing the dialogue quickly
|
scene stairs at Pan((553,169), (553, 169), 0) with None # snap here if the player is advancing the dialogue quickly
|
||||||
window hide
|
window hide
|
||||||
show iris:
|
show iris:
|
||||||
xalign 0.99 yalign 0.75
|
xalign 0.99 yalign 0.75
|
||||||
stop ambient fadeout 4
|
stop ambient fadeout 4
|
||||||
stop ambient1 fadeout 4
|
stop ambient1 fadeout 4
|
||||||
with Dissolve(3)
|
with Dissolve(3)
|
||||||
|
@ -1289,9 +1289,9 @@ label chapter_1:
|
||||||
|
|
||||||
show naomi neutral flip with dissolve
|
show naomi neutral flip with dissolve
|
||||||
show naser:
|
show naser:
|
||||||
easein_cubic 0.5 xalign 0.62
|
easein_cubic 0.5 xalign 0.62
|
||||||
pause 0.75
|
pause 0.75
|
||||||
ease 0.75 xalign 0.4
|
ease 0.75 xalign 0.4
|
||||||
pause 2
|
pause 2
|
||||||
|
|
||||||
"He tears the sandwich in two and hands me the larger half."
|
"He tears the sandwich in two and hands me the larger half."
|
||||||
|
@ -1846,9 +1846,9 @@ label chapter_1:
|
||||||
window hide
|
window hide
|
||||||
$ i = 0
|
$ i = 0
|
||||||
while i < 20:
|
while i < 20:
|
||||||
$ showCG()
|
$ showCG()
|
||||||
pause 1
|
pause 1
|
||||||
$ i = i + 1
|
$ i = i + 1
|
||||||
|
|
||||||
$ renpy.music.set_volume(0.4, 2, 'ambient')
|
$ renpy.music.set_volume(0.4, 2, 'ambient')
|
||||||
|
|
||||||
|
@ -3479,7 +3479,7 @@ label chapter_1:
|
||||||
show anon neutral at aleft
|
show anon neutral at aleft
|
||||||
show naomi neutral flip at sright
|
show naomi neutral flip at sright
|
||||||
show naser sad flip behind naomi:
|
show naser sad flip behind naomi:
|
||||||
xalign 0.7 yalign -0.1
|
xalign 0.7 yalign -0.1
|
||||||
with Dissolve(1)
|
with Dissolve(1)
|
||||||
pause 0.5
|
pause 0.5
|
||||||
|
|
||||||
|
|
|
@ -732,7 +732,7 @@ label chapter_4:
|
||||||
show reed king rex behind anon:
|
show reed king rex behind anon:
|
||||||
yalign 0.1 xalign -1.9
|
yalign 0.1 xalign -1.9
|
||||||
show reed:
|
show reed:
|
||||||
easein 1 xalign -1.2
|
easein 1 xalign -1.2
|
||||||
with Dissolve(1)
|
with Dissolve(1)
|
||||||
pause 1
|
pause 1
|
||||||
Re "It’ll be fine."
|
Re "It’ll be fine."
|
||||||
|
|
Loading…
Reference in a new issue