mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
i'd assume this is what it does based on the code
This commit is contained in:
parent
b67af7ebe2
commit
fa323b67cb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue