From 1d11eaa79d33d29ed78df3cbf93349004c5a17d5 Mon Sep 17 00:00:00 2001 From: KAMAQUEEN <47152822+KAMAQUEEN@users.noreply.github.com> Date: Thu, 31 Jan 2019 18:31:07 +0200 Subject: [PATCH] Update googly-eye-locations.json Added an eye to a bird on "One Time Off" card, added an eye to ingame model of Marisa --- src/main/resources/googly-eye-locations.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/resources/googly-eye-locations.json b/src/main/resources/googly-eye-locations.json index 62ea8174..3eee4fc1 100644 --- a/src/main/resources/googly-eye-locations.json +++ b/src/main/resources/googly-eye-locations.json @@ -221,6 +221,11 @@ "x": 128.50003, "y": 253.5, "size": 25.0 + }, + { + "x": 425.50003, + "y": 237.0, + "size": 15.074814 } ], "OortCloud": [ @@ -325,7 +330,16 @@ } ] }, - "creatures": {}, + "creatures": { + "MARISA": [ + { + "bone": "braid", + "x": -9.484701, + "y": -10.136553, + "size": 10.960415 + } + ] + }, "creaturesStatic": {}, "orbs": {} -} \ No newline at end of file +}