Skip to content
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
Discussion options

You must be logged in to vote

please dont use a modchart macos users will hate you

lime.app.Application.current.window. and use VSCode auto-complete to find move() 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

override function beatHit()
{
   // all the other shit
   // just put this at the bottom

   if (curSong.toLowercase() == 'SONG NAME') {
   // stuff
   }
}

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@perngjiafu
Comment options

@Riskerman21
Comment options

@perngjiafu
Comment options

@perngjiafu
Comment options

@meme286565
Comment options

Answer selected by perngjiafu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants