ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.12k stars 2.18k forks source link

What should i do? #12651

Closed LidKateBenD closed 1 year ago

LidKateBenD commented 1 year ago

How 2 fix this,I used PE0.6.3

PS E:\downloads!!!SURCE CODE!!!\BF-Play-MuseDash\FNF-PsychEngine-main> lime test windows source/MainMenuState.hx:165: characters 27-30 : Float should be Int source/MainMenuState.hx:165: characters 27-30 : ... For optional function argument 'Min'

dad

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

Yes

LidKateBenD commented 1 year ago

wait i am stupid, line 165 "switch (FlxG.random.int(1.1))" should be "switch (FlxG.random.int(1, 1))"