Created a nice utility library for doing animations, and used it in the ritual crafting UI.
This commit is contained in:
parent
0a40135f5d
commit
1aa6674e42
14 changed files with 213 additions and 150 deletions
12
assets/animations.json
Normal file
12
assets/animations.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"ritual_blanket": {
|
||||
"_type": "Animation",
|
||||
"easing": 0,
|
||||
"ease_rate": 0.5,
|
||||
"scale": 1.0,
|
||||
"simple": false,
|
||||
"frames": 3,
|
||||
"speed": 0.2,
|
||||
"stationary": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue