mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Gallery fix
This commit is contained in:
parent
a0acc625bf
commit
6bb893a7b8
3 changed files with 6 additions and 2 deletions
|
@ -13,6 +13,7 @@ label chapter_13D:
|
|||
window auto
|
||||
pause .5
|
||||
|
||||
$renpy.mark_image_seen("stair3")
|
||||
scene gold_fang_home_prom_stars with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
|
@ -3312,7 +3313,7 @@ label chapter_13D:
|
|||
with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
$ renpy.mark_image_seen('fullbody_christmas')
|
||||
$ renpy.mark_image_seen('anonchristmasmorning')
|
||||
|
||||
"I’m sitting in my bed, looking through one of my favorite presents."
|
||||
|
||||
|
|
|
@ -854,7 +854,8 @@ label chapter_14A:
|
|||
ypos 0
|
||||
with Dissolve(2)
|
||||
|
||||
$ renpy.mark_image_seen('fullbody_fang_shooter')
|
||||
$ renpy.mark_image_seen('fangshooter')
|
||||
$ renpy.mark_image_seen("a12")
|
||||
|
||||
F "A-Anon{cps=*.1}...{/cps} WHY ARE YOU-!"
|
||||
|
||||
|
@ -1157,6 +1158,7 @@ label chapter_14A:
|
|||
window auto
|
||||
pause .5
|
||||
|
||||
$ renpy.mark_image_seen("a11")
|
||||
scene a11 with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
|
|
|
@ -462,6 +462,7 @@ label chapter_9:
|
|||
"More pictures."
|
||||
|
||||
"So many more pictures."
|
||||
$ renpy.mark_image_seen("projector9")
|
||||
show projector9_blur behind reed, naser with Dissolve(.25)
|
||||
|
||||
"Each one more and more embarrassing than the last."
|
||||
|
|
Loading…
Reference in a new issue