Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

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.

what if i want to play with existing arrows from mods, and not draw them?

(+1)

I would just crop the images and edit it in using Photoshop. : D 

Yeah, I wasn't really thinking about user customizability when I made this thing.

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.