Control in settings

This commit is contained in:
dazedanon 2025-12-21 12:22:16 -06:00
parent b0b17f8008
commit 0ee782cdd0

View file

@ -113,8 +113,8 @@
const _Window_Options_makeCommandList = Window_Options.prototype.makeCommandList;
Window_Options.prototype.makeCommandList = function() {
_Window_Options_makeCommandList.call(this);
this.addCommand("Minimap (Mod)", "minimapEnabled");
this.addCommand(" Fog of War (Mod)", "minimapFogOfWar");
this.addCommand("Minimap Mod (M)", "minimapEnabled");
this.addCommand(" Fog of War", "minimapFogOfWar");
};
//=========================================================================