Expanded Pico's song selection a smidge
Not all assets are ready yet.
This commit is contained in:
parent
fddc016e4f
commit
64817efe63
2979
charts/blammed/blammed-easy-pico.json
Normal file
2979
charts/blammed/blammed-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3804
charts/blammed/blammed-hard-pico.json
Normal file
3804
charts/blammed/blammed-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3584
charts/blammed/blammed-normal-pico.json
Normal file
3584
charts/blammed/blammed-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
1279
charts/bopeebo/bopeebo-easy-pico.json
Normal file
1279
charts/bopeebo/bopeebo-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
1874
charts/bopeebo/bopeebo-hard-pico.json
Normal file
1874
charts/bopeebo/bopeebo-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
1594
charts/bopeebo/bopeebo-normal-pico.json
Normal file
1594
charts/bopeebo/bopeebo-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3469
charts/cocoa/cocoa-easy-pico.json
Normal file
3469
charts/cocoa/cocoa-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
4295
charts/cocoa/cocoa-hard-pico.json
Normal file
4295
charts/cocoa/cocoa-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
4009
charts/cocoa/cocoa-normal-pico.json
Normal file
4009
charts/cocoa/cocoa-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2705
charts/eggnog/eggnog-easy-pico.json
Normal file
2705
charts/eggnog/eggnog-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3691
charts/eggnog/eggnog-hard-pico.json
Normal file
3691
charts/eggnog/eggnog-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3375
charts/eggnog/eggnog-normal-pico.json
Normal file
3375
charts/eggnog/eggnog-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
1475
charts/fresh/fresh-easy-pico.json
Normal file
1475
charts/fresh/fresh-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
1950
charts/fresh/fresh-hard-pico.json
Normal file
1950
charts/fresh/fresh-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
1835
charts/fresh/fresh-normal-pico.json
Normal file
1835
charts/fresh/fresh-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
4618
charts/guns/guns-easy-pico.json
Normal file
4618
charts/guns/guns-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
5498
charts/guns/guns-hard-pico.json
Normal file
5498
charts/guns/guns-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
5088
charts/guns/guns-normal-pico.json
Normal file
5088
charts/guns/guns-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2535
charts/philly-nice/philly-nice-easy-pico.json
Normal file
2535
charts/philly-nice/philly-nice-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3260
charts/philly-nice/philly-nice-hard-pico.json
Normal file
3260
charts/philly-nice/philly-nice-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
3085
charts/philly-nice/philly-nice-normal-pico.json
Normal file
3085
charts/philly-nice/philly-nice-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2067
charts/pico/pico-easy-pico.json
Normal file
2067
charts/pico/pico-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2441
charts/pico/pico-hard-pico.json
Normal file
2441
charts/pico/pico-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2167
charts/pico/pico-normal-pico.json
Normal file
2167
charts/pico/pico-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,78 @@
|
||||
return {
|
||||
{
|
||||
name = "bopeebo",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "fresh",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "dad-battle",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "south",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "pico",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "philly-nice",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "blammed",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "cocoa",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "eggnog",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
"hard"
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "guns",
|
||||
difficulties = {
|
||||
"easy",
|
||||
"normal",
|
||||
|
1777
charts/south/south-easy-pico.json
Normal file
1777
charts/south/south-easy-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2557
charts/south/south-hard-pico.json
Normal file
2557
charts/south/south-hard-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2317
charts/south/south-normal-pico.json
Normal file
2317
charts/south/south-normal-pico.json
Normal file
File diff suppressed because it is too large
Load Diff
2
main.lua
2
main.lua
@ -119,7 +119,7 @@ function love.draw()
|
||||
keybinds[4],
|
||||
settings.Downscroll
|
||||
)})
|
||||
love.graphics.print({{0,0,0}, "Press 1 to change LEFT \nPress 2 to change DOWN \nPress 3 to change UP \nPress 4 to change RIGHT \nPress 0 to toggle DOWNSCROLL"}, 500, 0)
|
||||
love.graphics.print({{0,0,0}, "Press 1 to change LEFT \nPress 2 to change DOWN \nPress 3 to change UP \nPress 4 to change RIGHT \nPress 0 to toggle DOWNSCROLL \nPress P to SWAP CHARACTERS"}, 500, 0)
|
||||
end
|
||||
end
|
||||
|
||||
|
BIN
songs/Blammed Pico/Inst.ogg
Normal file
BIN
songs/Blammed Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Blammed Pico/Voices.ogg
Normal file
BIN
songs/Blammed Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Bopeebo Pico/Inst.ogg
Normal file
BIN
songs/Bopeebo Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Bopeebo Pico/Voices.ogg
Normal file
BIN
songs/Bopeebo Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Cocoa Pico/Inst.ogg
Normal file
BIN
songs/Cocoa Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Cocoa Pico/Voices.ogg
Normal file
BIN
songs/Cocoa Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Eggnog Pico/Inst.ogg
Normal file
BIN
songs/Eggnog Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Eggnog Pico/Voices.ogg
Normal file
BIN
songs/Eggnog Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Fresh Pico/Inst.ogg
Normal file
BIN
songs/Fresh Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Fresh Pico/Voices.ogg
Normal file
BIN
songs/Fresh Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Guns Pico/Inst.ogg
Normal file
BIN
songs/Guns Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Guns Pico/Voices.ogg
Normal file
BIN
songs/Guns Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Philly Nice Pico/Inst.ogg
Normal file
BIN
songs/Philly Nice Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Philly Nice Pico/Voices.ogg
Normal file
BIN
songs/Philly Nice Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Pico Pico/Inst.ogg
Normal file
BIN
songs/Pico Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Pico Pico/Voices.ogg
Normal file
BIN
songs/Pico Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/South Pico/Inst.ogg
Normal file
BIN
songs/South Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/South Pico/Voices.ogg
Normal file
BIN
songs/South Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Spookeez Pico/Inst.ogg
Normal file
BIN
songs/Spookeez Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Spookeez Pico/Voices.ogg
Normal file
BIN
songs/Spookeez Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Stress Pico/Inst.ogg
Normal file
BIN
songs/Stress Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Stress Pico/Voices.ogg
Normal file
BIN
songs/Stress Pico/Voices.ogg
Normal file
Binary file not shown.
BIN
songs/Ugh Pico/Inst.ogg
Normal file
BIN
songs/Ugh Pico/Inst.ogg
Normal file
Binary file not shown.
BIN
songs/Ugh Pico/Voices.ogg
Normal file
BIN
songs/Ugh Pico/Voices.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user