Skip to content

Commit

Permalink
Move chest out of the path and fix sprite.
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoparadox committed Nov 26, 2021
1 parent e3a8e47 commit 985e344
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions assets/m_field.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 985e344

Please sign in to comment.