You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this class you can! Customize the add animation, change embed and you’re ready! (the class goes inside a FlxUtils folder that’s inside an aberustudios folder that’s inside a cc folder that’s inside a co folder that’s inside the src folder) You can also set up an offset. To use the cursor, simply paste this in the state do you want to use it:
FlxG.showCursor();
This hides the cursor.
add(new AnimatedCursor());
This adds a new instance of our AnimatedCursor class.