Inital Files
This commit is contained in:
commit
e39936e85d
101 changed files with 4985 additions and 0 deletions
20
config/ponder-client.toml
Normal file
20
config/ponder-client.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
#.
|
||||
#Slow down a ponder scene whenever there is text on screen.
|
||||
comfyReading = false
|
||||
#.
|
||||
#Show additional info in the ponder view and reload scene scripts more frequently.
|
||||
editingMode = false
|
||||
|
||||
#.
|
||||
#Settings for the Placement Assist
|
||||
[placementAssist]
|
||||
#.
|
||||
#What indicator should be used when showing where the assisted placement ends up relative to your crosshair
|
||||
#Choose 'NONE' to disable the Indicator altogether
|
||||
#Allowed Values: TEXTURE, TRIANGLE, NONE
|
||||
indicatorType = "TEXTURE"
|
||||
#.
|
||||
#Change the size of the Indicator by this multiplier
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
indicatorScale = 1.0
|
Loading…
Add table
Add a link
Reference in a new issue