Now have a fancy hand animation when you cast your rituals.

This commit is contained in:
Zed A. Shaw 2025-09-15 02:14:13 -04:00
parent ad3e580495
commit 7af264e147
9 changed files with 43 additions and 8 deletions

View file

@ -9,6 +9,16 @@
"speed": 0.1,
"stationary": false
},
"hand": {
"_type": "Animation",
"easing": 0,
"ease_rate": 0.5,
"scale": 1.0,
"simple": false,
"frames": 3,
"speed": 0.1,
"stationary": false
},
"lightning_animation": {
"_type": "Animation",
"easing": 0,

View file

@ -229,6 +229,11 @@
{"path": "assets/sprites/dead_body_lootable.png",
"frame_width": 256,
"frame_height": 256
},
"hand":
{"path": "assets/hands/hands.png",
"frame_width": 900,
"frame_height": 600
}
},
"worldgen": {

BIN
assets/hands/hands.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB