commit 3892b6a09c1fe6b818857215a92f5f7e79385d4c parent 6920cc5874b80bf117716757a38554f2f2f14a21 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 29 Mar 2024 20:32:51 +0100 Fix second map location Diffstat:
| A | .env | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.env b/.env @@ -0,0 +1,9 @@ + +# Log level (0 = none, 1 = info, 2 = verbose) +LOG_LEVEL=1 + +# Tileset optimization +TILESET_OPTIMIZATION=false +# Tileset optimization quality (0.0 - 1.0) +TILESET_OPTIMIZATION_QUALITY_MIN=0.9 +TILESET_OPTIMIZATION_QUALITY_MAX=1.0 +\ No newline at end of file