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
source/flixel/FlxCamera.hx:1070: characters 31-42 : Class<flixel.FlxG> has no field initialZoom
source/Main.hx:145: characters 61-65 : Float should be Int
source/Main.hx:145: characters 61-65 : ... For optional functionargument'updateFramerate'
source/Main.hx:145: characters 61-65 : ... For functionargument'child'
source/grafex/states/TitleState.hx:246: characters 76-78 : Int should be flixel.util.FlxAxes
source/grafex/states/TitleState.hx:246: characters 76-78 : ... For optional functionargument'repeatAxes'
source/grafex/states/options/OptionsDirect.hx:22: characters 62-64 : Int should be flixel.util.FlxAxes
source/grafex/states/options/OptionsDirect.hx:22: characters 62-64 : ... For optional functionargument'repeatAxes'
source/grafex/states/MainMenuState.hx:115: characters 56-58 : Int should be flixel.util.FlxAxes
source/grafex/states/MainMenuState.hx:115: characters 56-58 : ... For optional functionargument'repeatAxes'
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
I edited nothing, its a fresh download of the source
The text was updated successfully, but these errors were encountered:
This is issue with new flixel and flixel-addons versions
In main:
you see there is zoom in game arguments, which is removed in flixel 5.0.0+ if (flixel < '5.0.0') zoom, #end
FlxAxes error is because of Backdrop was changed on newer flixel-addons versions.
Describe your bug here.
These errors show up when i want to compile
Command Prompt/Terminal logs (if existing)
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
I edited nothing, its a fresh download of the source
The text was updated successfully, but these errors were encountered: