From 28b15c3c0a212a4e3f8b0feda51a6ad3f87b50f0 Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Thu, 14 Sep 2023 18:40:05 +0200 Subject: [PATCH] fix default marker size --- assets/textures/markers/triangles/marker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/textures/markers/triangles/marker.json b/assets/textures/markers/triangles/marker.json index e636630..90f2b05 100644 --- a/assets/textures/markers/triangles/marker.json +++ b/assets/textures/markers/triangles/marker.json @@ -1,6 +1,6 @@ { "name": "triangles", - "size": 600, + "size": 200, "fps": 60, "approach": { "sprite_sheet": "approach.png",