feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#Client settings
[client]
#Set line color. [Default: YELLOW]
#Allowed Values: RANDOM, WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK, GRAY, LIGHT_GRAY, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK
lineColor = "YELLOW"
#Set text color. [Default: YELLOW]
#Allowed Values: RANDOM, XYZRGB, WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK, GRAY, LIGHT_GRAY, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK
textColor = "YELLOW"
#Set text size [Default: 0.02]
# Default: 0.02
# Range: 0.01 ~ 0.1
textSize = 0.02
#Set line width (thickness). [Default: 2]
# Default: 2.0
# Range: 1.0 ~ 16.0
lineWidth = 2.0
#Set line width when further away (thickness). [Default: 2]
# Default: 2
# Range: 1 ~ 16
lineWidthMax = 2