From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/ponder-client.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/ponder-client.toml (limited to 'config/ponder-client.toml') 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 -- cgit v1.2.3