1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-27 18:05:09 +00:00
Funkin/tests/unit/assets/preload/data/notestyles/test2.json

19 lines
379 B
JSON
Raw Normal View History

{
"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" }
}
}
}
}