mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-10 02:47:24 +07:00
Added back Civilopedia button (it had mysteriously vanished)
This commit is contained in:
parent
b255b8cf15
commit
10c5c5f0ef
@ -1,16 +1,18 @@
|
||||
package com.unciv.ui.worldscreen.optionstable
|
||||
|
||||
import com.unciv.UnCivGame
|
||||
import com.unciv.ui.LoadScreen
|
||||
import com.unciv.ui.NewGameScreen
|
||||
import com.unciv.ui.SaveScreen
|
||||
import com.unciv.ui.VictoryScreen
|
||||
import com.unciv.ui.*
|
||||
import com.unciv.ui.pickerscreens.PolicyPickerScreen
|
||||
import com.unciv.ui.utils.center
|
||||
|
||||
class WorldScreenOptionsTable internal constructor() : OptionsTable() {
|
||||
|
||||
init {
|
||||
addButton("Civilopedia"){
|
||||
UnCivGame.Current.screen = CivilopediaScreen()
|
||||
remove()
|
||||
}
|
||||
|
||||
addButton("Load game"){
|
||||
UnCivGame.Current.screen = LoadScreen()
|
||||
remove()
|
||||
|
Loading…
Reference in New Issue
Block a user