mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 21:35:14 -04:00
It's about time for showPixelUnits to be on by default, we have all the base game units set up nicely :)
This commit is contained in:
parent
40d88eb486
commit
c51e7a5e1e
@ -39,7 +39,7 @@ class GameSettings {
|
|||||||
|
|
||||||
var showMinimap: Boolean = true
|
var showMinimap: Boolean = true
|
||||||
var minimapSize: Int = 6 // default corresponds to 15% screen space
|
var minimapSize: Int = 6 // default corresponds to 15% screen space
|
||||||
var showPixelUnits: Boolean = false
|
var showPixelUnits: Boolean = true
|
||||||
var showPixelImprovements: Boolean = true
|
var showPixelImprovements: Boolean = true
|
||||||
var continuousRendering = false
|
var continuousRendering = false
|
||||||
var userId = ""
|
var userId = ""
|
||||||
|
@ -18,7 +18,7 @@ import com.unciv.ui.tutorials.TutorialController
|
|||||||
import com.unciv.ui.worldscreen.WorldScreen
|
import com.unciv.ui.worldscreen.WorldScreen
|
||||||
import com.unciv.ui.worldscreen.mainmenu.OptionsPopup
|
import com.unciv.ui.worldscreen.mainmenu.OptionsPopup
|
||||||
|
|
||||||
open class BaseScreen : Screen {
|
abstract class BaseScreen : Screen {
|
||||||
|
|
||||||
val game: UncivGame = UncivGame.Current
|
val game: UncivGame = UncivGame.Current
|
||||||
val stage: Stage
|
val stage: Stage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user