From 985e34422ef2a8e28b332ebe489ddd8706c1b6de Mon Sep 17 00:00:00 2001 From: indigoparadox Date: Thu, 25 Nov 2021 20:46:38 -0500 Subject: [PATCH] Move chest out of the path and fix sprite. --- assets/m_field.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/assets/m_field.json b/assets/m_field.json index 1d4f7b99..5555ca3c 100644 --- a/assets/m_field.json +++ b/assets/m_field.json @@ -124,15 +124,21 @@ "y":243.5 }, { - "height":14, + "height":11.5, "id":13, "name":"chest", + "properties":[ + { + "name":"script", + "type":"int", + "value":5 + }], "rotation":0, "type":"16x16x4\/s_fount.bmp", "visible":true, - "width":15, - "x":80, - "y":159 + "width":10.5, + "x":117, + "y":164 }], "opacity":1, "type":"objectgroup",