forked from Cavemanon/SnootGame
fix gallery & rename seen_image -> mark_image_seen
This commit is contained in:
@@ -796,7 +796,7 @@ label chapter_14C:
|
||||
with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
$ renpy.seen_image('fullbody_c06')
|
||||
$ renpy.mark_image_seen('fullbody_c06')
|
||||
|
||||
"I draw Lucy close to my chest."
|
||||
|
||||
@@ -864,7 +864,7 @@ label chapter_14C:
|
||||
with dissolve
|
||||
pause 1
|
||||
|
||||
$ renpy.seen_image('fullbody_c07')
|
||||
$ renpy.mark_image_seen('fullbody_c07')
|
||||
|
||||
"I embrace her, I could tell she was getting tense, but slowly she relaxes in my arms."
|
||||
|
||||
@@ -983,7 +983,7 @@ label chapter_14C:
|
||||
show c09 with Dissolve(1)
|
||||
pause 1.25
|
||||
|
||||
$ renpy.seen_image('fullbody_c09')
|
||||
$ renpy.mark_image_seen('fullbody_c09')
|
||||
|
||||
A "Urgh-- it's ok, Lucy."
|
||||
pause .5
|
||||
|
Reference in New Issue
Block a user