forked from Cavemanon/SnootGame
naomi arc3 r4r
This commit is contained in:
@@ -112,11 +112,14 @@ label chapter_12D:
|
||||
"In a snap Fang’s moved from pressing her face against the turtle tank to pressing it against the octopus tank."
|
||||
|
||||
scene aquariumexhibit
|
||||
show fang happy at sleft with dissolve
|
||||
show fang happy at sleft:
|
||||
yalign 0.0 xcenter 0.4
|
||||
with dissolve
|
||||
|
||||
#confirmed that fang has autism
|
||||
Attendant "Ma’am, please refrain from-"
|
||||
|
||||
show fang adorable at sleft
|
||||
show fang adorable at sleft with dissolve
|
||||
|
||||
F "{cps=*1.5}OmigoshAnonlookatit.{/cps}"
|
||||
|
||||
@@ -126,47 +129,62 @@ label chapter_12D:
|
||||
|
||||
#Fang has the zoomies
|
||||
F "And what’s over there? Are those seahorses{cps=*1.5} holy crap I have to take a video of this.{/cps}"
|
||||
show fang adorable at sleft with dissolve: #maybe try this with a block: statement? removed: at sleft - no change
|
||||
ease_cubic 0.5 zoom 0.75 ypos 0.1 xpos 0.6 #OK
|
||||
|
||||
#old method
|
||||
# show fang adorable at sleft with dissolve: #maybe try this with a block: statement? removed: at sleft - no change
|
||||
# ease_cubic 0.5 zoom 0.75 ypos 0.1 xpos 0.6 #OK
|
||||
# pause 1.0
|
||||
# linear 0.1 xzoom -1.0 #maybe the xzoom is causing the issue? tried removing it, didn't help
|
||||
# ease_cubic 0.3 zoom 0.8 ypos 0.1 xpos -0.2 #ok
|
||||
# pause 1.0
|
||||
# linear 0.1 xzoom -1.0
|
||||
# ease_cubic 0.5 zoom 0.4 xpos 0.15 ypos 0.3
|
||||
# pause 1.0
|
||||
# linear 0.1 xzoom 1.0
|
||||
# ease_cubic 0.3 zoom 1.0 xpos 0.35 ypos 0.1 #ok
|
||||
# pause 1.0
|
||||
# linear 0.1 xzoom 1.0
|
||||
# ease_cubic 0.5 zoom 0.3 xpos 0.6 ypos 0.33
|
||||
# pause 1.0
|
||||
# linear 0.1 xzoom -1.0
|
||||
# pause 0.1
|
||||
# repeat
|
||||
|
||||
#new method
|
||||
show fang:
|
||||
block:
|
||||
parallel:
|
||||
ease_cubic 0.25 xzoom 1.0
|
||||
parallel:
|
||||
ease_cubic 0.5 zoom 0.75 ypos 0.1 xpos 0.6
|
||||
pause 1.0
|
||||
linear 0.1 xzoom -1.0 #maybe the xzoom is causing the issue? tried removing it, didn't help
|
||||
ease_cubic 0.3 zoom 0.8 ypos 0.1 xpos -0.2 #ok
|
||||
block:
|
||||
parallel:
|
||||
linear 0.25 xzoom -1.0
|
||||
parallel:
|
||||
ease_cubic 0.5 zoom 0.8 ypos 0.1 xpos -0.2
|
||||
pause 1.0
|
||||
ease_cubic 0.5 zoom 0.4 xpos 0.0 ypos 0.3
|
||||
pause 1.0
|
||||
linear 0.1 xzoom -1.0
|
||||
ease_cubic 0.5 zoom 0.4 xpos 0.15 ypos 0.3
|
||||
block:
|
||||
parallel:
|
||||
linear 0.25 xzoom 1.0
|
||||
parallel:
|
||||
ease_cubic 0.5 zoom 1.0 xpos 0.2 ypos 0.1
|
||||
pause 1.0
|
||||
linear 0.1 xzoom 1.0
|
||||
ease_cubic 0.3 zoom 1.0 xpos 0.35 ypos 0.1 #ok
|
||||
ease_cubic 0.5 zoom 0.3 xpos 0.65 ypos 0.33
|
||||
pause 1.0
|
||||
linear 0.1 xzoom 1.0
|
||||
ease_cubic 0.5 zoom 0.3 xpos 0.6 ypos 0.33
|
||||
pause 1.0
|
||||
linear 0.1 xzoom -1.0
|
||||
pause 0.1
|
||||
repeat
|
||||
|
||||
pause 1.0
|
||||
"I shrug apologetically at the attendant who has given up entirely."
|
||||
#contingency plan lol, fucking renpy
|
||||
# show fang adorable with dissolve:
|
||||
# zoom 0.8
|
||||
# yalign -0.1
|
||||
# xalign 1.1
|
||||
# pause 1.0
|
||||
|
||||
|
||||
"But watching Fang zoom between the exhibits to gush over each oddly cute sea animal was just too much."
|
||||
# show fang adorable flip with dissolve:
|
||||
# zoom 1.0
|
||||
# xpos 0.1
|
||||
# yalign 0.1
|
||||
# pause 1.0
|
||||
|
||||
"Subtly my phone finds its way into my jacket pocket, already set to record."
|
||||
# show fang adorable at scenter with dissolve:
|
||||
# zoom 0.6
|
||||
# xpos 0.3
|
||||
# ypos 0.6
|
||||
|
||||
show anonphone at scenter with moveinbottom
|
||||
show anonphone at scenter with dissolve # moveinbottom
|
||||
|
||||
"She’ll probably kill me if she found out."
|
||||
hide fang adorable with dissolve
|
||||
@@ -174,10 +192,10 @@ label chapter_12D:
|
||||
pause 0.5
|
||||
"Wait, where’d she go?"
|
||||
|
||||
hide anonphone with moveoutbottom
|
||||
hide anonphone with dissolve #moveoutbottom
|
||||
|
||||
scene aquarium with fade
|
||||
show fang happy at sleft
|
||||
show fang happy at sleft with dissolve
|
||||
"I round the corner to see the next room has a large group of school children hovering over a stingray touch tank."
|
||||
"That is, a large group of school children and Fang, towering above the rest."
|
||||
|
||||
@@ -244,11 +262,11 @@ label chapter_12D:
|
||||
|
||||
F "I dunno, wanna check?"
|
||||
|
||||
show fang flip off happy flip
|
||||
show fang flip off happy flip with dissolve
|
||||
|
||||
"Her cheeky grin and raised middle finger confirm her hand’s integrity."
|
||||
|
||||
show fang neutral flip
|
||||
show fang neutral flip with dissolve
|
||||
|
||||
F "So uh…"
|
||||
|
||||
@@ -314,7 +332,7 @@ label chapter_12D:
|
||||
|
||||
"...Right then…"
|
||||
|
||||
show fang happy at sleft
|
||||
show fang happy at sleft with dissolve
|
||||
|
||||
A "So, how bout we hit the last spot and then go grab our own lunch?"
|
||||
|
||||
|
Reference in New Issue
Block a user