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
|
||||
}
|
||||
}
|
|
@ -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,
|
||||
|
|
BIN
assets/the_ritual_circle.png
Normal file
BIN
assets/the_ritual_circle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue