Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added packages/app/public/skins/buddy/pet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions packages/app/public/skins/buddy/skin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "Buddy",
"version": "1.0.0",
"author": "ChatGPT Image",
"description": "卡通风橙色小人皮肤",
"style": "pixel",
"format": "sprite",
"size": { "width": 64, "height": 64 },
"animations": {
"idle": {
"file": "skin.png",
"loop": true,
"sprite": {
"frameWidth": 128,
"frameHeight": 128,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"walk": {
"file": "skin.png",
"loop": true,
"sprite": {
"frameWidth": 128,
"frameHeight": 128,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 8
}
},
"run": {
"file": "skin.png",
"loop": true,
"sprite": {
"frameWidth": 128,
"frameHeight": 128,
"frameCount": 8,
"columns": 8,
"fps": 12,
"startFrame": 16
}
},
"sprint": {
"file": "skin.png",
"loop": true,
"sprite": {
"frameWidth": 128,
"frameHeight": 128,
"frameCount": 8,
"columns": 8,
"fps": 20,
"startFrame": 24
}
}
}
}
Binary file added packages/app/public/skins/buddy/skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-horse/idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-horse/pet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-horse/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions packages/app/public/skins/cartoon-horse/skin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "Cartoon Horse",
"version": "1.0.0",
"author": "AIbubu",
"description": "A cute cartoon horse desk-pet skin.",
"style": "ai-generated",
"format": "sprite",
"size": {
"width": 80,
"height": 80
},
"animations": {
"idle": {
"file": "idle.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"walk": {
"file": "walk.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"run": {
"file": "run.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 12,
"startFrame": 0
}
},
"sprint": {
"file": "sprint.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 20,
"startFrame": 0
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-horse/walk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-pig/idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-pig/pet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-pig/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions packages/app/public/skins/cartoon-pig/skin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "Cartoon Pig",
"version": "1.0.0",
"author": "AIbubu",
"description": "A cute cartoon piglet desk-pet skin.",
"style": "ai-generated",
"format": "sprite",
"size": {
"width": 80,
"height": 80
},
"animations": {
"idle": {
"file": "idle.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"walk": {
"file": "walk.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"run": {
"file": "run.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 12,
"startFrame": 0
}
},
"sprint": {
"file": "sprint.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 20,
"startFrame": 0
}
}
}
}
Binary file added packages/app/public/skins/cartoon-pig/sprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/cartoon-pig/walk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/hoodie/idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/hoodie/pet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/hoodie/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions packages/app/public/skins/hoodie/skin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "Hoodie",
"version": "1.0.0",
"author": "ChatGPT Image",
"description": "红色卫衣少年皮肤",
"style": "pixel",
"format": "sprite",
"size": { "width": 64, "height": 80 },
"animations": {
"idle": {
"file": "idle.png",
"loop": true,
"sprite": {
"frameWidth": 140,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"walk": {
"file": "walk.png",
"loop": true,
"sprite": {
"frameWidth": 140,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"run": {
"file": "run.png",
"loop": true,
"sprite": {
"frameWidth": 140,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 12,
"startFrame": 0
}
},
"sprint": {
"file": "sprint.png",
"loop": true,
"sprite": {
"frameWidth": 140,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 20,
"startFrame": 0
}
}
}
}
Binary file added packages/app/public/skins/hoodie/sprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/hoodie/walk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion packages/app/public/skins/order.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
["vita", "tard", "mort", "doux", "boy", "dinosaur", "glube", "line"]
[
"vita",
"tard",
"mort",
"doux",
"boy",
"dinosaur",
"glube",
"line",
"buddy",
"hoodie",
"panda",
"sketch-boy",
"cartoon-horse",
"cartoon-pig"
]
Binary file added packages/app/public/skins/panda/idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/panda/pet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/panda/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions packages/app/public/skins/panda/skin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "Panda",
"version": "1.0.0",
"author": "AIbubu",
"description": "A cute panda desk-pet skin.",
"style": "ai-generated",
"format": "sprite",
"size": {
"width": 80,
"height": 80
},
"animations": {
"idle": {
"file": "idle.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"walk": {
"file": "walk.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"run": {
"file": "run.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 12,
"startFrame": 0
}
},
"sprint": {
"file": "sprint.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 20,
"startFrame": 0
}
}
}
}
Binary file added packages/app/public/skins/panda/sprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/panda/walk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/sketch-boy/idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/sketch-boy/pet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/skins/sketch-boy/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions packages/app/public/skins/sketch-boy/skin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "Sketch Boy",
"version": "1.0.0",
"author": "AIbubu",
"description": "简笔画风格的小男孩皮肤",
"style": "ai-generated",
"format": "sprite",
"size": {
"width": 80,
"height": 80
},
"animations": {
"idle": {
"file": "idle.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"walk": {
"file": "walk.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 6,
"startFrame": 0
}
},
"run": {
"file": "run.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 12,
"startFrame": 0
}
},
"sprint": {
"file": "sprint.png",
"loop": true,
"sprite": {
"frameWidth": 176,
"frameHeight": 176,
"frameCount": 8,
"columns": 8,
"fps": 20,
"startFrame": 0
}
}
}
}
Binary file added packages/app/public/skins/sketch-boy/sprint.png
Binary file added packages/app/public/skins/sketch-boy/walk.png
Loading