config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
21
config/rctmod-client.toml
Normal file
21
config/rctmod-client.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
[Trainers]
|
||||
#━━━━━━━━━━
|
||||
#Determines if symbols for trainer types are shown next to trainer names.
|
||||
showTrainerTypeSymbols = false
|
||||
#━━━━━━━━━━
|
||||
#Determines if trainer names are colored based of their type.
|
||||
showTrainerTypeColors = true
|
||||
|
||||
["Trainer Card"]
|
||||
#━━━━━━━━━━
|
||||
#Padding of the trainer card gui.
|
||||
#Range: 0 ~ 2147483646
|
||||
trainerCardPadding = 8
|
||||
#━━━━━━━━━━
|
||||
#Horizontal alignment of the trainer card gui, i.e. 0=left, 0.5=center, 1=right.
|
||||
#Range: 0.0 ~ 1.0
|
||||
trainerCardAlignmentX = 0.0
|
||||
#━━━━━━━━━━
|
||||
#Vertical alignment of the trainer card gui, i.e. 0=top, 0.5=center, 1=bottom.
|
||||
#Range: 0.0 ~ 1.0
|
||||
trainerCardAlignmentY = 0.0
|
Loading…
Add table
Add a link
Reference in a new issue