Skip to content

Commit

Permalink
Fixed image paths for toh1
Browse files Browse the repository at this point in the history
  • Loading branch information
fidwell committed Jun 14, 2024
1 parent 11db38f commit 19383dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions objects/pagoda/fidwell.scenery_small.toh1/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"hasTertiaryColour": true
},
"images": [
{ "path": "./images/toh1/0.png", "x": -27, "y": -21 },
{ "path": "./images/toh1/1.png", "x": -27, "y": -21 },
{ "path": "./images/toh1/2.png", "x": -28, "y": -22 },
{ "path": "./images/toh1/3.png", "x": -27, "y": -22 }
{ "path": "images/0.png", "x": -27, "y": -21 },
{ "path": "images/1.png", "x": -27, "y": -21 },
{ "path": "images/2.png", "x": -28, "y": -22 },
{ "path": "images/3.png", "x": -27, "y": -22 }
],
"strings": {
"name": {
Expand Down

0 comments on commit 19383dc

Please sign in to comment.