Skip to content

Commit

Permalink
Tweak guard animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm9201 committed Oct 24, 2024
1 parent 3f16c59 commit f18aa13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"elements": [
{
"from": [6.001, 7.751, 0.001],
"to": [9.999, 9.598, 6.999],
"from": [6, 7.75, 0],
"to": [10, 9.597, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9.75, 8]},
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#0"},
Expand All @@ -19,9 +19,9 @@
}
},
{
"from": [6.001, 7.751, 9.001],
"to": [9.999, 9.598, 15.999],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9.75, 8]},
"from": [6, 7.75, 9],
"to": [10, 9.597, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9.75, 17]},
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#0"},
"east": {"uv": [2, 0, 5.5, 2], "texture": "#0"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"elements": [
{
"from": [6, 6, 4.5],
"to": [10, 10, 11.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 3.5]},
"from": [6, 7.75, 4.5],
"to": [10, 9.597, 11.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9.75, 12.5]},
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#0"},
"east": {"uv": [2, 0, 5.5, 2], "texture": "#0"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"elements": [
{
"from": [3, 6, 9.5],
"to": [12, 8, 11.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"from": [3, 7.75, 9.5],
"to": [12, 9.5, 11.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9.75, 8]},
"faces": {
"north": {"uv": [3, 2.5, 7.5, 3.5], "texture": "#0"},
"east": {"uv": [12, 2.5, 13, 3.5], "texture": "#0"},
Expand All @@ -19,9 +19,9 @@
}
},
{
"from": [6.5, 6, 3.5],
"to": [8.5, 8, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"from": [6.5, 7.75, 3.5],
"to": [8.5, 9.5, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 9.75, 8]},
"faces": {
"north": {"uv": [8, 4, 9, 5], "rotation": 90, "texture": "#0"},
"east": {"uv": [3.5, 4, 5, 5], "texture": "#0"},
Expand All @@ -31,9 +31,9 @@
}
},
{
"from": [11.50314, 5.999, 9.9979],
"to": [13.50314, 7.997, 11.9979],
"rotation": {"angle": -22.5, "axis": "y", "origin": [13.00314, 7, 10.9979]},
"from": [11.50314, 7.749, 9.9979],
"to": [13.50314, 9.494, 11.9979],
"rotation": {"angle": -22.5, "axis": "y", "origin": [13.00314, 8.75, 10.9979]},
"faces": {
"north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"},
"east": {"uv": [9.5, 2.5, 10.5, 3.5], "texture": "#0"},
Expand Down

0 comments on commit f18aa13

Please sign in to comment.