Codename Logo Codename Logo

Troubleshooting

APIWiki

Troubleshooting

My notes are only appearing on the left side of the screen.

Open the strumline options and for the bf strumline set the X ratio to 0.75, and for the dad strumline set the X ratio to 0.25.

The character editor is buggy.

Please have some patience as we are working on fixing the issues that are causing this.

Rotating a strum moves the notes.

To prevent this behavior, you can do strum.noteAngle = 0;

Velocity/Acceleration doesn't move my sprite

You need to set sprite.moves = true; to make it move, its automatically enabled if you set the property using <property /> on velocity.x and velocity.y or acceleration.x and acceleration.y in the stage xml.

We made it turned off automatically to optimize the game since it's useless to have it running for sprites that don't use it.

Written by: Ne_Eo
Last updated: 2024-10-10