i'd assume this is what it does based on the code

This commit is contained in:
Abnormal 2025-02-13 18:13:19 -06:00
parent b67af7ebe2
commit fa323b67cb

View file

@ -1798,7 +1798,7 @@ class FreeplayState extends MusicBeatSubState
* @param x The target x position of the object.
* @param y The target y position of the object.
* @param speed The speed the object should move at.
* @param wait Literally no idea what this does.
* @param wait An additional delay.
*/
function addToExitMovers(input:Dynamic, x:Null<Float>, y:Null<Float>, speed:Null<Float>, wait:Null<Float>):Void
{
@ -1820,7 +1820,7 @@ class FreeplayState extends MusicBeatSubState
* @param x The target x position of the object.
* @param y The target y position of the object.
* @param speed The speed the object should move at.
* @param wait Literally no idea what this does.
* @param wait An additional delay.
*/
function addToExitMoversCharSel(input:Dynamic, x:Null<Float>, y:Null<Float>, speed:Null<Float>, wait:Null<Float>):Void
{