the stupid knave ameworm did not know the game doesnt compile if you put spaces in the version name

This commit is contained in:
ameworm 2026-02-10 21:16:01 -03:00
parent 02d54d9a11
commit d9bdc90a68
8 changed files with 1193 additions and 8 deletions

BIN
gui.rpyc

Binary file not shown.

View file

@ -23,7 +23,7 @@ define gui.show_name = False
## The version of the game. ## 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 ## Text that is placed on the game's about screen. Place the text between the

Binary file not shown.

Binary file not shown.

View file

@ -558,7 +558,7 @@ label act2:
null "..." null "..."
hide null boast hide null boast
call static(0.3) call static(0.3) from _call_static
scene intersection scene intersection
stop sound stop sound
@ -666,7 +666,7 @@ label act2:
null "..." null "..."
hide null boast hide null boast
call static(1.8) call static(1.8) from _call_static_1
scene intersection_night scene intersection_night
stop sound 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 "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}" 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 scene cg_intersection_girl
show null boast smug at rightfar show null boast smug at rightfar
stop sound 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}" 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 scene cg_intersection_girlandmeat
stop sound 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}" 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 nvl hide
call static(1) call static(1) from _call_static_4
scene black scene black
stop sound stop sound
@ -791,7 +791,7 @@ label act2:
nvl hide nvl hide
call static(1.2) call static(1.2) from _call_static_5
label finale: label finale:
@ -1182,4 +1182,4 @@ label epilogue:
advnarrator "Even though you were always everything I hated about myself..." advnarrator "Even though you were always everything I hated about myself..."
advnarrator "Somehow, in the end, I'm so thankful I made you." advnarrator "Somehow, in the end, I'm so thankful I made you."
pause 1.0 pause 1.0
call static(1.9) call static(1.9) from _call_static_6

1185
script.rpy.bak Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.