diff options
Diffstat (limited to 'config/ponder-client.toml')
| -rw-r--r-- | config/ponder-client.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/ponder-client.toml b/config/ponder-client.toml new file mode 100644 index 0000000..6a69056 --- /dev/null +++ b/config/ponder-client.toml @@ -0,0 +1,19 @@ +#. +#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 + #Range: 0.0 ~ 3.4028234663852886E38 + indicatorScale = 1.0 |
