Created
          April 11, 2021 09:03 
        
      - 
      
 - 
        
Save triacontane/fb943056a7b540eb7fa6d18eb3ced939 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
    
  
  
    
  | (()=> { | |
| 'use strict'; | |
| const _Sprite_Actor_createMainSprite = Sprite_Actor.prototype.createMainSprite; | |
| Sprite_Actor.prototype.createMainSprite = function() { | |
| _Sprite_Actor_createMainSprite.apply(this, arguments); | |
| this.addChild(this._weaponSprite); | |
| }; | |
| })(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment