just a question, is there a way to just put the noteskin arrows in there as the .png spritesheet and .xml? ive been trying to change the noteskin, but went through a lot of work to put the spritesheet arrows on top of the old ones, then theyre too dark
Colors are hard coded! You can change the shape of notes but not the colors. Your note images should be white on transparent background.
Detailed explanation :
Let's say I want my arrows to look like this.
First draw your arrow shapes
Then make them white
Save it as arrows.png.
Hope this helps! Let me know if you run into any issues.
Also there is a file called arrows.json
If you open it, you'll see something like this.
{ "spriteWidth": 110, "spriteHeight": 112, "spriteMargin": 0, "spriteCount": 8 }
spriteWidth and spriteHeight is how big each note arrow image is. So if you want to change your image size, change those two numbers.