Skip to content

Commit

Permalink
new background stuff and events
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 7, 2024
1 parent cef6533 commit 823fe55
Show file tree
Hide file tree
Showing 38 changed files with 849 additions and 549 deletions.
253 changes: 132 additions & 121 deletions assets/characters/bf-pixel.json
Original file line number Diff line number Diff line change
@@ -1,122 +1,133 @@
{
"animations": [
{
"loop": false,
"offsets": [
7,
0
],
"fps": 24,
"anim": "idle",
"indices": [],
"name": "BF IDLE"
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singLEFTmiss",
"fps": 24,
"name": "BF LEFT MISS",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singLEFT",
"fps": 24,
"name": "BF LEFT NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singUPmiss",
"fps": 24,
"name": "BF UP MISS",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singUP",
"fps": 24,
"name": "BF UP NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singRIGHT",
"fps": 24,
"name": "BF RIGHT NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singRIGHTmiss",
"fps": 24,
"name": "BF RIGHT MISS",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singDOWN",
"fps": 24,
"name": "BF DOWN NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singDOWNmiss",
"fps": 24,
"name": "BF DOWN MISS",
"indices": []
}
],
"no_antialiasing": true,
"image": "characters/bfPixel",
"position": [
0,
350
],
"healthicon": "bf-pixel",
"flip_x": true,
"healthbar_colors": [
123,
214,
246
],
"camera_position": [
50,
-60
],
"sing_duration": 4,
"scale": 6
{
"animations": [
{
"loop": false,
"offsets": [
0,
0
],
"fps": 24,
"anim": "idle",
"indices": [],
"name": "BF IDLE"
},
{
"loop": false,
"offsets": [
-12,
0
],
"anim": "singLEFTmiss",
"fps": 24,
"name": "BF LEFT MISS",
"indices": []
},
{
"loop": false,
"offsets": [
-12,
0
],
"anim": "singLEFT",
"fps": 24,
"name": "BF LEFT NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singUPmiss",
"fps": 24,
"name": "BF UP MISS",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singUP",
"fps": 24,
"name": "BF UP NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singRIGHT",
"fps": 24,
"name": "BF RIGHT NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singRIGHTmiss",
"fps": 24,
"name": "BF RIGHT MISS",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singDOWN",
"fps": 24,
"name": "BF DOWN NOTE",
"indices": []
},
{
"loop": false,
"offsets": [
0,
0
],
"anim": "singDOWNmiss",
"fps": 24,
"name": "BF DOWN MISS",
"indices": []
},
{
"offsets": [
0,
6
],
"indices": [],
"fps": 24,
"anim": "hey",
"loop": false,
"name": "BF HEY!"
}
],
"no_antialiasing": true,
"image": "characters/bfPixel",
"position": [
0,
354
],
"healthicon": "bf-pixel",
"flip_x": true,
"healthbar_colors": [
123,
214,
246
],
"camera_position": [
48,
-78
],
"sing_duration": 4,
"scale": 6
}
Loading

0 comments on commit 823fe55

Please sign in to comment.