What is FlxSprite.setUnstretchedGraphicSize() #622
-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            NexIsDumb
          
      
      
        May 1, 2025 
      
    
    Replies: 2 comments 6 replies
-
| its from CoolUtil, reason why source code can use it like that is because it does using CoolUtil;altho in scripts the using statement is not that much functional so you gotta do CoolUtil.setUnstretchedblahblah(sprite, width, etc); | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        THEkatinamicrowave
-
| STUDY HAXE RAAAAAAAAAAAAAAAH | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
its from CoolUtil, reason why source code can use it like that is because it does
altho in scripts the using statement is not that much functional so you gotta do