feat: desktop pet v2 with 8 skins and state notifications
This commit is contained in:
6
frontends/skins/line/License.txt
Normal file
6
frontends/skins/line/License.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
License is CC0 - https://creativecommons.org/public-domain/cc0/
|
||||
|
||||
YOU CAN:
|
||||
|
||||
-> You can do whatever you want with this asset, including modifying it for commercial use.
|
||||
-> Credit is not required, but is greatly appreciated!
|
||||
BIN
frontends/skins/line/pet.png
Normal file
BIN
frontends/skins/line/pet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
60
frontends/skins/line/skin.json
Normal file
60
frontends/skins/line/skin.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "Line",
|
||||
"version": "1.0.0",
|
||||
"author": "itch.io",
|
||||
"source": "https://itch.io",
|
||||
"description": "Line 角色皮肤",
|
||||
"style": "pixel",
|
||||
"format": "sprite",
|
||||
"size": { "width": 39, "height": 46 },
|
||||
"animations": {
|
||||
"idle": {
|
||||
"file": "skin.png",
|
||||
"loop": true,
|
||||
"sprite": {
|
||||
"frameWidth": 156,
|
||||
"frameHeight": 185,
|
||||
"frameCount": 4,
|
||||
"columns": 28,
|
||||
"fps": 6,
|
||||
"startFrame": 0
|
||||
}
|
||||
},
|
||||
"walk": {
|
||||
"file": "skin.png",
|
||||
"loop": true,
|
||||
"sprite": {
|
||||
"frameWidth": 156,
|
||||
"frameHeight": 185,
|
||||
"frameCount": 8,
|
||||
"columns": 28,
|
||||
"fps": 6,
|
||||
"startFrame": 4
|
||||
}
|
||||
},
|
||||
"run": {
|
||||
"file": "skin.png",
|
||||
"loop": true,
|
||||
"sprite": {
|
||||
"frameWidth": 156,
|
||||
"frameHeight": 185,
|
||||
"frameCount": 8,
|
||||
"columns": 28,
|
||||
"fps": 10,
|
||||
"startFrame": 12
|
||||
}
|
||||
},
|
||||
"sprint": {
|
||||
"file": "skin.png",
|
||||
"loop": true,
|
||||
"sprite": {
|
||||
"frameWidth": 156,
|
||||
"frameHeight": 185,
|
||||
"frameCount": 8,
|
||||
"columns": 28,
|
||||
"fps": 24,
|
||||
"startFrame": 12
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
frontends/skins/line/skin.png
Normal file
BIN
frontends/skins/line/skin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 163 KiB |
Reference in New Issue
Block a user