made the ending restart button differentiate more from the swearing selection button
This commit is contained in:
parent
46175a79b6
commit
a5b596da87
@ -1182,11 +1182,11 @@ if score == 3: #The Good Ending
|
||||
|
||||
label playAgainSfw:
|
||||
menu:
|
||||
"would you like to play again?"
|
||||
"no thank you":
|
||||
"would you like to play again?"
|
||||
"I do not want to play again":
|
||||
"Thank you for your time!"
|
||||
$ renpy.quit()
|
||||
|
||||
"yeah":
|
||||
"I would like to play again":
|
||||
jump start
|
||||
|
||||
|
@ -1187,9 +1187,9 @@ if score == 3: #The Good Ending
|
||||
label playAgain:
|
||||
menu:
|
||||
"would you like to play again?"
|
||||
"no thank you":
|
||||
"I do not want to play again":
|
||||
"Thank you for your time!"
|
||||
$ renpy.quit()
|
||||
|
||||
"yeah":
|
||||
"I would like to play again":
|
||||
jump start
|
||||
|
@ -23,7 +23,7 @@ define gui.show_name = True
|
||||
|
||||
## The version of the game.
|
||||
|
||||
define config.version = "3.0"
|
||||
define config.version = "3.1"
|
||||
|
||||
|
||||
## Text that is placed on the game's about screen. Place the text between the
|
||||
|
Loading…
x
Reference in New Issue
Block a user