Fixed a test that failed because loop was set on the tranform being used.
This commit is contained in:
parent
c092b82dfc
commit
ce3d142208
3 changed files with 15 additions and 9 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"frame_height": 720
|
||||
},
|
||||
"sequence": {
|
||||
"frames": [0, 1, 0, 1],
|
||||
"durations": [800, 200, 33, 33]
|
||||
"frames": [0, 1],
|
||||
"durations": [240, 240]
|
||||
},
|
||||
"transform": {
|
||||
"min_x": 0.6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue