Skip to content

Commit

Permalink
week 3 songs
Browse files Browse the repository at this point in the history
  • Loading branch information
UNSTOP4BLE committed Jul 6, 2024
1 parent 8a488fd commit 190ae33
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions assets/songs/blammed/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"player": "bf",
"playerpos": [260, 195,
-50, -20, 1.2],
"opponent": "pico",
"opponentpos": [130, 195,
-70, -20, 1.2],
"gf": "gf",
"gfpos": [215, 95],

"back": "philly",

"next": "null"

}
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions assets/songs/philly/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"player": "bf",
"playerpos": [260, 195,
-50, -20, 1.2],
"opponent": "pico",
"opponentpos": [130, 195,
-70, -20, 1.2],
"gf": "gf",
"gfpos": [215, 95],

"back": "philly",

"next": "blammed"

}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions assets/songs/pico/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"player": "bf",
"playerpos": [260, 195,
-50, -20, 1.2],
"opponent": "pico",
"opponentpos": [130, 195,
-70, -20, 1.2],
"gf": "gf",
"gfpos": [215, 95],

"back": "philly",

"next": "philly"

}
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions assets/stages/philly/philly.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"foreground":[],
"middleground":[],
"background":[
{"def": "back", "img": [ 1, 359, 381, 131], "disp": [ 18, 4, 381, 131], "scrollfactor": [0.1, 0.1], "angle": 0, "alpha": 255}, //sky
{"def": "back", "img": [ 1, 145, 391, 213], "disp": [ 8, 13, 391, 213], "scrollfactor": [0.3, 0.3], "angle": 0, "alpha": 255}, //city
{"def": "back", "img": [ 1, 359, 381, 131], "disp": [ 68, 34, 381, 131], "scrollfactor": [0.1, 0.1], "angle": 0, "alpha": 255}, //sky
{"def": "back", "img": [ 1, 145, 391, 213], "disp": [ 38, 33, 391, 213], "scrollfactor": [0.3, 0.3], "angle": 0, "alpha": 255}, //city
{"def": "back", "img": [ 1, 1, 70, 142], "disp": [ 54, 24, 70, 142], "scrollfactor": [1, 1], "angle": 0, "alpha": 255}, //behindtrainL
{"def": "back", "img": [ 72, 1, 70, 143], "disp": [276, 24, 70, 143], "scrollfactor": [1, 1], "angle": 0, "alpha": 255}, //behindtrainR

Expand Down

0 comments on commit 190ae33

Please sign in to comment.