Skip to content

Commit

Permalink
fix: remove invalid frames from item texture animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jun 16, 2023
1 parent b70121e commit 5f7c167
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
{
"animation":
{
"frametime": 2,
"frames": [
{
"index": 0,
"time": 60
},
{
"index": 1,
"time": 20
},
{
"index": 2,
"time": 20
},
{
"index": 3,
"time": 20
},
{
"index": 4,
"time": 4
},
{
"index": 5,
"time": 4
},
{
"index": 6,
"time": 4
}
{
"animation": {
"frametime": 2,
"frames": [
{
"index": 0,
"time": 60
},
{
"index": 1,
"time": 20
},
{
"index": 2,
"time": 20
},
{
"index": 3,
"time": 20
},
{
"index": 4,
"time": 4
},
{
"index": 5,
"time": 4
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{ "animation": { "frametime": 10, "frames": [ { "index": 0, "time": 1 }, 1, 2, 3, 4, 5 ] } }
{
"animation": {
"frametime": 10,
"frames": [
{
"index": 0,
"time": 1
}, 1, 2, 3, 4
]
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{ "animation": { "frametime": 2.5, "frames": [ { "index": 0, "time": 1 }, 1, 2, 3, 4, 5 ] } }
{
"animation": {
"frametime": 2.5,
"frames": [
{
"index": 0,
"time": 1
}, 1, 2, 3, 4
]
}
}

0 comments on commit 5f7c167

Please sign in to comment.