Skip to content

Commit

Permalink
uhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored May 30, 2024
1 parent 58d31e5 commit 019e127
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions source/meta/data/scripts/FunkinLua.hx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
package meta.data.scripts;

#if LUA_ALLOWED
import llua.Lua;
import llua.LuaL;
import llua.State;
import llua.Convert;
#end

import animateatlas.AtlasFrameMaker;

import openfl.display.BlendMode;
Expand Down
7 changes: 2 additions & 5 deletions source/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4543,9 +4543,6 @@ class PlayState extends MusicBeatState
FunkinLua.setVarInArray(FunkinLua.getPropertyLoopThingWhatever(killMe, true, true), killMe[killMe.length-1], value2);
else
FunkinLua.setVarInArray(this, value1, value2);

case 'Move Window':
Lib.application.window.move(Std.int(value1), Std.int(value2));
}
callOnLuas('onEvent', [eventName, value1, value2]);
}
Expand Down Expand Up @@ -5859,10 +5856,10 @@ class PlayState extends MusicBeatState
FlxG.stage.removeEventListener(KeyboardEvent.KEY_UP, onKeyRelease);

FlxG.animationTimeScale = 1;

super.destroy();

instance = null;

super.destroy();
}

public static function cancelMusicFadeTween() {
Expand Down
4 changes: 0 additions & 4 deletions source/meta/state/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ class ChartingState extends MusicBeatState
[
'Set Property',
"Value 1: Variable name\nValue 2: New value"
],
[
'Move Window',
"Value 1: X value\nValue 2: Y value"
]
];

Expand Down

0 comments on commit 019e127

Please sign in to comment.