Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created May 18, 2020 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triacontane/31851f81282ff80c6ec6cbf9081251bb to your computer and use it in GitHub Desktop.
Save triacontane/31851f81282ff80c6ec6cbf9081251bb to your computer and use it in GitHub Desktop.
メインメニューからゲーム終了を消去します。
(function() {
'use strict';
Window_MenuCommand.prototype.addGameEndCommand = function() {};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment