the stupid knave ameworm did not know the game doesnt compile if you put spaces in the version name
This commit is contained in:
parent
02d54d9a11
commit
d9bdc90a68
8 changed files with 1193 additions and 8 deletions
BIN
gui.rpyc
BIN
gui.rpyc
Binary file not shown.
|
|
@ -23,7 +23,7 @@ define gui.show_name = False
|
|||
|
||||
## The version of the game.
|
||||
|
||||
define config.version = "1.0 beta"
|
||||
define config.version = "beta"
|
||||
|
||||
|
||||
## Text that is placed on the game's about screen. Place the text between the
|
||||
|
|
|
|||
BIN
options.rpyc
BIN
options.rpyc
Binary file not shown.
BIN
screens.rpyc
BIN
screens.rpyc
Binary file not shown.
14
script.rpy
14
script.rpy
|
|
@ -558,7 +558,7 @@ label act2:
|
|||
null "..."
|
||||
hide null boast
|
||||
|
||||
call static(0.3)
|
||||
call static(0.3) from _call_static
|
||||
scene intersection
|
||||
stop sound
|
||||
|
||||
|
|
@ -666,7 +666,7 @@ label act2:
|
|||
null "..."
|
||||
hide null boast
|
||||
|
||||
call static(1.8)
|
||||
call static(1.8) from _call_static_1
|
||||
scene intersection_night
|
||||
stop sound
|
||||
|
||||
|
|
@ -686,7 +686,7 @@ label act2:
|
|||
advnarrator "I left home later than I thought, it seems.{w} Enough that it's dark."
|
||||
advnarrator "Not a lot of people outside now, in fact I only seeーー {nw}"
|
||||
|
||||
call static(0.1)
|
||||
call static(0.1) from _call_static_2
|
||||
scene cg_intersection_girl
|
||||
show null boast smug at rightfar
|
||||
stop sound
|
||||
|
|
@ -711,7 +711,7 @@ label act2:
|
|||
|
||||
advnarrator "My head is pounding now...{w} I can't deal with this, please, not now{nw}"
|
||||
|
||||
call static(0.3)
|
||||
call static(0.3) from _call_static_3
|
||||
scene cg_intersection_girlandmeat
|
||||
stop sound
|
||||
|
||||
|
|
@ -729,7 +729,7 @@ label act2:
|
|||
nvlred "You want an excuse, right?{w} Well, here I am.{w} You're afraid to get your hands dirty, so you may use mine instead.{w} I love you{nw}"
|
||||
nvl hide
|
||||
|
||||
call static(1)
|
||||
call static(1) from _call_static_4
|
||||
scene black
|
||||
stop sound
|
||||
|
||||
|
|
@ -791,7 +791,7 @@ label act2:
|
|||
|
||||
nvl hide
|
||||
|
||||
call static(1.2)
|
||||
call static(1.2) from _call_static_5
|
||||
|
||||
label finale:
|
||||
|
||||
|
|
@ -1182,4 +1182,4 @@ label epilogue:
|
|||
advnarrator "Even though you were always everything I hated about myself..."
|
||||
advnarrator "Somehow, in the end, I'm so thankful I made you."
|
||||
pause 1.0
|
||||
call static(1.9)
|
||||
call static(1.9) from _call_static_6
|
||||
1185
script.rpy.bak
Normal file
1185
script.rpy.bak
Normal file
File diff suppressed because it is too large
Load diff
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue