This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
how do i move the windows positions using mod chart like the bob onslaught mod #2091
Answered
by
isakube
perngjiafu
asked this question in
Q&A
-
i dont understand ._. |
Beta Was this translation helpful? Give feedback.
Answered by
isakube
Sep 1, 2021
Replies: 1 comment 9 replies
-
please dont use a modchart macos users will hate you
override function beatHit()
{
// all the other shit
// just put this at the bottom
if (curSong.toLowercase() == 'SONG NAME') {
// stuff
}
} |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
perngjiafu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
please dont use a modchart macos users will hate you
lime.app.Application.current.window.
and use VSCode auto-complete to findmove()
or 'x' and 'y'. this lets you move the window or something^^^^^^
DONT DO THIS IN LUA, DO IT IN PLAYSTATE IN THE BEATHIT FUNCTION