Add support for largeplayerfaces option for bigger player markers

This commit is contained in:
Mike Primm 2021-12-07 21:38:59 -06:00
parent 8c3c0e980e
commit 634eb5fd2f
16 changed files with 107 additions and 31 deletions

View file

@ -151,10 +151,12 @@ components:
type: playermarkers
showplayerfaces: true
showplayerhealth: true
# If true, show player body too (only valid if showplayerfaces=true
# If true, show player body too (only valid if showplayerfaces=true)
showplayerbody: false
# Option to make player faces small - don't use with showplayerhealth
# Option to make player faces small - don't use with showplayerhealth or largeplayerfaces
smallplayerfaces: false
# Option to make player faces larger - don't use with showplayerhealth or smallplayerfaces
largeplayerfaces: false
# Optional - make player faces layer hidden by default
hidebydefault: false
# Optional - ordering priority in layer menu (low goes before high - default is 0)