From d109583d66047bea96b33175f3b9ce05522990b8 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 9 Dec 2023 13:06:16 +0100 Subject: [PATCH] adjust config --- configuration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index db0271a..99180ce 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,5 +1,5 @@ -setSocketPath : "/run/wizard.sock" -setMapRows : 40 -setMapColumns : 40 +setSocketPath : "/tmp/wizard.sock" +setMapRows : 20 +setMapColumns : 20 setSpawnerProbability : 0.01 setFPS : 30