diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/artifacts/client.json5 | |
asd
Diffstat (limited to 'config/artifacts/client.json5')
| -rw-r--r-- | config/artifacts/client.json5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/artifacts/client.json5 b/config/artifacts/client.json5 new file mode 100644 index 0000000..5f1d6db --- /dev/null +++ b/config/artifacts/client.json5 @@ -0,0 +1,17 @@ +{ + // Whether models for gloves should be shown in first person + "showFirstPersonGloves": true, + // Whether artifacts should have tooltips explaining their effects + "showTooltips": true, + // Whether mimics can use textures from Lootr or Quark + "useModdedMimicTextures": true, + // Display artifacts on cooldown next to the hotbar + "enableCooldownOverlay": false, + /* Location of the artifact cooldown gui element + Distance from the hotbar measured in pixels + Negative values place the element left of the hotbar + */ + "cooldownOverlayOffset": 10, + // Whether the cosmetics toggle tooltip should be shown even when cosmetics are toggled on + "alwaysShowCosmeticsToggleTooltip": true +}
\ No newline at end of file |
