pastime/js/plugins/MNKR_GoldNoWindow.js
2026-03-15 16:45:22 -05:00

36 lines
No EOL
1,014 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* --------------------------------------------------
* MNKR_GoldNoWindow.js
* Ver.1.0.1
* Copyright (c) 2020 Munokura
* This software is released under the MIT license.
* http://opensource.org/licenses/mit-license.php
* --------------------------------------------------
*/
/*:
* @target MZ MV
* @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_GoldNoWindow.js
* @plugindesc メインメニューで所持金ウィンドウを非表示にします。
* @author munokura
*
* @help
* メインメニューで所持金ウィンドウを非表示にします。
*
* プラグインコマンドや設定はありません。
*
* 利用規約:
* MITライセンスです。
* https://licenses.opensource.jp/MIT/MIT.html
* 作者に無断で改変、再配布が可能で、
* 利用形態商用、18禁利用等についても制限はありません。
*/
(() => {
'use strict';
Scene_Menu.prototype.createGoldWindow = function () {
};
})();