Replies: 1 comment
-
I wouldn't recommend putting most of your Haxe data in the desktop directory. Prefer something else, maybe your documents folder. After that, I would recommend running the update batch script ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
everytime i try to compile it gives me this error, im no programing expert and its my first time with haxe so idk what to do :
C:/Users/my_user/Desktop/directory/.haxelib/flixel/5,6,1/flixel/system/macros/FlxDefines.hx:141: characters 71-75 : Warning : "FLX_NO_GENERIC" is not a valid flixel define.
source/funkin/backend/MusicBeatSubstate.hx:234: lines 234-239 : Warning : switchTo is deprecated, use startOutro
C:/Users/my_user/Desktop/directory/.haxelib/hscript-improved/git/hscript/macros/ClassExtendMacro.hx:30: characters 4-89 : Warning : switchTo is deprecated, use startOutro
C:/Users/kekth/Desktop/spookysonicmod/.haxelib/hscript-improved/git/hscript/macros/ClassExtendMacro.hx:30: characters 4-89 : Warning : switchTo is deprecated, use startOutro
source/funkin/backend/MusicBeatState.hx:264: lines 264-276 : Warning : switchTo is deprecated, use startOutro
C:/Users/my_user/Desktop/directory/.haxelib/hscript-improved/git/hscript/macros/ClassExtendMacro.hx:30: characters 4-89 : Warning : switchTo is deprecated, use startOutro
source/funkin/backend/FunkinSprite.hx:4: characters 1-54 : Class<flxanimate.animate.FlxAnim> has no field FlxSymbolAnimation
source/funkin/backend/FunkinSprite.hx:364: characters 62-80 : Type not found : FlxSymbolAnimation
Beta Was this translation helpful? Give feedback.
All reactions