Better easings and motion but I need better data.

This commit is contained in:
Zed A. Shaw 2025-10-27 22:22:57 -04:00
parent f8158a3ea9
commit 949bbd4f15
10 changed files with 75 additions and 17 deletions

View file

@ -2,6 +2,7 @@
"burning_animation": {
"_type": "Animation",
"easing": 0,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
@ -16,6 +17,7 @@
"male_hand": {
"_type": "Animation",
"easing": 0,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
@ -30,6 +32,7 @@
"female_hand": {
"_type": "Animation",
"easing": 0,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
@ -44,6 +47,7 @@
"lightning_animation": {
"_type": "Animation",
"easing": 0,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
@ -58,6 +62,7 @@
"ritual_crafting_area": {
"_type": "Animation",
"easing": 0,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
@ -72,6 +77,7 @@
"peasant_girl_rear_view": {
"_type": "Animation",
"easing": 3,
"motion": 0,
"ease_rate": 0.2,
"scale_x": 0.5,
"scale_y": 0.5,
@ -86,6 +92,7 @@
"gold_savior": {
"_type": "Animation",
"easing": 1,
"motion": 0,
"ease_rate": 0.2,
"scale_x": 1.1,
"scale_y": 1.1,
@ -100,6 +107,7 @@
"armored_knight" : {
"_type": "Animation",
"easing": 1,
"motion": 0,
"ease_rate": 0.2,
"scale_x": 1.1,
"scale_y": 1.1,
@ -114,6 +122,7 @@
"axe_ranger": {
"_type": "Animation",
"easing": 3,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.1,
"scale_y": 1.1,
@ -128,6 +137,7 @@
"rat_with_sword": {
"_type": "Animation",
"easing": 3,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,
@ -142,6 +152,7 @@
"hairy_spider": {
"_type": "Animation",
"easing": 2,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 0.9,
"scale_y": 0.9,
@ -156,6 +167,7 @@
"test_boss": {
"_type": "Animation",
"easing": 1,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 0.4,
"scale_y": 0.4,
@ -170,10 +182,11 @@
"rat_king_boss": {
"_type": "Animation",
"easing": 4,
"ease_rate": 0.9,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 0.6,
"scale_y": 0.6,
"max_scale": 0.7,
"max_scale": 2.0,
"simple": false,
"frames": 2,
"speed": 0.02,
@ -184,6 +197,7 @@
"torch_fixture": {
"_type": "Animation",
"easing": 0,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 0.5,
"scale_y": 0.5,
@ -198,6 +212,7 @@
"test_floor": {
"_type": "Animation",
"easing": 2,
"motion": 0,
"ease_rate": 0.5,
"scale_x": 1.0,
"scale_y": 1.0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Before After
Before After