Add: setting window for tauri - bugs not fixed yet
This commit is contained in:
35
assets/sprite-packs/ferris/manifest.json
Normal file
35
assets/sprite-packs/ferris/manifest.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "ferris",
|
||||
"version": "1",
|
||||
"image": "sprite.png",
|
||||
"frame_width": 512,
|
||||
"frame_height": 512,
|
||||
"animations": [
|
||||
{
|
||||
"name": "idle",
|
||||
"fps": 6,
|
||||
"frames": [0, 1]
|
||||
},
|
||||
{
|
||||
"name": "active",
|
||||
"fps": 10,
|
||||
"frames": [1, 0]
|
||||
},
|
||||
{
|
||||
"name": "success",
|
||||
"fps": 10,
|
||||
"frames": [0, 1, 0],
|
||||
"one_shot": true
|
||||
},
|
||||
{
|
||||
"name": "error",
|
||||
"fps": 8,
|
||||
"frames": [1, 0, 1],
|
||||
"one_shot": true
|
||||
}
|
||||
],
|
||||
"anchor": {
|
||||
"x": 0.5,
|
||||
"y": 1.0
|
||||
}
|
||||
}
|
||||
BIN
assets/sprite-packs/ferris/sprite.png
Normal file
BIN
assets/sprite-packs/ferris/sprite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 MiB |
Reference in New Issue
Block a user