From 7872285e957c0ee99fe81057759b926b614bfda4 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 6 Dec 2020 17:21:44 +0100 Subject: [PATCH] re-re-export spriteData --- WebHostLib/static/static/spriteData.json | 10 +++++----- .../sprites/{botw-zelda.gif => BotW Zelda.gif} | Bin 2 files changed, 5 insertions(+), 5 deletions(-) rename WebHostLib/static/static/sprites/{botw-zelda.gif => BotW Zelda.gif} (100%) diff --git a/WebHostLib/static/static/spriteData.json b/WebHostLib/static/static/spriteData.json index b0c744ec..4f7ab8a4 100644 --- a/WebHostLib/static/static/spriteData.json +++ b/WebHostLib/static/static/spriteData.json @@ -165,6 +165,11 @@ "author": "Pasta La Vista", "name": "BotW Link" }, + { + "file": "botw-zelda.1.zspr", + "author": "Roo", + "name": "BotW Zelda" + }, { "file": "bottle_o_goo.1.zspr", "author": "Fish_waffle64", @@ -1585,11 +1590,6 @@ "author": "", "name": "boco" }, - { - "file": "botw-zelda.1.zspr", - "author": "", - "name": "botw-zelda" - }, { "file": "hollow-knight.1.zspr", "author": "Chew_Terr", diff --git a/WebHostLib/static/static/sprites/botw-zelda.gif b/WebHostLib/static/static/sprites/BotW Zelda.gif similarity index 100% rename from WebHostLib/static/static/sprites/botw-zelda.gif rename to WebHostLib/static/static/sprites/BotW Zelda.gif