Skip to content

Commit c4c4c3b

Browse files
softcode all stages + some new stage properties
1 parent a34fa9a commit c4c4c3b

File tree

16 files changed

+524
-413
lines changed

16 files changed

+524
-413
lines changed

mods/Friday Night Funkin'/_polymod_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Base Game",
44
"author": "Ninjamuffin99, PhantomArcade, KawaiiSprite, EvilSk8r",
55
"api_version": "0.5.0",
6-
"mod_version": "0.5.2",
6+
"mod_version": "0.5.3",
77
"license": "Apache 2.0",
88
"metadata": {
99
"canBeDisabled": "false"
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
{
2+
"objects": [
3+
{
4+
"position": [0, 0],
5+
"scroll_Factor": [0.1, 0.1],
6+
"scale": 6,
7+
"antialiased": false,
8+
"file_Name": "weebSky",
9+
"is_Animated": false
10+
},
11+
{
12+
"is_Animated": false,
13+
"antialiased": false,
14+
"scroll_Factor": [0.6, 0.9],
15+
"position": [-200, 0],
16+
"file_Name": "weebSchool",
17+
"scale": 6
18+
},
19+
{
20+
"is_Animated": false,
21+
"antialiased": false,
22+
"scroll_Factor": [0.95, 0.95],
23+
"position": [-200, 0],
24+
"file_Name": "weebStreet",
25+
"scale": 6
26+
},
27+
{
28+
"is_Animated": false,
29+
"antialiased": false,
30+
"scroll_Factor": [0.95, 0.95],
31+
"position": [-120, 60],
32+
"file_Name": "weebTreesBack",
33+
"scale": 6
34+
},
35+
{
36+
"is_Animated": true,
37+
"antialiased": false,
38+
"scroll_Factor": [0.85, 0.85],
39+
"position": [-780, -1000],
40+
"file_Name": "weebTrees",
41+
"scale": 6,
42+
"animations": [
43+
{
44+
"name": "treeLoop",
45+
"animation_name": "treeLoop",
46+
"fps": 12,
47+
"looped": true
48+
}
49+
],
50+
"start_Animation": "treeLoop"
51+
},
52+
{
53+
"is_Animated": true,
54+
"antialiased": false,
55+
"scroll_Factor": [0.85, 0.85],
56+
"position": [-780, -1000],
57+
"file_Name": "weebTrees",
58+
"scale": 6,
59+
"animations": [
60+
{
61+
"name": "treeLoop",
62+
"animation_name": "treeLoop",
63+
"fps": 12,
64+
"looped": true
65+
}
66+
],
67+
"start_Animation": "treeLoop"
68+
},
69+
{
70+
"is_Animated": true,
71+
"antialiased": false,
72+
"scroll_Factor": [0.85, 0.85],
73+
"position": [-20, 64],
74+
"file_Name": "petals",
75+
"scale": 6,
76+
"layer": "foreground",
77+
"animations": [
78+
{
79+
"name": "petals",
80+
"animation_name": "petals",
81+
"fps": 24,
82+
"looped": true
83+
}
84+
],
85+
"start_Animation": "petals"
86+
},
87+
{
88+
"is_Animated": true,
89+
"antialiased": false,
90+
"scroll_Factor": [0.85, 0.85],
91+
"position": [-100, 190],
92+
"file_Name": "bgFreaksMad",
93+
"scale": 6,
94+
"dances": true,
95+
"animations": [
96+
{
97+
"name": "danceLeft",
98+
"animation_name": "BG fangirls dissuaded",
99+
"fps": 24,
100+
"looped": true,
101+
"indices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
102+
},
103+
{
104+
"name": "danceRight",
105+
"animation_name": "BG fangirls dissuaded",
106+
"fps": 24,
107+
"looped": true,
108+
"indices": [
109+
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29
110+
]
111+
}
112+
],
113+
"start_Animation": "danceLeft"
114+
}
115+
],
116+
"character_Positions": [
117+
[1139, 908],
118+
[525, 908],
119+
[840, 866]
120+
],
121+
"camera_Offsets": [
122+
[-200, -100],
123+
[0, 0]
124+
],
125+
"camera_Zoom": 1.05,
126+
"backgroundColor": "#A7D1F2",
127+
"imageDirectory": "school"
128+
}
129+
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"objects": [
3+
{
4+
"position": [0, 0],
5+
"scroll_Factor": [0.1, 0.1],
6+
"scale": 6,
7+
"antialiased": false,
8+
"file_Name": "weebSky",
9+
"is_Animated": false
10+
},
11+
{
12+
"is_Animated": false,
13+
"antialiased": false,
14+
"scroll_Factor": [0.6, 0.9],
15+
"position": [-200, 0],
16+
"file_Name": "weebSchool",
17+
"scale": 6
18+
},
19+
{
20+
"is_Animated": false,
21+
"antialiased": false,
22+
"scroll_Factor": [0.95, 0.95],
23+
"position": [-200, 0],
24+
"file_Name": "weebStreet",
25+
"scale": 6
26+
},
27+
{
28+
"is_Animated": false,
29+
"antialiased": false,
30+
"scroll_Factor": [0.95, 0.95],
31+
"position": [-120, 60],
32+
"file_Name": "weebTreesBack",
33+
"scale": 6
34+
},
35+
{
36+
"is_Animated": true,
37+
"antialiased": false,
38+
"scroll_Factor": [0.85, 0.85],
39+
"position": [-780, -1000],
40+
"file_Name": "weebTrees",
41+
"scale": 6,
42+
"animations": [
43+
{
44+
"name": "treeLoop",
45+
"animation_name": "treeLoop",
46+
"fps": 12,
47+
"looped": true
48+
}
49+
],
50+
"start_Animation": "treeLoop"
51+
},
52+
{
53+
"is_Animated": true,
54+
"antialiased": false,
55+
"scroll_Factor": [0.85, 0.85],
56+
"position": [-780, -1000],
57+
"file_Name": "weebTrees",
58+
"scale": 6,
59+
"animations": [
60+
{
61+
"name": "treeLoop",
62+
"animation_name": "treeLoop",
63+
"fps": 12,
64+
"looped": true
65+
}
66+
],
67+
"start_Animation": "treeLoop"
68+
},
69+
{
70+
"is_Animated": true,
71+
"antialiased": false,
72+
"scroll_Factor": [0.85, 0.85],
73+
"position": [-20, 64],
74+
"file_Name": "petals",
75+
"scale": 6,
76+
"layer": "foreground",
77+
"animations": [
78+
{
79+
"name": "petals",
80+
"animation_name": "petals",
81+
"fps": 24,
82+
"looped": true
83+
}
84+
],
85+
"start_Animation": "petals"
86+
},
87+
{
88+
"is_Animated": true,
89+
"antialiased": false,
90+
"scroll_Factor": [0.85, 0.85],
91+
"position": [-100, 190],
92+
"file_Name": "bgFreaks",
93+
"scale": 6,
94+
"dances": true,
95+
"animations": [
96+
{
97+
"name": "danceLeft",
98+
"animation_name": "BG girls group",
99+
"fps": 24,
100+
"looped": true,
101+
"indices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
102+
},
103+
{
104+
"name": "danceRight",
105+
"animation_name": "BG girls group",
106+
"fps": 24,
107+
"looped": true,
108+
"indices": [
109+
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29
110+
]
111+
}
112+
],
113+
"start_Animation": "danceLeft"
114+
}
115+
],
116+
"character_Positions": [
117+
[1139, 908],
118+
[525, 908],
119+
[840, 866]
120+
],
121+
"camera_Offsets": [
122+
[-200, -100],
123+
[0, 0]
124+
],
125+
"camera_Zoom": 1.05,
126+
"backgroundColor": "#A7D1F2"
127+
}
128+
-10.2 KB
Loading
Lines changed: 36 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,36 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<TextureAtlas imagePath="bgFreaks.png">
3-
<!-- Created with Adobe Animate version 21.0.7.42652 -->
4-
<!-- http://www.adobe.com/products/animate.html -->
5-
<SubTexture name="BG fangirls dissuaded0000" x="1" y="1" width="451" height="96"/>
6-
<SubTexture name="BG fangirls dissuaded0001" x="1" y="1" width="451" height="96"/>
7-
<SubTexture name="BG fangirls dissuaded0002" x="453" y="1" width="451" height="96"/>
8-
<SubTexture name="BG fangirls dissuaded0003" x="453" y="1" width="451" height="96"/>
9-
<SubTexture name="BG fangirls dissuaded0004" x="453" y="1" width="451" height="96"/>
10-
<SubTexture name="BG fangirls dissuaded0005" x="453" y="1" width="451" height="96"/>
11-
<SubTexture name="BG fangirls dissuaded0006" x="1" y="98" width="451" height="96"/>
12-
<SubTexture name="BG fangirls dissuaded0007" x="1" y="98" width="451" height="96"/>
13-
<SubTexture name="BG fangirls dissuaded0008" x="1" y="98" width="451" height="96"/>
14-
<SubTexture name="BG fangirls dissuaded0009" x="1" y="98" width="451" height="96"/>
15-
<SubTexture name="BG fangirls dissuaded0010" x="1" y="98" width="451" height="96"/>
16-
<SubTexture name="BG fangirls dissuaded0011" x="1" y="98" width="451" height="96"/>
17-
<SubTexture name="BG fangirls dissuaded0012" x="1" y="98" width="451" height="96"/>
18-
<SubTexture name="BG fangirls dissuaded0013" x="1" y="98" width="451" height="96"/>
19-
<SubTexture name="BG fangirls dissuaded0014" x="453" y="98" width="451" height="96"/>
20-
<SubTexture name="BG fangirls dissuaded0015" x="453" y="98" width="451" height="96"/>
21-
<SubTexture name="BG fangirls dissuaded0016" x="1" y="195" width="451" height="96"/>
22-
<SubTexture name="BG fangirls dissuaded0017" x="1" y="195" width="451" height="96"/>
23-
<SubTexture name="BG fangirls dissuaded0018" x="453" y="195" width="451" height="96"/>
24-
<SubTexture name="BG fangirls dissuaded0019" x="453" y="195" width="451" height="96"/>
25-
<SubTexture name="BG fangirls dissuaded0020" x="1" y="292" width="451" height="96"/>
26-
<SubTexture name="BG fangirls dissuaded0021" x="1" y="292" width="451" height="96"/>
27-
<SubTexture name="BG fangirls dissuaded0022" x="453" y="292" width="451" height="96"/>
28-
<SubTexture name="BG fangirls dissuaded0023" x="453" y="292" width="451" height="96"/>
29-
<SubTexture name="BG fangirls dissuaded0024" x="453" y="292" width="451" height="96"/>
30-
<SubTexture name="BG fangirls dissuaded0025" x="453" y="292" width="451" height="96"/>
31-
<SubTexture name="BG fangirls dissuaded0026" x="453" y="292" width="451" height="96"/>
32-
<SubTexture name="BG fangirls dissuaded0027" x="453" y="292" width="451" height="96"/>
33-
<SubTexture name="BG fangirls dissuaded0028" x="453" y="292" width="451" height="96"/>
34-
<SubTexture name="BG fangirls dissuaded0029" x="453" y="292" width="451" height="96"/>
35-
<SubTexture name="BG girls group0000" x="1" y="389" width="450" height="96"/>
36-
<SubTexture name="BG girls group0001" x="1" y="389" width="450" height="96"/>
37-
<SubTexture name="BG girls group0002" x="452" y="389" width="450" height="96"/>
38-
<SubTexture name="BG girls group0003" x="452" y="389" width="450" height="96"/>
39-
<SubTexture name="BG girls group0004" x="452" y="389" width="450" height="96"/>
40-
<SubTexture name="BG girls group0005" x="452" y="389" width="450" height="96"/>
41-
<SubTexture name="BG girls group0006" x="1" y="486" width="450" height="96"/>
42-
<SubTexture name="BG girls group0007" x="1" y="486" width="450" height="96"/>
43-
<SubTexture name="BG girls group0008" x="1" y="486" width="450" height="96"/>
44-
<SubTexture name="BG girls group0009" x="1" y="486" width="450" height="96"/>
45-
<SubTexture name="BG girls group0010" x="1" y="486" width="450" height="96"/>
46-
<SubTexture name="BG girls group0011" x="1" y="486" width="450" height="96"/>
47-
<SubTexture name="BG girls group0012" x="1" y="486" width="450" height="96"/>
48-
<SubTexture name="BG girls group0013" x="1" y="486" width="450" height="96"/>
49-
<SubTexture name="BG girls group0014" x="452" y="486" width="450" height="96"/>
50-
<SubTexture name="BG girls group0015" x="452" y="486" width="450" height="96"/>
51-
<SubTexture name="BG girls group0016" x="1" y="583" width="450" height="96"/>
52-
<SubTexture name="BG girls group0017" x="1" y="583" width="450" height="96"/>
53-
<SubTexture name="BG girls group0018" x="1" y="486" width="450" height="96"/>
54-
<SubTexture name="BG girls group0019" x="1" y="486" width="450" height="96"/>
55-
<SubTexture name="BG girls group0020" x="452" y="583" width="450" height="96"/>
56-
<SubTexture name="BG girls group0021" x="452" y="583" width="450" height="96"/>
57-
<SubTexture name="BG girls group0022" x="452" y="389" width="450" height="96"/>
58-
<SubTexture name="BG girls group0023" x="452" y="389" width="450" height="96"/>
59-
<SubTexture name="BG girls group0024" x="452" y="389" width="450" height="96"/>
60-
<SubTexture name="BG girls group0025" x="452" y="389" width="450" height="96"/>
61-
<SubTexture name="BG girls group0026" x="452" y="389" width="450" height="96"/>
62-
<SubTexture name="BG girls group0027" x="452" y="389" width="450" height="96"/>
63-
<SubTexture name="BG girls group0028" x="452" y="389" width="450" height="96"/>
64-
<SubTexture name="BG girls group0029" x="452" y="389" width="450" height="96"/>
65-
</TextureAtlas>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Created with Funkin Packer v0.1.3 https://neeeoo.github.io/funkin-packer/
4+
-->
5+
<TextureAtlas imagePath="bgFreaks.png" width="436" height="495">
6+
<SubTexture name="BG girls group0000" x="1" y="1" width="434" height="82" frameX="-9" frameY="-10" frameWidth="450" frameHeight="96"/>
7+
<SubTexture name="BG girls group0001" x="1" y="1" width="434" height="82" frameX="-9" frameY="-10" frameWidth="450" frameHeight="96"/>
8+
<SubTexture name="BG girls group0002" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
9+
<SubTexture name="BG girls group0003" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
10+
<SubTexture name="BG girls group0004" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
11+
<SubTexture name="BG girls group0005" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
12+
<SubTexture name="BG girls group0006" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
13+
<SubTexture name="BG girls group0007" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
14+
<SubTexture name="BG girls group0008" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
15+
<SubTexture name="BG girls group0009" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
16+
<SubTexture name="BG girls group0010" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
17+
<SubTexture name="BG girls group0011" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
18+
<SubTexture name="BG girls group0012" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
19+
<SubTexture name="BG girls group0013" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
20+
<SubTexture name="BG girls group0014" x="1" y="331" width="433" height="81" frameX="-8" frameY="-11" frameWidth="450" frameHeight="96"/>
21+
<SubTexture name="BG girls group0015" x="1" y="331" width="433" height="81" frameX="-8" frameY="-11" frameWidth="450" frameHeight="96"/>
22+
<SubTexture name="BG girls group0016" x="1" y="84" width="433" height="82" frameX="-9" frameY="-10" frameWidth="450" frameHeight="96"/>
23+
<SubTexture name="BG girls group0017" x="1" y="84" width="433" height="82" frameX="-9" frameY="-10" frameWidth="450" frameHeight="96"/>
24+
<SubTexture name="BG girls group0018" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
25+
<SubTexture name="BG girls group0019" x="1" y="249" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
26+
<SubTexture name="BG girls group0020" x="1" y="413" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
27+
<SubTexture name="BG girls group0021" x="1" y="413" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
28+
<SubTexture name="BG girls group0022" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
29+
<SubTexture name="BG girls group0023" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
30+
<SubTexture name="BG girls group0024" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
31+
<SubTexture name="BG girls group0025" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
32+
<SubTexture name="BG girls group0026" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
33+
<SubTexture name="BG girls group0027" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
34+
<SubTexture name="BG girls group0028" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
35+
<SubTexture name="BG girls group0029" x="1" y="167" width="433" height="81" frameX="-9" frameY="-11" frameWidth="450" frameHeight="96"/>
36+
</TextureAtlas>
27.4 KB
Loading

0 commit comments

Comments
 (0)