Skip to content

Commit

Permalink
Fix uvs for the decorated pot
Browse files Browse the repository at this point in the history
Fixes #196
  • Loading branch information
Brokkonaut committed Dec 14, 2023
1 parent 5c85fee commit 607a37c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"from": [1, 0, 1],
"to": [15, 16, 15],
"faces": {
"up": {"uv": [0, 6.5, 7, 13.5], "texture": "#0", "cullface": "up"},
"down": {"uv": [7, 6.5, 14, 13.5], "texture": "#0", "cullface": "down"}
"up": {"uv": [7, 6.5, 14, 13.5], "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 6.5, 7, 13.5], "texture": "#0", "cullface": "down"}
}
},
{
Expand Down

0 comments on commit 607a37c

Please sign in to comment.