put the easel in chapter 4
This commit is contained in:
BIN
game/images/props/spr_easel_back.png
Normal file
BIN
game/images/props/spr_easel_back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
game/images/props/spr_easel_front.png
Normal file
BIN
game/images/props/spr_easel_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
@@ -2355,6 +2355,11 @@ label chapter_4:
|
|||||||
"Olivia returns with a small easel, already set up with a half-finished painting."
|
"Olivia returns with a small easel, already set up with a half-finished painting."
|
||||||
|
|
||||||
show olivia right behind inco with eidissolve
|
show olivia right behind inco with eidissolve
|
||||||
|
show spr_easel back with Dissolve(0.25):
|
||||||
|
xpos 0.7 ypos -0.05
|
||||||
|
easeout 0.25 ypos 0.0
|
||||||
|
hity(0.0, 0.5)
|
||||||
|
pause 0.5
|
||||||
|
|
||||||
"She takes a moment to shift herself from her wheelchair to the end of the couch, right next to me."
|
"She takes a moment to shift herself from her wheelchair to the end of the couch, right next to me."
|
||||||
pause 0.5
|
pause 0.5
|
||||||
@@ -2499,6 +2504,7 @@ label chapter_4:
|
|||||||
scene bg_damien_livingroom:
|
scene bg_damien_livingroom:
|
||||||
xalign 0.4
|
xalign 0.4
|
||||||
show olivia neutral at setx(0.5)
|
show olivia neutral at setx(0.5)
|
||||||
|
show spr_easel back at setx(0.7)
|
||||||
with dissolve
|
with dissolve
|
||||||
pause .25
|
pause .25
|
||||||
|
|
||||||
@@ -2854,7 +2860,9 @@ label chapter_4:
|
|||||||
"Her cheeks puff out as she exhales her held breath."
|
"Her cheeks puff out as she exhales her held breath."
|
||||||
|
|
||||||
O "Okay."
|
O "Okay."
|
||||||
pause .5
|
|
||||||
|
show spr_easel at movex(0.75)
|
||||||
|
show spr_easel front with eidissolve
|
||||||
|
|
||||||
"Finally she turns her cherry red face to the canvas and inspects the near complete portrait."
|
"Finally she turns her cherry red face to the canvas and inspects the near complete portrait."
|
||||||
pause .5
|
pause .5
|
||||||
@@ -2892,10 +2900,16 @@ label chapter_4:
|
|||||||
|
|
||||||
"I repeat the motion several times, the movement helping to ease the muscle until finally my arm doesn't feel springloaded."
|
"I repeat the motion several times, the movement helping to ease the muscle until finally my arm doesn't feel springloaded."
|
||||||
|
|
||||||
|
show olivia at movex(0.55)
|
||||||
show olivia neutral right with eidissolve
|
show olivia neutral right with eidissolve
|
||||||
|
|
||||||
"While I was busy trying to fix my arm, Olivia was packing up the canvas."
|
"While I was busy trying to fix my arm, Olivia was packing up the canvas."
|
||||||
|
|
||||||
|
show spr_easel at moveoutdown()
|
||||||
|
hide spr_easel
|
||||||
|
|
||||||
|
pause 0.5
|
||||||
|
|
||||||
show inco neutral at moveinup(0.25)
|
show inco neutral at moveinup(0.25)
|
||||||
show olivia considering
|
show olivia considering
|
||||||
with eidissolve
|
with eidissolve
|
||||||
@@ -2904,7 +2918,7 @@ label chapter_4:
|
|||||||
|
|
||||||
O "You can go join the others, or whatever."
|
O "You can go join the others, or whatever."
|
||||||
|
|
||||||
show olivia at moveoutright_cs(0.5)
|
show olivia at moveoutright_cs(0.6)
|
||||||
show olivia neutral with eidissolve
|
show olivia neutral with eidissolve
|
||||||
hide olivia
|
hide olivia
|
||||||
|
|
||||||
|
@@ -82,6 +82,13 @@ image spr_grocerybag_incoverysad = Composite(
|
|||||||
)
|
)
|
||||||
image spr_grocerybag_liz = "spr_grocerybag_part1"
|
image spr_grocerybag_liz = "spr_grocerybag_part1"
|
||||||
|
|
||||||
|
layeredimage spr_easel:
|
||||||
|
xanchor 0.5
|
||||||
|
|
||||||
|
group easel:
|
||||||
|
attribute front "spr_easel_front"
|
||||||
|
attribute back default "spr_easel_back"
|
||||||
|
|
||||||
#simple flash
|
#simple flash
|
||||||
define flash = Fade(.25, 0, .75, color="#fff")
|
define flash = Fade(.25, 0, .75, color="#fff")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user