We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a51e commit 38c9836Copy full SHA for 38c9836
source/funkin/editors/ModConfigWarning.hx
@@ -9,7 +9,7 @@ class ModConfigWarning extends UIState {
9
var library:ModsFolderLibrary = null;
10
var goToState:Class<FlxState>;
11
12
- public static inline var defaultModConfigText =
+ public static var defaultModConfigText =
13
'[Common] # This section applies the \'MOD_\' prefix to the flags so you don\'t have to.
14
NAME="YOUR MOD NAME HERE"
15
DESCRIPTION="YOUR MOD DESCRIPTION HERE"
0 commit comments