Skip to content

Commit 28122f7

Browse files
committed
feat: add new skin
1 parent d0f9538 commit 28122f7

74 files changed

Lines changed: 378 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

asset/logo/kei_robot.png

238 KB

asset/logo/pool_time.gif

280 KB

asset/logo/yumi_nikki_1.png

31.8 KB

asset/logo/yumi_nikki_2.png

31.8 KB

skin.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,37 @@
278278
"author": "katanya04",
279279
"image": "https://raw.githubusercontent.com/pass-with-high-score/Aneko-skin/main/asset/logo/fire.png",
280280
"url": "https://github.com/pass-with-high-score/Aneko-skin/releases/download/skinzip/fire.zip"
281+
},
282+
{
283+
"name": "Kei Robot",
284+
"package": "com.keirobot",
285+
"version": "1",
286+
"author": "toad1145",
287+
"image": "https://raw.githubusercontent.com/pass-with-high-score/Aneko-skin/main/asset/logo/kei_robot.png",
288+
"url": "https://github.com/pass-with-high-score/Aneko-skin/releases/download/skinzip/kei_robot.zip"
289+
},
290+
{
291+
"name": "Pool Time",
292+
"package": "bovi.pooltime",
293+
"version": "1",
294+
"author": "Bovi",
295+
"image": "https://raw.githubusercontent.com/pass-with-high-score/Aneko-skin/main/asset/logo/pool_time.gif",
296+
"url": "https://github.com/pass-with-high-score/Aneko-skin/releases/download/skinzip/pool-time.zip"
297+
},
298+
{
299+
"name": "yumi nikki 1",
300+
"package": "org.cerltites.yuminikki1",
301+
"version": "1",
302+
"author": "cerltites",
303+
"image": "https://raw.githubusercontent.com/pass-with-high-score/Aneko-skin/main/asset/logo/yumi_nikki_1.png",
304+
"url": "https://github.com/pass-with-high-score/Aneko-skin/releases/download/skinzip/yumi-nikki-1.zip"
305+
},
306+
{
307+
"name": "yumi nikki 2",
308+
"package": "org.cerltites.yuminikki2",
309+
"version": "1",
310+
"author": "cerltites",
311+
"image": "https://raw.githubusercontent.com/pass-with-high-score/Aneko-skin/main/asset/logo/yumi_nikki_2.png",
312+
"url": "https://github.com/pass-with-high-score/Aneko-skin/releases/download/skinzip/yumi-nikki-2.zip"
281313
}
282314
]
182 KB
238 KB
238 KB
238 KB

skins/Kei_Robot_skin/skin.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<motion-params package="com.keirobot" name="Kei Robot" author="toad1145" preview="1000379808.png" acceleration="160" maxVelocity="100" deaccelerationDistance="60" proximityDistance="10" initialState="stop" awakeState="awake" moveStatePrefix="move" wallStatePrefix="wall">
3+
<motion state="stop" checkWall="true" nextState="wait">
4+
<item drawable="1000379805" duration="250"/>
5+
</motion>
6+
<motion state="wait">
7+
<item drawable="1000379805" duration="250"/>
8+
</motion>
9+
<motion state="awake" checkMove="true">
10+
<item drawable="1000379807" duration="350"/>
11+
</motion>
12+
<motion state="moveUp">
13+
<item drawable="1000379808" duration="250"/>
14+
</motion>
15+
<motion state="moveDown">
16+
<item drawable="1000379806" duration="250"/>
17+
</motion>
18+
<motion state="moveLeft">
19+
<item drawable="1000379806" duration="250"/>
20+
</motion>
21+
<motion state="moveRight">
22+
<item drawable="1000379808" duration="250"/>
23+
</motion>
24+
<motion state="moveUpLeft">
25+
<item drawable="1000379806" duration="250"/>
26+
</motion>
27+
<motion state="moveUpRight">
28+
<item drawable="1000379808" duration="250"/>
29+
</motion>
30+
<motion state="moveDownLeft">
31+
<item drawable="1000379806" duration="250"/>
32+
</motion>
33+
<motion state="moveDownRight">
34+
<item drawable="1000379808" duration="250"/>
35+
</motion>
36+
</motion-params>

0 commit comments

Comments
 (0)