Final tweaks

This commit is contained in:
Mappening
2021-11-26 19:48:58 -06:00
parent db0f531935
commit 23d6ee15cf
27 changed files with 278 additions and 150 deletions

View File

@ -70,14 +70,15 @@ image d_credits = Composite(
(0, 10410), "d_sketch")
label .ending:
play music "audio/OST/Dino Destiny Reader.ogg"
call get_ending
if _return == 4:
scene d_credits at Pan((0, -500),(0, 9850), 65) with fade
show d_credits at Pan((0, -500),(0, 9850), 65) with fade
elif _return == 3:
scene c_credits at Pan((0, -500),(0, 9850), 65) with fade
play music "audio/OST/Dino Destiny Reader.ogg"
show c_credits at Pan((0, -500),(0, 9850), 65) with fade
else:
scene b_credits at Pan((0, -500),(0, 9850), 65) with fade
play music "audio/OST/Dino Destiny Reader.ogg"
show b_credits at Pan((0, -500),(0, 9850), 65) with fade
pause
stop music fadeout 5
scene black with Dissolve(3)
@ -85,8 +86,11 @@ label .ending:
if tradwife:
scene c10 with Dissolve(1.5)
pause 20
scene black with Dissolve(2)
pause 1
elif anonscore >= 4 and fangscore >= 4:
scene ending_d_cg with Dissolve(1.5)
pause 20
scene black with Dissolve(2)
scene black with Dissolve(2)
pause 1
return