Skip to content

Commit 19cdfee

Browse files
committed
v2.1h
1 parent 54ac236 commit 19cdfee

File tree

19 files changed

+66088
-3354
lines changed

19 files changed

+66088
-3354
lines changed
Binary file not shown.
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"animations": [
3+
{
4+
"offsets": [
5+
0,
6+
0
7+
],
8+
"loop": false,
9+
"fps": 24,
10+
"anim": "danceLeft",
11+
"indices": [],
12+
"name": "Dance Left"
13+
},
14+
{
15+
"offsets": [
16+
0,
17+
0
18+
],
19+
"loop": false,
20+
"fps": 24,
21+
"anim": "danceRight",
22+
"indices": [],
23+
"name": "Dance Right"
24+
},
25+
{
26+
"offsets": [
27+
0,
28+
0
29+
],
30+
"loop": false,
31+
"fps": 24,
32+
"anim": "cheer",
33+
"indices": [],
34+
"name": "Cheer"
35+
},
36+
{
37+
"offsets": [
38+
0,
39+
0
40+
],
41+
"loop": false,
42+
"fps": 24,
43+
"anim": "sad",
44+
"indices": [],
45+
"name": "Cry"
46+
},
47+
{
48+
"offsets": [
49+
0,
50+
0
51+
],
52+
"loop": false,
53+
"fps": 24,
54+
"anim": "scared",
55+
"indices": [],
56+
"name": "Scared"
57+
},
58+
{
59+
"offsets": [
60+
0,
61+
0
62+
],
63+
"indices": [],
64+
"fps": 24,
65+
"anim": "scared-loop",
66+
"loop": true,
67+
"name": "Scared Loop"
68+
}
69+
],
70+
"no_antialiasing": true,
71+
"image": "characters/chaseBoombox",
72+
"position": [
73+
-100,
74+
50
75+
],
76+
"healthicon": "chugJugDance",
77+
"flip_x": false,
78+
"healthbar_colors": [
79+
245,
80+
191,
81+
137
82+
],
83+
"camera_position": [
84+
-640,
85+
-470
86+
],
87+
"sing_duration": 4,
88+
"scale": 3
89+
}

Funkin in Sunny Side Skies/custom_notetypes/Snowball Note.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ function onCreate()
88
setPropertyFromGroup('unspawnNotes', i, 'noAnimation', true);
99
end
1010

11-
if getPropertyFromGroup('unspawnNotes', i, 'mustPress') then
12-
setPropertyFromGroup('unspawnNotes', i, 'ignoreNote', true);
13-
end
11+
--if getPropertyFromGroup('unspawnNotes', i, 'mustPress') then
12+
--setPropertyFromGroup('unspawnNotes', i, 'ignoreNote', true);
13+
--end
1414
end
1515
end
1616
end

0 commit comments

Comments
 (0)