Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Merp authored Aug 17, 2022
1 parent 455a098 commit a740b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"elements": [
{
"name": "outer",
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
Expand All @@ -16,8 +17,9 @@
}
},
{
"from": [13, 16, 13],
"to": [3, 0, 3],
"name": "inner",
"from": [13.01, 16.01, 13.01],
"to": [2.99, -0.01, 2.99],
"faces": {
"north": {"uv": [13, 16, 3, 0], "texture": "#inner"},
"east": {"uv": [13, 16, 3, 0], "texture": "#inner"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"elements": [
{
"name": "outer",
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
Expand All @@ -16,8 +17,9 @@
}
},
{
"from": [13, 16, 13],
"to": [3, 0, 3],
"name": "inner",
"from": [13.01, 16.01, 13.01],
"to": [2.99, -0.01, 2.99],
"faces": {
"north": {"uv": [13, 16, 3, 0], "texture": "#inner"},
"east": {"uv": [13, 16, 3, 0], "texture": "#inner"},
Expand Down

1 comment on commit a740b72

@AViewFromTheTop

This comment was marked as abuse.

Please sign in to comment.