Skip to content

Commit 86839ac

Browse files
hifishlolRaltyro
andauthored
Fix MOD_ICON's misleading config comments (#759)
* Fix MOD_ICON's misleading config comments * lowercase folder stuff and fix grammar * Update ModConfigWarning.hx --------- Co-authored-by: Ralty <[email protected]>
1 parent dba8200 commit 86839ac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/funkin/editors/ModConfigWarning.hx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ API_VERSION=1
2222
DOWNLOAD_LINK="YOUR MOD PAGE LINK HERE"
2323

2424
# Not supported yet
25-
;MOD_ICON64="path/to/icon64.png"
26-
;MOD_ICON32="path/to/icon32.png"
27-
;MOD_ICON16="path/to/icon16.png"
28-
ICON="path/to/icon.png"
25+
;MOD_ICON64="path/to/icon64"
26+
;MOD_ICON32="path/to/icon32"
27+
;MOD_ICON16="path/to/icon16"
28+
# The path starts in "your-mod/images/", do not add image extension.
29+
ICON="path/to/icon"
2930

3031
[Flags] # This section doesn\'t apply any prefix.
3132
DISABLE_WARNING_SCREEN=true
@@ -84,4 +85,4 @@ LOGO_TEXT=""
8485
], false);
8586
openSubState(substate);
8687
}
87-
}
88+
}

0 commit comments

Comments
 (0)