Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulazorua committed Oct 7, 2023
1 parent 2cfb19b commit 301d822
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/scripts/FunkinHScript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ class FunkinHScript extends FunkinScript
set("PlayState", PlayState);
set("GameOverSubstate", GameOverSubstate);
set("Song", Song);

set("BGSprite", BGSprite);

set("Note", Note);
set("NoteObject", NoteObject);
set("NoteSplash", NoteSplash);
Expand All @@ -205,7 +206,7 @@ class FunkinHScript extends FunkinScript

set("Wife3", PlayState.Wife3);

/*

set("JudgmentManager", JudgmentManager);

set("ModManager", modchart.ModManager);
Expand All @@ -224,7 +225,7 @@ class FunkinHScript extends FunkinScript
#elseif (hxCodec >= "2.6.1") set("MP4Handler", hxcodec.VideoHandler);
#elseif (hxCodec == "2.6.0") set("MP4Handler", VideoHandler);
#elseif (hxCodec) set("MP4Handler", vlc.MP4Handler); #end
*/


set("FunkinHScript", FunkinHScript);

Expand Down

0 comments on commit 301d822

Please sign in to comment.