Skip to content

Commit b8a0c39

Browse files
committed
[ADD] add your skin yay
1 parent 1841668 commit b8a0c39

File tree

122 files changed

+541
-187
lines changed

Some content is hidden

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

122 files changed

+541
-187
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
path: 'export/release/linux/bin'
7171
windows-release:
7272
runs-on: windows-latest
73-
7473
steps:
7574
- uses: actions/checkout@v4
7675
- uses: krdlab/setup-haxe@v2
@@ -141,7 +140,6 @@ jobs:
141140
path: export/release/windows/bin
142141
mac-release:
143142
runs-on: macos-15
144-
145143
steps:
146144
- uses: actions/checkout@v4
147145
- uses: krdlab/setup-haxe@v2

Project.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<define name="DISCORD_ALLOWED" if="desktop" />
2323
<define name="CHECK_FOR_UPDATES" unless="html5"/>
2424
<define name="ACHIEVEMENTS_ALLOWED" />
25+
<define name="MODS_ALLOWED" if="desktop" />
2526
<define name="CRASH_HANDLER" if="desktop release" />
2627

2728
<!-- ____________________________ Window Settings ___________________________ -->
@@ -65,6 +66,8 @@
6566

6667
<assets path="assets/minigame/linux" if="linux || mac" rename="assets/minigame" />
6768
<assets path="assets/minigame/windows" if="windows" rename="assets/minigame" />
69+
70+
<assets path="skins" if="MODS_ALLOWED" embed="false"/>
6871

6972
<assets path='art/readme.txt' rename='do NOT readme.txt' />
7073
<assets path='Patch Note.txt' />

art/playguy-loray.ase

9 Bytes
Binary file not shown.

art/playguy-loray.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
"size": { "w": 616, "h": 564 },
521521
"scale": "1",
522522
"frameTags": [
523-
{ "name": "Loop", "from": 0, "to": 63, "direction": "forward", "color": "#000000ff" }
523+
{ "name": "Loop", "from": 38, "to": 50, "direction": "forward", "color": "#000000ff" }
524524
],
525525
"layers": [
526526
{ "name": "Layer", "opacity": 255, "blendMode": "normal" },

art/playguy-loray.png

-547 Bytes

assets/shared/characters/playguy-loray.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
22
"animations": [
33
{
4+
"loop": false,
45
"offsets": [
56
-21,
6-
9
7+
4
78
],
8-
"loop": false,
9-
"fps": 30,
109
"anim": "singDOWN",
11-
"indices": [],
12-
"name": "down"
10+
"fps": 30,
11+
"name": "down",
12+
"indices": []
1313
},
1414
{
15+
"loop": false,
1516
"offsets": [
1617
49,
1718
7
1819
],
19-
"loop": false,
20-
"fps": 30,
2120
"anim": "singLEFT",
22-
"indices": [],
23-
"name": "right"
21+
"fps": 30,
22+
"name": "right",
23+
"indices": []
2424
},
2525
{
26+
"loop": false,
2627
"offsets": [
2728
0,
28-
34
29+
37
2930
],
30-
"loop": false,
31-
"fps": 30,
3231
"anim": "singUP",
33-
"indices": [],
34-
"name": "up"
32+
"fps": 30,
33+
"name": "up",
34+
"indices": []
3535
},
3636
{
37+
"loop": false,
3738
"offsets": [
38-
-13,
39+
-23,
3940
28
4041
],
41-
"loop": false,
42-
"fps": 30,
4342
"anim": "singRIGHT",
44-
"indices": [],
45-
"name": "left"
43+
"fps": 30,
44+
"name": "left",
45+
"indices": []
4646
},
4747
{
48+
"loop": false,
4849
"offsets": [
4950
0,
5051
0
5152
],
52-
"loop": false,
53-
"fps": 30,
5453
"anim": "idle",
55-
"indices": [],
56-
"name": "idle"
54+
"fps": 30,
55+
"name": "idle",
56+
"indices": []
5757
}
5858
],
5959
"vocals_file": "",
@@ -66,8 +66,8 @@
6666
"healthicon": "lorayguy",
6767
"flip_x": false,
6868
"healthbar_colors": [
69-
153,
70-
255,
69+
58,
70+
249,
7171
0
7272
],
7373
"camera_position": [

assets/shared/data/skinData.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[
2+
{
3+
"name": "Ourple",
4+
"skins": [
5+
{"name": "Normal", "scale": 2.5},
6+
{"name": "RTX", "scale": 2.5},
7+
{"name": "Mad", "scale": 2.5},
8+
{"name": "Staring", "scale": 2.4},
9+
{"name": "Afton", "scale": 2.4},
10+
{"name": "Shaggy", "scale": 0.65},
11+
{"name": "Loray", "scale": 2.5}
12+
]
13+
},
14+
{
15+
"name": "Matpat",
16+
"skins": [
17+
{"name": "Normal", "scale": 0.75},
18+
{"name": "RTX", "scale": 0.75},
19+
{"name": "Sad", "scale": 0.75},
20+
{"name": "PNG", "scale": 1.2},
21+
{"name": "FAF", "scale": 0.6},
22+
{"name": "Sunk", "scale": 0.325},
23+
{"name": "Sunk Mad", "scale": 0.325}
24+
]
25+
},
26+
{
27+
"name": "Phone",
28+
"skins": [
29+
{"name": "Normal", "scale": 0.8},
30+
{"name": "RTX", "scale": 0.8}
31+
]
32+
}
33+
]
-547 Bytes
10.2 KB
-14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)