made the ending restart button differentiate more from the swearing selection button

This commit is contained in:
MichaelYick 2021-03-01 11:08:52 -06:00
parent 46175a79b6
commit a5b596da87
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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