mirror of
https://github.com/eliasstepanik/Create.git
synced 2026-01-11 09:38:28 +00:00
18 lines
644 B
TOML
18 lines
644 B
TOML
#Location of the artifact cooldown gui element
|
|
#Distance from the hotbar measured in pixels
|
|
#Negative values place the element left of the hotbar
|
|
#Range: -2147483648 ~ 2147483647
|
|
cooldownOverlayOffset = 10
|
|
#Display artifacts on cooldown next to the hotbar
|
|
#Allowed Values: true, false
|
|
enableCooldownOverlay = true
|
|
#Whether models for gloves are shown in first person
|
|
#Allowed Values: true, false
|
|
showFirstPersonGloves = true
|
|
#Whether artifacts have tooltips explaining their effects
|
|
#Allowed Values: true, false
|
|
showTooltips = true
|
|
#Whether mimics can use textures from Lootr or Quark
|
|
#Allowed Values: true, false
|
|
useModdedMimicTextures = true
|