mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-07 17:43:54 +07:00
chore: minor docs
This commit is contained in:
parent
451642450c
commit
6637e67ddb
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user