Skip to content

How to add note skins

EndersteveGamer edited this page Jun 29, 2022 · 2 revisions

How to add note skins (this will probably be changed in a future update):

  • Create a folder in assets\Images\ArrowStyles
  • Name it with the name of your arrow skin
  • Add your arrow skin png and xml files, and rename them arrowSkin.png and arrowSkin.xml
  • If you want to edit the display size of your arrows:
    • Create a arrowData.json file
    • Inside, add {"Size": {"arrowsSkin": *size here*, "pressedArrowsSkin": *size here*, "greyArrow": *size here*, "longNotesImg": *size here*, "longNotesEnd": *size here*}}
    • Replace all of the *size here* with a list of sizes you want, with:
      • The first element being the left arrow
      • The second being the down arrow
      • The third being the up arrow
      • The fourth being the right arrow
      • So a default size that don't modifies the size of the arrows look like [1, 1, 1, 1]
    • Here are the different things modified:
      • "arrowsSkin" modifies the arrows that are coming
      • "pressedArrowsSkin" modifies the arrows that you press a key
      • "greyArrows" modifies the grey arrows when you don't press a key
      • "longNotesImg" modifies the trail of the notes
      • "longNotesEnd" modifies piece at the end of the trail of the notes
  • Open the assets\NoteStyles.json file
  • Add your arrow skin's name inside
  • Your new skin will appear in the options menu!

Clone this wiki locally