mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-19 20:28:56 +07:00
Set ShowPixelImprovements to True for new players - I think the world is ready
This commit is contained in:
@ -20,7 +20,7 @@ class GameSettings {
|
||||
var autoBuildingRoads: Boolean = true
|
||||
var showMinimap: Boolean = true
|
||||
var showPixelUnits: Boolean = false
|
||||
var showPixelImprovements: Boolean = false
|
||||
var showPixelImprovements: Boolean = true
|
||||
var nuclearWeaponEnabled = false
|
||||
|
||||
var userId = ""
|
||||
|
Reference in New Issue
Block a user