Add config categories
This commit is contained in:
@@ -28,7 +28,7 @@ object AnniversaryFeatures : FirmamentFeature {
|
||||
override val identifier: String
|
||||
get() = "anniversary"
|
||||
|
||||
object TConfig : ManagedConfig(identifier) {
|
||||
object TConfig : ManagedConfig(identifier, Category.EVENTS) {
|
||||
val enableShinyPigTracker by toggle("shiny-pigs") {true}
|
||||
val trackPigCooldown by position("pig-hud", 200, 300) { Point(0.1, 0.2) }
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import moe.nea.firmament.features.FirmamentFeature
|
||||
import moe.nea.firmament.gui.config.ManagedConfig
|
||||
|
||||
object CarnivalFeatures : FirmamentFeature {
|
||||
object TConfig : ManagedConfig(identifier) {
|
||||
object TConfig : ManagedConfig(identifier, Category.EVENTS) {
|
||||
val enableBombSolver by toggle("bombs-solver") { true }
|
||||
val displayTutorials by toggle("tutorials") { true }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user