Now have a fully painting/pixelated female hand for the actions.

This commit is contained in:
Zed A. Shaw 2025-09-15 13:26:18 -04:00
parent 7af264e147
commit d1f7337de4
8 changed files with 27 additions and 8 deletions

View file

@ -9,14 +9,24 @@
"speed": 0.1,
"stationary": false
},
"hand": {
"male_hand": {
"_type": "Animation",
"easing": 0,
"ease_rate": 0.5,
"scale": 1.0,
"simple": false,
"frames": 3,
"speed": 0.1,
"speed": 0.08,
"stationary": false
},
"female_hand": {
"_type": "Animation",
"easing": 0,
"ease_rate": 0.5,
"scale": 1.0,
"simple": false,
"frames": 3,
"speed": 0.08,
"stationary": false
},
"lightning_animation": {