Skip to content

Commit

Permalink
Multi-key and other cool stuff (read updateLog)
Browse files Browse the repository at this point in the history
  • Loading branch information
AFunkinDisappointment committed Dec 18, 2022
1 parent 6229c3e commit fe5c492
Show file tree
Hide file tree
Showing 49 changed files with 3,798 additions and 1,111 deletions.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->
<!-- i think that company and file is where the save data is stored -->
<app title="Friday Night Disappointin' Modding Plus" file="Funkin" packageName="com.ninjamuffin99.funkin" main="Main" version="1.2.2" company="ninjamuffin99" />
<app title="Friday Night Funkin' Disappointing Plus" file="Funkin" packageName="com.ninjamuffin99.funkin" main="Main" version="1.3.0" company="ninjamuffin99" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down
2 changes: 1 addition & 1 deletion USER-README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
THIS IS FOR YOU LITTLE CUNTS WHO KEEP SUGGESTING IT IN THE DISCORD
FUCK YOU

outsiders who haven't seen the chaos in the discord server deserve this more then you, and i'm writing this for 3 reasons
outsiders who haven't seen the chaos in the discord server deserve this more than you, and i'm writing this for 3 reasons
1. bulby literally won't
2. to shut the little cunts up
3. to make it easier for people to actually use this shit
Expand Down
335 changes: 335 additions & 0 deletions assets/data/defaultNotePresets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,335 @@
{
"key1" : [
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
}
],
"key2" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
],
"key3" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
],
"key4" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
],
"key5" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
],
"key6" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
},
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
],
"key7" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
],
"key8" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
},
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
]
"key9" : [
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "purple",
"idle": "arrowLEFT",
"pressed": "left press",
"confirm": "left confirm",
"sing": "singLEFT"
},
{
"note": "blue",
"idle": "arrowDOWN",
"pressed": "down press",
"confirm": "down confirm",
"sing": "singDOWN"
},
{
"note": "green",
"idle": "arrowUP",
"pressed": "up press",
"confirm": "up confirm",
"sing": "singUP"
},
{
"note": "red",
"idle": "arrowRIGHT",
"pressed": "right press",
"confirm": "right confirm",
"sing": "singRIGHT"
}
]
}
Loading

0 comments on commit fe5c492

Please sign in to comment.