Hello, I am making an FNF Mod with 4th Wall breaks
In one song the window moves around on it's own but to make it work, the Window needs to change size mid song
I tried to make a script but it just doesn't work.
Here is the script I made:
local windowWidth = 960
local windowHeight = 720
local curstep
function onStepHit()
if curstep = 368 then
setPropertyFromClass("openfl.Lib", "application.window.width", windowWidth)
What is your question?
Hello, I am making an FNF Mod with 4th Wall breaks In one song the window moves around on it's own but to make it work, the Window needs to change size mid song I tried to make a script but it just doesn't work.
Here is the script I made:
local windowWidth = 960
local windowHeight = 720
local curstep
function onStepHit() if curstep = 368 then setPropertyFromClass("openfl.Lib", "application.window.width", windowWidth)
end
Can someone help me?