Files
meatballcraft/config/torohealthmod.cfg
T
2023-04-30 10:50:40 -07:00

36 lines
943 B
INI

# Configuration file
client {
# Damage Text Color [default: RED]
S:"Damage Color"=RED
# Heal Text Color [default: GREEN]
S:"Heal Color"=GREEN
# Display Health Bars [default: HEARTS]
S:"Health Bar Display"=BAR
# Location of Health Bar [default: TOP LEFT]
S:"Health Bar Position"=TOP LEFT
# With CUSTOM position, sets X position of Health Bar [range: -20000 ~ 20000, default: 0]
I:"Health Bar X"=0
# With CUSTOM position, sets Y position of Health Bar [range: -20000 ~ 20000, default: 0]
I:"Health Bar Y"=18
# Delays hiding the dialog for the given number of milliseconds [range: 50 ~ 5000, default: 400]
I:"Hide Delay"=400
# Shows a 3D model of the entity being targeted [default: true]
B:"Show 3D Model of Entity"=true
# Show Damage Indicators [default: true]
B:"Show Damage Particles"=true
# Background Skin Selection [default: BASIC]
S:Skin=BASIC
}