Animator tool now has no UI, it just watches the file to change time and reloads.

This commit is contained in:
Zed A. Shaw 2026-02-03 13:03:38 -05:00
parent bdfc2397e2
commit c092b82dfc
3 changed files with 84 additions and 77 deletions

View file

@ -6,8 +6,8 @@
"frame_height": 720
},
"sequence": {
"frames": [0, 1],
"durations": [800, 200]
"frames": [0, 1, 0, 1],
"durations": [800, 200, 33, 33]
},
"transform": {
"min_x": 0.6,
@ -19,7 +19,7 @@
"ease_rate": 5.0,
"scaled": true,
"toggled": false,
"looped": false
"looped": true
}
}
}