forked from Cavemanon/SnootGame
rework canteen opening
This commit is contained in:
@ -3,9 +3,11 @@ image naser silo = im.Flip(im.MatrixColor("naser/naser neutral.png",im.matrix.br
|
|||||||
image naomi silo = im.MatrixColor("naomi/naomi neutral.png",im.matrix.brightness(-1))
|
image naomi silo = im.MatrixColor("naomi/naomi neutral.png",im.matrix.brightness(-1))
|
||||||
image naser silo shocked = im.Flip(im.MatrixColor("naser/naser shocked.png",im.matrix.brightness(-1)), horizontal=True)
|
image naser silo shocked = im.Flip(im.MatrixColor("naser/naser shocked.png",im.matrix.brightness(-1)), horizontal=True)
|
||||||
image naomi silo shocked = im.MatrixColor("naomi/naomi shocked.png",im.matrix.brightness(-1))
|
image naomi silo shocked = im.MatrixColor("naomi/naomi shocked.png",im.matrix.brightness(-1))
|
||||||
|
|
||||||
# Naser's position when helping Anon get up
|
# Naser's position when helping Anon get up
|
||||||
transform nmidright:
|
transform nmidright:
|
||||||
xalign 1.5 yalign 0.1
|
xalign 1.5 yalign 0.1
|
||||||
|
|
||||||
# Naomi's position when handing the brochure to Anon
|
# Naomi's position when handing the brochure to Anon
|
||||||
transform scloserleft:
|
transform scloserleft:
|
||||||
xalign 0.1 yalign 0.0
|
xalign 0.1 yalign 0.0
|
||||||
@ -109,8 +111,6 @@ label chapter_1:
|
|||||||
|
|
||||||
"Ha,{w=0.4} I’m the freakshow among this cereal box mascot crowd."
|
"Ha,{w=0.4} I’m the freakshow among this cereal box mascot crowd."
|
||||||
|
|
||||||
#(Scrolling Staircase CG here)
|
|
||||||
|
|
||||||
"Taking acid is not nearly as colorful as going to Volcano High,{w=0.5} I should write that down."
|
"Taking acid is not nearly as colorful as going to Volcano High,{w=0.5} I should write that down."
|
||||||
|
|
||||||
"As I write \"{i}write that down{/i}\" on my phone’s note app,{w=0.3} I noticed the surrounding students stopped looking at me,{w=0.5} which is good."
|
"As I write \"{i}write that down{/i}\" on my phone’s note app,{w=0.3} I noticed the surrounding students stopped looking at me,{w=0.5} which is good."
|
||||||
@ -119,7 +119,7 @@ label chapter_1:
|
|||||||
|
|
||||||
"Not like I'll ever be a part of one anyway."
|
"Not like I'll ever be a part of one anyway."
|
||||||
|
|
||||||
scene stairs at Pan((0,0), (553, 169), 0) with None # make sure we 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
|
||||||
image iris = im.FactorScale(im.MatrixColor("vfx/iris.png",im.matrix.opacity(0.9)), 4.5)
|
image iris = im.FactorScale(im.MatrixColor("vfx/iris.png",im.matrix.opacity(0.9)), 4.5)
|
||||||
window hide
|
window hide
|
||||||
show iris:
|
show iris:
|
||||||
@ -147,7 +147,7 @@ label chapter_1:
|
|||||||
|
|
||||||
"Has she never seen a human in her life?"
|
"Has she never seen a human in her life?"
|
||||||
|
|
||||||
"I fucking {cps=*0.2}hate{/cps} that look."
|
"{cps=*0.4}I fucking hate that look.{/cps}"
|
||||||
|
|
||||||
"Contempt.{w} Judging."
|
"Contempt.{w} Judging."
|
||||||
|
|
||||||
@ -469,7 +469,7 @@ label chapter_1:
|
|||||||
|
|
||||||
Tsuki "{cps=*0.6}Puriizu retaano tsu yo shiito,{w=0.3} Anon-kun.{w=0.5} {i}Hai{/i},{w=0.3} nao curassu-{/cps}"
|
Tsuki "{cps=*0.6}Puriizu retaano tsu yo shiito,{w=0.3} Anon-kun.{w=0.5} {i}Hai{/i},{w=0.3} nao curassu-{/cps}"
|
||||||
|
|
||||||
"{cps=*0.7}That was nothing like my Japanese animes.{/cps}"
|
"{cps=*0.4}That was nothing like my Japanese animes.{/cps}"
|
||||||
|
|
||||||
hide anon neutral with dissolve
|
hide anon neutral with dissolve
|
||||||
|
|
||||||
@ -502,10 +502,15 @@ label chapter_1:
|
|||||||
"I thought I had found a decent spot in the corner when disaster struck."
|
"I thought I had found a decent spot in the corner when disaster struck."
|
||||||
|
|
||||||
show naser neutral behind anon with easeinleft:
|
show naser neutral behind anon with easeinleft:
|
||||||
xalign -0.2 yalign 0.1
|
xalign -0.6 yalign 0.1
|
||||||
show anon fear flip:
|
show anon fear:
|
||||||
xalign 0.6 yalign 0.1
|
xalign 0.6 yalign 0.1
|
||||||
|
easein 0.5 xzoom -1
|
||||||
|
show naser neutral:
|
||||||
|
easein 0.5 xalign -0.2
|
||||||
with MoveTransition(0.5, time_warp=_ease_in_time_warp)
|
with MoveTransition(0.5, time_warp=_ease_in_time_warp)
|
||||||
|
show anon fear flip:
|
||||||
|
xzoom 1
|
||||||
|
|
||||||
"Said disaster was a hand grabbing my shoulder and turning me about."
|
"Said disaster was a hand grabbing my shoulder and turning me about."
|
||||||
|
|
||||||
@ -513,9 +518,10 @@ label chapter_1:
|
|||||||
|
|
||||||
"I fought the momentum of the tray until the hand that had spun me stabilized it and me."
|
"I fought the momentum of the tray until the hand that had spun me stabilized it and me."
|
||||||
|
|
||||||
show anon sad flip behind naser
|
show anon sad flip behind naser with Dissolve(0.25)
|
||||||
|
pause 0.5
|
||||||
show naser explanatory
|
show naser explanatory
|
||||||
with dissolve
|
with Dissolve(0.25)
|
||||||
|
|
||||||
Nas "Whoa there!{w=0.7} Nearly dropped your food Anon."
|
Nas "Whoa there!{w=0.7} Nearly dropped your food Anon."
|
||||||
|
|
||||||
@ -531,7 +537,7 @@ label chapter_1:
|
|||||||
|
|
||||||
show naser explanatory with Dissolve(0.25)
|
show naser explanatory with Dissolve(0.25)
|
||||||
|
|
||||||
Nas "...Yours?"
|
Nas "...Yours?{fast}"
|
||||||
|
|
||||||
"I swear to all that is good and holy."
|
"I swear to all that is good and holy."
|
||||||
|
|
||||||
@ -562,22 +568,14 @@ label chapter_1:
|
|||||||
|
|
||||||
"Before I even sit down the barrage of questions begins."
|
"Before I even sit down the barrage of questions begins."
|
||||||
|
|
||||||
# image naomi enthusiastic flip:
|
|
||||||
# im.Flip("naomi/naomi explanatory.png", horizontal=True)
|
|
||||||
# linear 2.0 yalign 0.1
|
|
||||||
# pause 0.5
|
|
||||||
# linear 2.0 yalign 0
|
|
||||||
# pause 0.5
|
|
||||||
# repeat
|
|
||||||
|
|
||||||
# show naomi enthusiastic flip
|
|
||||||
# show naomi explanatory flip
|
|
||||||
show naomi explanatory flip:
|
show naomi explanatory flip:
|
||||||
ease 0.20 yalign 0.05
|
ease 0.20 yalign 0.05
|
||||||
ease 0.35 yalign 0.0
|
ease 0.35 yalign 0.0
|
||||||
repeat
|
repeat
|
||||||
|
|
||||||
N "SO!{w=0.5} How’d it go!{w=0.4} Did you like Spears?{w=0.4} Were you able to get what you need?" # Naomi sees into the future
|
# TODO: prevent Naomi from seeing into the future
|
||||||
|
# e.g "Did you met Spears yet?"
|
||||||
|
N "SO!{w=0.5} How’d it go!{w=0.4} Did you like Spears?{w=0.4} Were you able to get what you need?"
|
||||||
|
|
||||||
show naomi neutral flip at sright with ease
|
show naomi neutral flip at sright with ease
|
||||||
|
|
||||||
|
@ -1,16 +1,5 @@
|
|||||||
## Utility functions for game setup, debugging etc.
|
## Utility functions for game setup, debugging etc.
|
||||||
|
|
||||||
init python:
|
|
||||||
|
|
||||||
def init_stats(anon=0, fang=0, trad=False):
|
|
||||||
global anonscore
|
|
||||||
global fangscore
|
|
||||||
global tradwife
|
|
||||||
print(anonscore, fangscore, tradwife)
|
|
||||||
anonscore = anon
|
|
||||||
fangscore = fang
|
|
||||||
tradwife = trad
|
|
||||||
print(anonscore, fangscore, tradwife)
|
|
||||||
|
|
||||||
label initstats(anon=0, fang=0, trad=False):
|
label initstats(anon=0, fang=0, trad=False):
|
||||||
# Sets various game-related global variables
|
# Sets various game-related global variables
|
||||||
|
Reference in New Issue
Block a user