Skip to content

Commit a409a06

Browse files
2 parents d339d68 + 46d370a commit a409a06

18 files changed

Lines changed: 428 additions & 2 deletions

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### VS Code
22
export/*
3+
bin/*
34
.vscode/*
45
.haxelib/
56
.github/

assets/characters/bf-car.json

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
{
2+
"animations": [
3+
{
4+
"offsets": [
5+
0,
6+
0
7+
],
8+
"looped": false,
9+
"indices": [],
10+
"name": "idle",
11+
"animName": "BF idle dance"
12+
},
13+
{
14+
"offsets": [
15+
12,
16+
-6
17+
],
18+
"looped": false,
19+
"indices": [],
20+
"name": "singLEFT",
21+
"animName": "BF NOTE LEFT0"
22+
},
23+
{
24+
"offsets": [
25+
-10,
26+
-50
27+
],
28+
"looped": false,
29+
"indices": [],
30+
"name": "singDOWN",
31+
"animName": "BF NOTE DOWN0"
32+
},
33+
{
34+
"offsets": [
35+
-29,
36+
27
37+
],
38+
"looped": false,
39+
"indices": [],
40+
"name": "singUP",
41+
"animName": "BF NOTE UP0"
42+
},
43+
{
44+
"offsets": [
45+
-38,
46+
-7
47+
],
48+
"looped": false,
49+
"indices": [],
50+
"name": "singRIGHT",
51+
"animName": "BF NOTE RIGHT0"
52+
},
53+
{
54+
"offsets": [
55+
12,
56+
24
57+
],
58+
"looped": false,
59+
"indices": [],
60+
"name": "singLEFTmiss",
61+
"animName": "BF NOTE LEFT MISS"
62+
},
63+
{
64+
"offsets": [
65+
-11,
66+
-19
67+
],
68+
"looped": false,
69+
"indices": [],
70+
"name": "singDOWNmiss",
71+
"animName": "BF NOTE DOWN MISS"
72+
},
73+
{
74+
"offsets": [
75+
-29,
76+
27
77+
],
78+
"looped": false,
79+
"indices": [],
80+
"name": "singUPmiss",
81+
"animName": "BF NOTE UP MISS"
82+
},
83+
{
84+
"offsets": [
85+
-30,
86+
21
87+
],
88+
"looped": false,
89+
"indices": [],
90+
"name": "singRIGHTmiss",
91+
"animName": "BF NOTE RIGHT MISS"
92+
},
93+
{
94+
"offsets": [
95+
0,
96+
0
97+
],
98+
"looped": true,
99+
"indices": [
100+
10,
101+
11,
102+
12,
103+
13
104+
],
105+
"name": "idle-loop",
106+
"animName": "BF idle dance"
107+
},
108+
{
109+
"offsets": [
110+
12,
111+
-6
112+
],
113+
"looped": true,
114+
"indices": [
115+
12,
116+
13,
117+
14,
118+
15
119+
],
120+
"name": "singLEFT-loop",
121+
"animName": "BF NOTE LEFT0"
122+
},
123+
{
124+
"offsets": [
125+
-38,
126+
-7
127+
],
128+
"looped": true,
129+
"indices": [
130+
58,
131+
59,
132+
60,
133+
61
134+
],
135+
"name": "singRIGHT-loop",
136+
"animName": "BF NOTE RIGHT0"
137+
},
138+
{
139+
"offsets": [
140+
-29,
141+
27
142+
],
143+
"looped": true,
144+
"indices": [
145+
11,
146+
12,
147+
13,
148+
14
149+
],
150+
"name": "singUP-loop",
151+
"animName": "BF NOTE UP0"
152+
},
153+
{
154+
"offsets": [
155+
-10,
156+
-50
157+
],
158+
"looped": true,
159+
"indices": [
160+
26,
161+
27,
162+
28,
163+
29
164+
],
165+
"name": "singDOWN-loop",
166+
"animName": "BF NOTE DOWN0"
167+
}
168+
],
169+
"image": "characters/bfCar",
170+
"iconRGB": [
171+
49,
172+
176,
173+
209
174+
],
175+
"x": 0,
176+
"y": 0,
177+
"flipX": true,
178+
"singTime": 4,
179+
"icon": "bf",
180+
"antialiasing": true,
181+
"framerate": 24,
182+
"scale": 1
183+
}

assets/characters/gf-car.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"animations":[{"offsets":[2,0],"looped":false,"indices":[],"name":"singUP","animName":"GF Dancing Beat Hair blowing CAR"},{"offsets":[0,0],"looped":false,"indices":[15,16,17,18,19,20,21,22,23,24,25,26,27,28,29],"name":"danceRight","animName":"GF Dancing Beat Hair blowing CAR"},{"offsets":[0,0],"looped":false,"indices":[30,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"name":"danceLeft","animName":"GF Dancing Beat Hair blowing CAR"}],"image":"characters/gfCar","iconRGB":[165,0,77],"x":0,"y":0,"flipX":false,"singTime":4,"icon":"gf","antialiasing":true,"framerate":24,"scale":1}

assets/characters/mom-car.json

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
{
2+
"animations": [
3+
{
4+
"offsets": [
5+
0,
6+
0
7+
],
8+
"looped": false,
9+
"indices": [],
10+
"name": "idle",
11+
"animName": "Mom Idle"
12+
},
13+
{
14+
"offsets": [
15+
250,
16+
-23
17+
],
18+
"looped": false,
19+
"indices": [],
20+
"name": "singLEFT",
21+
"animName": "Mom Left Pose"
22+
},
23+
{
24+
"offsets": [
25+
10,
26+
-60
27+
],
28+
"looped": false,
29+
"indices": [],
30+
"name": "singRIGHT",
31+
"animName": "Mom Pose Left"
32+
},
33+
{
34+
"offsets": [
35+
20,
36+
-160
37+
],
38+
"looped": false,
39+
"indices": [],
40+
"name": "singDOWN",
41+
"animName": "MOM DOWN POSE"
42+
},
43+
{
44+
"offsets": [
45+
14,
46+
71
47+
],
48+
"looped": false,
49+
"indices": [],
50+
"name": "singUP",
51+
"animName": "Mom Up Pose"
52+
},
53+
{
54+
"offsets": [
55+
0,
56+
0
57+
],
58+
"looped": true,
59+
"indices": [
60+
10,
61+
11,
62+
12,
63+
13
64+
],
65+
"name": "idle-loop",
66+
"animName": "Mom Idle"
67+
},
68+
{
69+
"offsets": [
70+
250,
71+
-23
72+
],
73+
"looped": true,
74+
"indices": [
75+
6,
76+
7,
77+
8,
78+
9
79+
],
80+
"name": "singLEFT-loop",
81+
"animName": "Mom Left Pose"
82+
},
83+
{
84+
"offsets": [
85+
14,
86+
71
87+
],
88+
"looped": true,
89+
"indices": [
90+
11,
91+
12,
92+
13,
93+
14
94+
],
95+
"name": "singUP-loop",
96+
"animName": "Mom Up Pose"
97+
},
98+
{
99+
"offsets": [
100+
10,
101+
-60
102+
],
103+
"looped": true,
104+
"indices": [
105+
6,
106+
7,
107+
8,
108+
9
109+
],
110+
"name": "singRIGHT-loop",
111+
"animName": "Mom Pose Left"
112+
},
113+
{
114+
"offsets": [
115+
20,
116+
-160
117+
],
118+
"looped": true,
119+
"indices": [
120+
11,
121+
12,
122+
13,
123+
14
124+
],
125+
"name": "singDOWN-loop",
126+
"animName": "MOM DOWN POSE"
127+
}
128+
],
129+
"image": "characters/momCar",
130+
"iconRGB": [
131+
216,
132+
85,
133+
142
134+
],
135+
"x": 0,
136+
"y": 0,
137+
"flipX": false,
138+
"singTime": 4,
139+
"icon": "mom",
140+
"antialiasing": true,
141+
"framerate": 24,
142+
"scale": 1
143+
}

assets/characters/pico.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"animations":[{"offsets":[0,0],"looped":false,"indices":[],"name":"idle","animName":"Pico Idle Dance"},{"offsets":[65,9],"looped":false,"indices":[],"name":"singLEFT","animName":"Pico Note Right0"},{"offsets":[-68,-7],"looped":false,"indices":[],"name":"singRIGHT","animName":"Pico NOTE LEFT0"},{"offsets":[-60,41],"looped":false,"indices":[],"name":"singRIGHTmiss","animName":"Pico NOTE LEFT miss"},{"offsets":[62,64],"looped":false,"indices":[],"name":"singLEFTmiss","animName":"Pico Note Right Miss"},{"offsets":[-29,27],"looped":false,"indices":[],"name":"singUP","animName":"pico Up note0"},{"offsets":[200,-70],"looped":false,"indices":[],"name":"singDOWN","animName":"Pico Down Note0"},{"offsets":[210,-28],"looped":false,"indices":[],"name":"singDOWNmiss","animName":"Pico Down Note MISS"},{"offsets":[-19,67],"looped":false,"indices":[],"name":"singUPmiss","animName":"pico Up note miss"}],"image":"characters/Pico_FNF_assetss","iconRGB":[183,216,85],"x":0,"y":300,"flipX":true,"singTime":4,"icon":"pico","antialiasing":true,"framerate":24,"scale":1}

assets/characters/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Characters go here!
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)