Last active
          May 19, 2020 16:07 
        
      - 
      
 - 
        
Save triacontane/70793c99f74c5c0ca6c4cc047b191fbd to your computer and use it in GitHub Desktop.  
    入力中のサイドビューアクターの前進処理を無効にします。
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | (function() { | |
| 'use strict'; | |
| Sprite_Actor.prototype.stepForward = function() {}; | |
| })(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
攻撃中も前進しなくなります。
攻撃中を対象外にしたければ前バージョンを参照ください。