Skip to content

Commit

Permalink
Some Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Meme1079 committed Dec 3, 2022
1 parent 465e919 commit db29bfb
Show file tree
Hide file tree
Showing 13 changed files with 2,833 additions and 0 deletions.
177 changes: 177 additions & 0 deletions images/characters/swap-bf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
{
"animations": [
{
"offsets": [
-5,
0
],
"loop": false,
"fps": 24,
"anim": "idle",
"indices": [],
"name": "BF idle dance"
},
{
"offsets": [
36,
-5
],
"loop": false,
"fps": 24,
"anim": "singLEFT",
"indices": [],
"name": "BF NOTE RIGHT0"
},
{
"offsets": [
-19,
-50
],
"loop": false,
"fps": 24,
"anim": "singDOWN",
"indices": [],
"name": "BF NOTE DOWN0"
},
{
"offsets": [
0,
27
],
"loop": false,
"fps": 24,
"anim": "singUP",
"indices": [],
"name": "BF NOTE UP0"
},
{
"offsets": [
-38,
-7
],
"loop": false,
"fps": 24,
"anim": "singRIGHT",
"indices": [],
"name": "BF NOTE LEFT0"
},
{
"offsets": [
-13,
-20
],
"loop": false,
"fps": 24,
"anim": "singDOWNmiss",
"indices": [],
"name": "BF NOTE DOWN MISS"
},
{
"offsets": [
2,
24
],
"loop": false,
"fps": 24,
"anim": "singUPmiss",
"indices": [],
"name": "BF NOTE UP MISS"
},
{
"offsets": [
-39,
19
],
"loop": false,
"fps": 24,
"anim": "singRIGHTmiss",
"indices": [],
"name": "BF NOTE LEFT MISS"
},
{
"offsets": [
-3,
5
],
"loop": false,
"fps": 24,
"anim": "hey",
"indices": [],
"name": "BF HEY"
},
{
"offsets": [
20,
19
],
"loop": false,
"fps": 24,
"anim": "hurt",
"indices": [],
"name": "BF hit"
},
{
"offsets": [
-4,
1
],
"loop": true,
"fps": 24,
"anim": "scared",
"indices": [],
"name": "BF idle shaking"
},
{
"offsets": [
-31,
-16
],
"loop": false,
"fps": 24,
"anim": "dodge",
"indices": [],
"name": "boyfriend dodge"
},
{
"offsets": [
-3,
266
],
"loop": false,
"fps": 24,
"anim": "attack",
"indices": [],
"name": "boyfriend attack"
},
{
"offsets": [
0,
-34
],
"loop": false,
"fps": 24,
"anim": "pre-attack",
"indices": [],
"name": "bf pre attack"
}
],
"no_antialiasing": false,
"image": "characters/BOYFRIEND",
"position": [
-650,
350
],
"healthicon": "bf",
"flip_x": false,
"healthbar_colors": [
49,
176,
209
],
"camera_position": [
-300,
0
],
"sing_duration": 4,
"scale": 1
}
142 changes: 142 additions & 0 deletions images/characters/swap-dad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{
"animations": [
{
"offsets": [
43,
26
],
"loop": false,
"anim": "singLEFT",
"fps": 24,
"name": "Dad Sing Note RIGHT",
"indices": []
},
{
"offsets": [
44,
-31
],
"loop": false,
"anim": "singDOWN",
"fps": 24,
"name": "Dad Sing Note DOWN",
"indices": []
},
{
"offsets": [
-12,
51
],
"loop": false,
"anim": "singUP",
"fps": 24,
"name": "Dad Sing Note UP",
"indices": []
},
{
"offsets": [
-40,
10
],
"loop": false,
"anim": "singRIGHT",
"fps": 24,
"name": "Dad Sing Note LEFT",
"indices": []
},
{
"offsets": [
0,
-1
],
"loop": false,
"anim": "idle",
"fps": 24,
"name": "Dad idle dance",
"indices": []
},
{
"offsets": [
0,
-1
],
"loop": true,
"fps": 24,
"anim": "idle-loop",
"indices": [
10,
11,
12,
12
],
"name": "Dad idle dance"
},
{
"offsets": [
42,
26
],
"loop": true,
"fps": 24,
"anim": "singLEFT-loop",
"indices": [
12,
13,
14,
15
],
"name": "Dad Sing Note RIGHT"
},
{
"offsets": [
-40,
10
],
"loop": true,
"fps": 24,
"anim": "singRIGHT-loop",
"indices": [
15,
16,
17,
18
],
"name": "Dad Sing Note LEFT"
},
{
"offsets": [
-13,
51
],
"loop": true,
"fps": 24,
"anim": "singUP-loop",
"indices": [
56,
57,
58,
59
],
"name": "Dad Sing Note UP"
}
],
"no_antialiasing": false,
"image": "characters/DADDY_DEAREST",
"position": [
850,
0
],
"healthicon": "dad",
"flip_x": true,
"healthbar_colors": [
175,
102,
206
],
"camera_position": [
-350,
0
],
"sing_duration": 6.1,
"scale": 1
}
3 changes: 3 additions & 0 deletions images/custom_events/Change Note Pos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Switches player and opponent strums!

Value 1: Will it be switch strums? (On or Off)
4 changes: 4 additions & 0 deletions images/custom_events/Remove Fake Icons.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Removes the swap icons!

Value 1: Fake icon tag of boyfriend
Value 2: Fake icon tag of dad
3 changes: 3 additions & 0 deletions images/custom_events/Switch Health.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Switches the health when swapping icons!

Value1: Will it be swap? (true or false)
11 changes: 11 additions & 0 deletions images/custom_events/Switch Icons.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Switches the icons!

Value 1:
[0] = Fake icon tag of boyfriend
[1] = Fake icon path of boyfriend

Value 2:
[0] = Fake icon tag of dad
[1] = Fake icon path of dad

Note: Remember the tag of the fake icon when removing it!
Loading

0 comments on commit db29bfb

Please sign in to comment.