mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 19:33:36 +00:00
19 lines
379 B
JSON
19 lines
379 B
JSON
|
{
|
||
|
"version": "1.0.0",
|
||
|
"name": "Test2",
|
||
|
"author": "Eric",
|
||
|
"fallback": "funkin",
|
||
|
"assets": {
|
||
|
"note": {
|
||
|
"assetPath": "shared:coolstuff",
|
||
|
"scale": 1.8,
|
||
|
"data": {
|
||
|
"left": { "prefix": "noteLeft1" },
|
||
|
"down": { "prefix": "noteDown3" },
|
||
|
"up": { "prefix": "noteUp2" },
|
||
|
"right": { "prefix": "noteRight4" }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|