25 lines
808 B
TOML
Raw Normal View History

2025-02-05 00:44:34 -08:00
[Trainers]
2025-02-24 13:16:47 -08:00
#━━━━━━━━━━
2025-02-05 00:44:34 -08:00
#Determines if symbols for trainer types are shown next to trainer names.
showTrainerTypeSymbols = false
2025-02-24 13:16:47 -08:00
#━━━━━━━━━━
2025-02-05 00:44:34 -08:00
#Determines if trainer names are colored based of their type.
showTrainerTypeColors = true
["Trainer Card"]
2025-02-24 13:16:47 -08:00
#━━━━━━━━━━
2025-02-05 00:44:34 -08:00
#Padding of the trainer card gui.
# Default: 8
# Range: 0 ~ 2147483646
trainerCardPadding = 8
2025-02-24 13:16:47 -08:00
#━━━━━━━━━━
2025-02-05 00:44:34 -08:00
#Horizontal alignment of the trainer card gui, i.e. 0=left, 0.5=center, 1=right.
# Default: 0.0
# Range: 0.0 ~ 1.0
trainerCardAlignmentX = 0.0
2025-02-24 13:16:47 -08:00
#━━━━━━━━━━
2025-02-05 00:44:34 -08:00
#Vertical alignment of the trainer card gui, i.e. 0=top, 0.5=center, 1=bottom.
# Default: 0.0
# Range: 0.0 ~ 1.0
trainerCardAlignmentY = 0.0