Skip to content

Commit 1c4c962

Browse files
Add Funkin Modchart classes to hscript config to allow custom classes (#727)
* add funkin modchart to hscript config for custom classes * change to only classes that are needed
1 parent 49d4708 commit 1c4c962

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/hscript/Config.hx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ class Config {
77
"flixel",
88

99
"funkin",
10+
#if MODCHARTING_FEATURES
11+
"modchart.engine",
12+
"modchart.backend.standalone",
13+
#end
1014
#end
1115
];
1216

0 commit comments

Comments
 (0)