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

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

View File

@ -1183,10 +1183,10 @@ if score == 3: #The Good Ending
label playAgainSfw: label playAgainSfw:
menu: menu:
"would you like to play again?" "would you like to play again?"
"no thank you": "I do not want to play again":
"Thank you for your time!" "Thank you for your time!"
$ renpy.quit() $ renpy.quit()
"yeah": "I would like to play again":
jump start jump start

View File

@ -1187,9 +1187,9 @@ if score == 3: #The Good Ending
label playAgain: label playAgain:
menu: menu:
"would you like to play again?" "would you like to play again?"
"no thank you": "I do not want to play again":
"Thank you for your time!" "Thank you for your time!"
$ renpy.quit() $ renpy.quit()
"yeah": "I would like to play again":
jump start jump start

View File

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