Skip to content

Commit e62b3c4

Browse files
committed
Re-order menu items
1 parent 6af5dc3 commit e62b3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/ogz/tripeaks/screens/GameScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class GameScreen(private val context: Context) : KtxScreen, InputAdapter() {
5656
private val view = GameView(game, viewport.worldWidth)
5757
private val switch = GameScreenSwitch()
5858
private val menuActions = listOf(
59-
Pair(assets[BundleAssets.Bundle]["newGame"], this::onNewGame),
6059
Pair(assets[BundleAssets.Bundle]["restart"], this::onRestartCurrentGame),
60+
Pair(assets[BundleAssets.Bundle]["newGame"], this::onNewGame),
6161
Pair(assets[BundleAssets.Bundle]["options"], this::onShowOptions),
6262
Pair(assets[BundleAssets.Bundle]["statistics"], this::onShowStatistics),
6363
Pair(assets[BundleAssets.Bundle]["exit"], this::onExit),

0 commit comments

Comments
 (0)