moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#Options for customizing the display of tools on the player
[display]
#If set to FALSE, the belts and tools will NOT draw on players.
showBeltOnPlayers = true
#Changes the scale of items on the belt.
# Default: 0.5
# Range: 0.1 ~ 2.0
beltItemScale = 0.5
#Options for customizing the radial menu
[menu]
#If set to TRUE, releasing the menu key (R) will activate the swap. Requires a click otherwise (default).
releaseToSwap = false
#If set to TRUE, the radial menu will try to prevent the mouse from leaving the outer circle.
clipMouseToCircle = false
#If set to TRUE, the radial menu will allow clicking outside the outer circle to activate the items.
allowClickOutsideBounds = false
#If set to TRUE, the radial menu will always display all the slots, even when empty, and will allow choosing which empty slot to insert into.
displayEmptySlots = false