Files
create-forge-addon-template/run/config/flywheel-client.toml
2024-09-07 08:47:42 +02:00

9 lines
266 B
TOML

#Select the backend to use.
#Allowed Values: OFF, BATCHING, INSTANCING
backend = "INSTANCING"
#Enable or disable a debug overlay that colors pixels by their normal.
debugNormals = false
#Enable or disable instance update limiting with distance.
limitUpdates = true