Created a nice utility library for doing animations, and used it in the ritual crafting UI.

This commit is contained in:
Zed A. Shaw 2025-03-20 01:10:01 -04:00
parent 0a40135f5d
commit 1aa6674e42
14 changed files with 213 additions and 150 deletions

12
assets/animations.json Normal file
View 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
}
}

View file

@ -52,7 +52,8 @@
"devils_fingers_stage": "assets/devils_fingers_stage.png",
"tunnel_with_rocks": "assets/tunnel_with_rocks.png",
"tunnel_with_rocks_stage": "assets/tunnel_with_rocks_stage.png",
"ritual_crafting_area": "assets/ritual_crafting_area.png"
"ritual_crafting_area": "assets/ritual_crafting_area.png",
"the_ritual_circle": "assets/the_ritual_circle.png"
},
"worldgen": {
"enemy_probability": 50,

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB