mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 15:01:09 -04:00
"Start new game" from Victory screen opens up the new game options, and doesn't auto-start a new game
This commit is contained in:
parent
e921833580
commit
f60574941a
@ -75,7 +75,9 @@ class VictoryScreen : PickerScreen() {
|
|||||||
rightSideButton.setText("Start new game".tr())
|
rightSideButton.setText("Start new game".tr())
|
||||||
rightSideButton.isVisible = true
|
rightSideButton.isVisible = true
|
||||||
rightSideButton.enable()
|
rightSideButton.enable()
|
||||||
rightSideButton.onClick { UnCivGame.Current.startNewGame() }
|
rightSideButton.onClick {
|
||||||
|
UnCivGame.Current.screen=NewGameScreen()
|
||||||
|
}
|
||||||
|
|
||||||
closeButton.setText("One more turn...!".tr())
|
closeButton.setText("One more turn...!".tr())
|
||||||
closeButton.onClick {
|
closeButton.onClick {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user