diff --git a/core/src/com/unciv/models/metadata/GameSettings.kt b/core/src/com/unciv/models/metadata/GameSettings.kt index 7f08e840a9..c1e900b7f2 100644 --- a/core/src/com/unciv/models/metadata/GameSettings.kt +++ b/core/src/com/unciv/models/metadata/GameSettings.kt @@ -23,6 +23,7 @@ import java.util.Locale import kotlin.reflect.KClass import kotlin.reflect.KMutableProperty0 +/** Settings that apply across all games, stored in GameSettings.json */ class GameSettings { /** Allows panning the map by moving the pointer to the screen edges */ diff --git a/core/src/com/unciv/ui/popups/options/GameplayTab.kt b/core/src/com/unciv/ui/popups/options/GameplayTab.kt index e53fb43d46..60c09ad270 100644 --- a/core/src/com/unciv/ui/popups/options/GameplayTab.kt +++ b/core/src/com/unciv/ui/popups/options/GameplayTab.kt @@ -1,8 +1,6 @@ package com.unciv.ui.popups.options import com.badlogic.gdx.scenes.scene2d.ui.Table -import com.unciv.GUI -import com.unciv.logic.civilization.PlayerType import com.unciv.models.metadata.GameSettings import com.unciv.ui.components.extensions.toLabel import com.unciv.ui.components.widgets.UncivSlider