Skip to content

Instantly share code, notes, and snippets.

@triacontane
Last active May 19, 2020 16:07
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/70793c99f74c5c0ca6c4cc047b191fbd to your computer and use it in GitHub Desktop.
Save triacontane/70793c99f74c5c0ca6c4cc047b191fbd to your computer and use it in GitHub Desktop.
入力中のサイドビューアクターの前進処理を無効にします。
(function() {
'use strict';
Sprite_Actor.prototype.stepForward = function() {};
})();
@triacontane
Copy link
Author

攻撃中も前進しなくなります。
攻撃中を対象外にしたければ前バージョンを参照ください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment