Some basic animations working but the loop in bad.

This commit is contained in:
Zed A. Shaw 2025-10-10 01:42:42 -04:00
parent c33f370572
commit 0930b05fc5
5 changed files with 40 additions and 20 deletions

View file

@ -111,12 +111,22 @@
},
"test_boss": {
"_type": "Animation",
"easing": 3,
"easing": 1,
"ease_rate": 0.5,
"scale": 0.4,
"simple": true,
"frames": 1,
"speed": 0.02,
"stationary": true
},
"rat_king_boss": {
"_type": "Animation",
"easing": 1,
"ease_rate": 0.5,
"scale": 0.4,
"simple": false,
"frames": 2,
"speed": 0.02,
"stationary": true
}
}