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 +}