Skip to content

Commit

Permalink
Ensure idles handle outfits correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzardsev committed Jan 18, 2024
1 parent 946a280 commit 108b3f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions game/script-idles.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ label idle_twitch_playing:
n 1fsrsssbr "Just give me a second here..."

show natsuki gaming
$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 1fchsmeme
Expand Down Expand Up @@ -299,6 +300,7 @@ label idle_reading_parfait_girls:
n 1fcssssbl "Just gotta find a good stopping point here..."

show natsuki reading
$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 1fchsmeme
Expand Down Expand Up @@ -345,6 +347,7 @@ label idle_reading_renpy_for_dummies:
n 1fcsflsbr "None of this crap was making any sense,{w=0.2} a-{w=0.2}anyway."

show natsuki 1fcspo
$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 1fcssmeme
Expand Down Expand Up @@ -390,6 +393,7 @@ label idle_reading_a_la_mode:
extend 1fsqsm " Ehehe."

show natsuki 1fcssm
$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 1fchsmeme
Expand Down Expand Up @@ -424,6 +428,7 @@ label idle_reading_step_by_step:
extend 1nsrsslsbr " I'll just...{w=1}{nw}"
extend 1nsrcal " bookmark this real quick."

$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 1fchsmeme
Expand Down Expand Up @@ -506,6 +511,7 @@ label idle_poetry_attempts:
n 1fcsajlsbr "J-{w=0.2}just a second!{w=1}{nw}"
extend 1fsrcalsbr " Jeez..."

$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 1nsrcasbl
Expand Down Expand Up @@ -558,6 +564,7 @@ label idle_vibing_headphones:
extend 2fslfllsbr " Jeez..."
n 2fcsposbr "At {i}least{/i} let me put these on charge first..."

$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
play audio drawer
Expand Down Expand Up @@ -623,6 +630,7 @@ label idle_laptop:
extend 4ccstrsbr " J-{w=0.2}just give me a sec to power down,{w=0.2} alright?"
show natsuki 4ccscasbr

$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
play audio laptop_close
Expand Down Expand Up @@ -661,6 +669,7 @@ label idle_math_attempts:
extend 2fcsfllsbr " Yeesh..."
n 2cslbosbr "At least let me clean up this mess..."

$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
show natsuki 4nsrbosbl
Expand Down Expand Up @@ -715,6 +724,7 @@ label idle_plantcare:
n 1fcssmesm "Juuuust making sure I'm keeping Sanjo here in tip-top shape!"
show natsuki 1fchsmeme

$ jnPause(0.1)
show black zorder JN_BLACK_ZORDER with Dissolve(0.5)
$ jnPause(0.5)
hide prop
Expand Down

0 comments on commit 108b3f7

Please sign in to comment.