made the ending restart button differentiate more from the swearing selection button
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user