From 849e81fdc69e40d0c0399cc710b89c0d0771ac3b Mon Sep 17 00:00:00 2001 From: cpietsch <cpietsch@gmail.com> Date: Wed, 17 Oct 2018 16:48:38 +0200 Subject: [PATCH] changed texture res for artofmarch --- artofthemarch/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artofthemarch/config.json b/artofthemarch/config.json index 01178ae..10a2a9d 100644 --- a/artofthemarch/config.json +++ b/artofthemarch/config.json @@ -10,8 +10,8 @@ "items": "https://vikusviewer.fh-potsdam.de/artofthemarch/data/data.csv", "textures": { "medium": { - "size": 256, - "url": "https://vikusviewer.fh-potsdam.de/artofthemarch/data/sprites/web_web_full.json" + "size": 128, + "url": "https://vikusviewer.fh-potsdam.de/artofthemarch/data/sprites128/web_web_full.json" }, "detail": { "size": 1000, -- GitLab