You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/funkin/modding/ModsMenuState.hx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -171,13 +171,13 @@ class ModsMenuState extends MusicBeatState
171
171
varmyX=bgList.x+bgList.width+20;
172
172
noModsTxt=newFlxText(myX, 0, FlxG.width-myX-20, Language.getPhrase('no_mods_installed', "NO MODS INSTALLED\nPRESS {1} TO EXIT OR INSTALL A MOD", [daButton]), 48);
modRestartText=newFlxText(bgDescription.x+15, bgDescription.y+bgDescription.height-myHeight-25, bgDescription.width-30, Language.getPhrase('mod_restart', '* Moving or Toggling On/Off this Mod will restart the game.'), 16);
0 commit comments