Skip to content

Commit

Permalink
premusic2
Browse files Browse the repository at this point in the history
  • Loading branch information
lcero97 committed Jul 4, 2020
1 parent ea68521 commit 4f22e49
Show file tree
Hide file tree
Showing 27 changed files with 2,144 additions and 17 deletions.
Binary file modified game/cache/bytecode.rpyb
Binary file not shown.
Binary file modified game/cache/pyanalysis.rpyb
Binary file not shown.
Binary file modified game/cache/screens.rpyb
Binary file not shown.
Binary file modified game/hinata.rpyc
Binary file not shown.
3 changes: 3 additions & 0 deletions game/images.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ transform lefthp:
transform lefthb:
xpos 0.0 xanchor 0.0 ypos 1.0 yanchor 1.0

transform rightw:
xpos 0.9 xanchor 1.0 ypos 1.0 yanchor 1.1
zoom 0.9

image hat = ConditionSwitch(
"_last_say_who == 'k'", "hat.png",
Expand Down
Binary file modified game/images.rpyc
Binary file not shown.
Binary file modified game/images/wwyd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified game/images/wwydg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions game/nana.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ label nana_date2:
n "Listen, I need to talk to you about something personal. Come over here."
k "(What could it be? With the way she’s yanking me over, it has to be important.)"
scene bg bookshelf with fade
show nana at right1
show hat at left1
k "Alright, what’s up?"
n "Keep your voice down. I don’t want people to overhear this."
k "Okay, I gotcha."
Expand Down
Binary file modified game/nana.rpyc
Binary file not shown.
Binary file modified game/saves/_reload-2-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-1-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-10-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-2-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-3-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-4-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-5-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-6-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-7-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-8-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-9-LT1.save
Binary file not shown.
2 changes: 1 addition & 1 deletion game/saves/navigation.json

Large diffs are not rendered by default.

Binary file modified game/saves/persistent
Binary file not shown.
Binary file modified game/script.rpyc
Binary file not shown.
2 changes: 1 addition & 1 deletion game/secret.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ label secret:
k "It’s pretty cozy though."
hide hat
show hat at left1
show wwyd at right1
show wwyd at rightw
w "Hello! This is a dream world."
k "So this isn’t the afterlife then? That’s a relief."
k "If this is my dream, then who are you?"
Expand Down
Binary file modified game/secret.rpyc
Binary file not shown.
Loading

0 comments on commit 4f22e49

Please sign in to comment.