Skip to content

Commit 4baff4b

Browse files
fix tutorial shits lol
1 parent c4c4c3b commit 4baff4b

File tree

13 files changed

+345
-3024
lines changed

13 files changed

+345
-3024
lines changed

assets/preload/data/character data/gf-nospeakers/offsets.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
scared -10 -22
22
danceRight 0 -9
3-
singDOWN -14 -18
3+
singDOWN -14 -22
44
danceLeft 0 -9
5-
singUP -10 4
5+
singUP -10 -3
66
hairBlow 229 -9
7-
singRIGHT -2 -20
7+
singRIGHT -2 -21
88
hairFall 140 -9
99
cheer -22 0
1010
singLEFT -1 -20

assets/preload/data/character data/gf/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cameraOffset": [-40, -250],
3-
"barColor": [209, 26, 26],
3+
"barColor": [186, 49, 104],
44
"mainCharacterID": 1,
55
"characters": [
66
{

assets/preload/data/song data/tutorial/events.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function createPost(){
2+
PlayState.instance.stage.setCharOffsets(bf, dad, gf);
3+
}
Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
{
2+
"events": [
3+
{ "e": "FocusCamera", "t": 0, "v": { "char": 0 } },
4+
{ "e": "FocusCamera", "t": 9600, "v": { "char": 1 } },
5+
{
6+
"e": "ZoomCamera",
7+
"t": 9600,
8+
"v": { "zoom": 1.3, "duration": 4, "ease": "elasticInOut" }
9+
},
10+
{ "e": "FocusCamera", "t": 14400, "v": { "char": 0 } },
11+
{
12+
"e": "ZoomCamera",
13+
"t": 14400,
14+
"v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" }
15+
},
16+
{
17+
"e": "PlayAnimation",
18+
"t": 18525,
19+
"v": { "target": "boyfriend", "anim": "hey", "force": true }
20+
},
21+
{
22+
"e": "PlayAnimation",
23+
"t": 18525,
24+
"v": { "target": "dad", "anim": "cheer", "force": false }
25+
},
26+
{ "e": "FocusCamera", "t": 19200, "v": { "char": 1 } },
27+
{
28+
"e": "ZoomCamera",
29+
"t": 19200,
30+
"v": { "zoom": 1.3, "duration": 4, "ease": "elasticInOut" }
31+
},
32+
{ "e": "FocusCamera", "t": 24000, "v": { "char": 0 } },
33+
{
34+
"e": "ZoomCamera",
35+
"t": 24000,
36+
"v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" }
37+
},
38+
{
39+
"e": "PlayAnimation",
40+
"t": 28125,
41+
"v": { "target": "boyfriend", "anim": "hey", "force": true }
42+
},
43+
{
44+
"e": "PlayAnimation",
45+
"t": 28125,
46+
"v": { "target": "dad", "anim": "cheer", "force": false }
47+
},
48+
{ "e": "FocusCamera", "t": 28800, "v": { "char": 1 } },
49+
{
50+
"e": "ZoomCamera",
51+
"t": 28800,
52+
"v": { "zoom": 1.3, "duration": 4, "ease": "elasticInOut" }
53+
},
54+
{ "e": "FocusCamera", "t": 33600, "v": { "char": 0 } },
55+
{
56+
"e": "ZoomCamera",
57+
"t": 33600,
58+
"v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" }
59+
},
60+
{ "e": "FocusCamera", "t": 38400, "v": { "char": 1 } },
61+
{
62+
"e": "ZoomCamera",
63+
"t": 38400,
64+
"v": { "zoom": 1.3, "duration": 4, "ease": "elasticInOut" }
65+
},
66+
{ "e": "FocusCamera", "t": 43200, "v": { "char": 0 } },
67+
{
68+
"e": "ZoomCamera",
69+
"t": 43200,
70+
"v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" }
71+
},
72+
{ "e": "FocusCamera", "t": 48000, "v": { "char": 1 } },
73+
{
74+
"e": "ZoomCamera",
75+
"t": 48000,
76+
"v": { "zoom": 1.3, "duration": 4, "ease": "elasticInOut" }
77+
},
78+
{ "e": "FocusCamera", "t": 50400, "v": { "char": 0 } },
79+
{
80+
"e": "ZoomCamera",
81+
"t": 50400,
82+
"v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" }
83+
}
84+
],
85+
"notes": {
86+
"easy": [
87+
{ "d": 4, "t": 9600 },
88+
{ "d": 7, "t": 10800 },
89+
{ "d": 4, "t": 12000 },
90+
{ "d": 7, "t": 13200 },
91+
{ "d": 0, "t": 14400 },
92+
{ "d": 3, "t": 15600 },
93+
{ "d": 0, "t": 16800 },
94+
{ "d": 3, "t": 18000 },
95+
{ "d": 6, "t": 19200 },
96+
{ "d": 5, "t": 20400 },
97+
{ "d": 6, "t": 21600 },
98+
{ "d": 5, "t": 22800 },
99+
{ "d": 2, "t": 24000 },
100+
{ "d": 1, "t": 25200 },
101+
{ "d": 2, "t": 26400 },
102+
{ "d": 1, "t": 27600 },
103+
{ "d": 4, "t": 28800 },
104+
{ "d": 6, "t": 30000 },
105+
{ "d": 5, "t": 31200 },
106+
{ "d": 7, "t": 32400 },
107+
{ "d": 0, "t": 33600 },
108+
{ "d": 2, "t": 34800 },
109+
{ "d": 1, "t": 36000 },
110+
{ "d": 3, "t": 37200 },
111+
{ "d": 5, "t": 38400 },
112+
{ "d": 5, "t": 39000 },
113+
{ "d": 6, "t": 39600 },
114+
{ "d": 5, "t": 40800 },
115+
{ "d": 5, "t": 41400 },
116+
{ "d": 7, "t": 42000 },
117+
{ "d": 1, "t": 43200 },
118+
{ "d": 1, "t": 43800 },
119+
{ "d": 2, "t": 44400 },
120+
{ "d": 1, "t": 45600 },
121+
{ "d": 1, "t": 46200 },
122+
{ "d": 3, "t": 46800 },
123+
{ "d": 5, "t": 48000 },
124+
{ "d": 6, "t": 48300 },
125+
{ "d": 7, "t": 48600 },
126+
{ "d": 6, "t": 48900 },
127+
{ "d": 7, "t": 49800 },
128+
{ "d": 1, "t": 50400 },
129+
{ "d": 2, "t": 50700 },
130+
{ "d": 3, "t": 51000 },
131+
{ "d": 2, "t": 51300 },
132+
{ "d": 3, "t": 52200 },
133+
{ "d": 3, "t": 52800 },
134+
{ "d": 1, "t": 53400 },
135+
{ "d": 0, "t": 54000 },
136+
{ "d": 1, "t": 54600 },
137+
{ "d": 2, "t": 55200 },
138+
{ "d": 3, "t": 55800 },
139+
{ "d": 0, "t": 56400 },
140+
{ "d": 2, "t": 57000 },
141+
{ "d": 1, "l": 750, "t": 57600 }
142+
],
143+
"normal": [
144+
{ "d": 4, "t": 9600 },
145+
{ "d": 7, "t": 10800 },
146+
{ "d": 4, "t": 12000 },
147+
{ "d": 7, "t": 13200 },
148+
{ "d": 0, "t": 14400 },
149+
{ "d": 3, "t": 15600 },
150+
{ "d": 0, "t": 16800 },
151+
{ "d": 3, "t": 18000 },
152+
{ "d": 6, "t": 19200 },
153+
{ "d": 5, "t": 20400 },
154+
{ "d": 6, "t": 21600 },
155+
{ "d": 5, "t": 22800 },
156+
{ "d": 2, "t": 24000 },
157+
{ "d": 1, "t": 25200 },
158+
{ "d": 2, "t": 26400 },
159+
{ "d": 1, "t": 27600 },
160+
{ "d": 4, "t": 28800 },
161+
{ "d": 6, "t": 30000 },
162+
{ "d": 5, "t": 31200 },
163+
{ "d": 7, "t": 32400 },
164+
{ "d": 0, "t": 33600 },
165+
{ "d": 2, "t": 34800 },
166+
{ "d": 1, "t": 36000 },
167+
{ "d": 3, "t": 37200 },
168+
{ "d": 5, "t": 38400 },
169+
{ "d": 5, "t": 39000 },
170+
{ "d": 6, "t": 39600 },
171+
{ "d": 5, "t": 40800 },
172+
{ "d": 5, "t": 41400 },
173+
{ "d": 7, "t": 42000 },
174+
{ "d": 1, "t": 43200 },
175+
{ "d": 1, "t": 43800 },
176+
{ "d": 2, "t": 44400 },
177+
{ "d": 1, "t": 45600 },
178+
{ "d": 1, "t": 46200 },
179+
{ "d": 3, "t": 46800 },
180+
{ "d": 5, "t": 48000 },
181+
{ "d": 6, "t": 48300 },
182+
{ "d": 7, "t": 48600 },
183+
{ "d": 6, "t": 48900 },
184+
{ "d": 7, "t": 49800 },
185+
{ "d": 1, "t": 50400 },
186+
{ "d": 2, "t": 50700 },
187+
{ "d": 3, "t": 51000 },
188+
{ "d": 2, "t": 51300 },
189+
{ "d": 3, "t": 52200 },
190+
{ "d": 3, "t": 52800 },
191+
{ "d": 1, "t": 53400 },
192+
{ "d": 0, "t": 54000 },
193+
{ "d": 1, "t": 54600 },
194+
{ "d": 2, "t": 55200 },
195+
{ "d": 3, "t": 55800 },
196+
{ "d": 0, "t": 56400 },
197+
{ "d": 2, "t": 57000 },
198+
{ "d": 1, "l": 750, "t": 57600 }
199+
],
200+
"hard": [
201+
{ "d": 4, "t": 9600 },
202+
{ "d": 7, "t": 10800 },
203+
{ "d": 4, "t": 12000 },
204+
{ "d": 7, "t": 13200 },
205+
{ "d": 0, "t": 14400 },
206+
{ "d": 3, "t": 15600 },
207+
{ "d": 0, "t": 16800 },
208+
{ "d": 3, "t": 18000 },
209+
{ "d": 6, "t": 19200 },
210+
{ "d": 5, "t": 20400 },
211+
{ "d": 6, "t": 21600 },
212+
{ "d": 5, "t": 22800 },
213+
{ "d": 2, "t": 24000 },
214+
{ "d": 1, "t": 25200 },
215+
{ "d": 2, "t": 26400 },
216+
{ "d": 1, "t": 27600 },
217+
{ "d": 4, "t": 28800 },
218+
{ "d": 6, "t": 30000 },
219+
{ "d": 5, "t": 31200 },
220+
{ "d": 7, "t": 32400 },
221+
{ "d": 0, "t": 33600 },
222+
{ "d": 2, "t": 34800 },
223+
{ "d": 1, "t": 36000 },
224+
{ "d": 3, "t": 37200 },
225+
{ "d": 5, "t": 38400 },
226+
{ "d": 5, "t": 39000 },
227+
{ "d": 6, "t": 39600 },
228+
{ "d": 5, "t": 40800 },
229+
{ "d": 5, "t": 41400 },
230+
{ "d": 7, "t": 42000 },
231+
{ "d": 1, "t": 43200 },
232+
{ "d": 1, "t": 43800 },
233+
{ "d": 2, "t": 44400 },
234+
{ "d": 1, "t": 45600 },
235+
{ "d": 1, "t": 46200 },
236+
{ "d": 3, "t": 46800 },
237+
{ "d": 5, "t": 48000 },
238+
{ "d": 6, "t": 48300 },
239+
{ "d": 7, "t": 48600 },
240+
{ "d": 6, "t": 48900 },
241+
{ "d": 7, "t": 49800 },
242+
{ "d": 1, "t": 50400 },
243+
{ "d": 2, "t": 50700 },
244+
{ "d": 3, "t": 51000 },
245+
{ "d": 2, "t": 51300 },
246+
{ "d": 3, "t": 52200 },
247+
{ "d": 3, "t": 52800 },
248+
{ "d": 1, "t": 53400 },
249+
{ "d": 0, "t": 54000 },
250+
{ "d": 1, "t": 54600 },
251+
{ "d": 2, "t": 55200 },
252+
{ "d": 3, "t": 55800 },
253+
{ "d": 0, "t": 56400 },
254+
{ "d": 2, "t": 57000 },
255+
{ "d": 1, "l": 750, "t": 57600 },
256+
{ "d": 0, "t": 62400 },
257+
{ "d": 1, "t": 62550 },
258+
{ "d": 2, "t": 62700 },
259+
{ "d": 3, "t": 62850 },
260+
{ "d": 2, "t": 63000 },
261+
{ "d": 1, "t": 63150 },
262+
{ "d": 0, "t": 63300 },
263+
{ "d": 1, "t": 63450 },
264+
{ "d": 2, "t": 63600 },
265+
{ "d": 3, "t": 63750 },
266+
{ "d": 2, "t": 63900 },
267+
{ "d": 3, "t": 64050 },
268+
{ "d": 2, "t": 64200 },
269+
{ "d": 3, "t": 64350 },
270+
{ "d": 0, "t": 64650 },
271+
{ "d": 1, "t": 64500 }
272+
]
273+
},
274+
"scrollSpeed": { "easy": 1, "hard": 1, "normal": 1 },
275+
"generatedBy": "Friday Night Funkin' - v0.3.0 (chart-editor-port-legacy:1b171f3) PROTOTYPE",
276+
"version": "2.0.0"
277+
}

0 commit comments

Comments
 (0)