feat(Cape): added virus cape, exclusive to developers

This commit is contained in:
Paul Fey 2025-06-07 15:56:18 +02:00
parent 0f48988b1a
commit db88e89c79
60 changed files with 68 additions and 5 deletions

View file

@ -1,12 +1,12 @@
{
"cape": {
"cape": {
"beam": {
"name": "beam",
"frames": [
"cape_beam.png"
]
},
"sky": {
},
"sky": {
"name": "sky",
"delay": 50,
"frames": [
@ -40,6 +40,69 @@
"frames": [
"cape_blossom.png"
]
}
},
"virus": {
"name": "virus",
"frames": [
"frame_virus-0.png",
"frame_virus-12.png",
"frame_virus-24.png",
"frame_virus-36.png",
"frame_virus-48.png",
"frame_virus-1.png",
"frame_virus-13.png",
"frame_virus-25.png",
"frame_virus-37.png",
"frame_virus-49.png",
"frame_virus-2.png",
"frame_virus-14.png",
"frame_virus-26.png",
"frame_virus-38.png",
"frame_virus-50.png",
"frame_virus-3.png",
"frame_virus-15.png",
"frame_virus-27.png",
"frame_virus-39.png",
"frame_virus-51.png",
"frame_virus-4.png",
"frame_virus-16.png",
"frame_virus-28.png",
"frame_virus-40.png",
"frame_virus-52.png",
"frame_virus-5.png",
"frame_virus-17.png",
"frame_virus-29.png",
"frame_virus-41.png",
"frame_virus-53.png",
"frame_virus-6.png",
"frame_virus-18.png",
"frame_virus-30.png",
"frame_virus-42.png",
"frame_virus-54.png",
"frame_virus-7.png",
"frame_virus-19.png",
"frame_virus-31.png",
"frame_virus-43.png",
"frame_virus-55.png",
"frame_virus-8.png",
"frame_virus-20.png",
"frame_virus-32.png",
"frame_virus-44.png",
"frame_virus-56.png",
"frame_virus-9.png",
"frame_virus-21.png",
"frame_virus-33.png",
"frame_virus-45.png",
"frame_virus-57.png",
"frame_virus-10.png",
"frame_virus-22.png",
"frame_virus-34.png",
"frame_virus-46.png",
"frame_virus-11.png",
"frame_virus-23.png",
"frame_virus-35.png",
"frame_virus-47.png"
]
}
}
}