struct Engine::TileMap
  
  
    
  
    Defined in:
  
  
    
      
        engine/engine.cr
      
    
    
  
  
    
  
    Constructors
  
  
  
    
  
    Instance Method Summary
  
  
  
    
    
    
  
    
    
    
  
    
    
    
  
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(data : Int32)
        
#
       
  
  
    
  
    Instance Method Detail
  
  
    
      
        
        def 
draw_frame(frame, pos : 
Vector2, scale = v2(
1, 
1), angle = 
0.0, color = 
Color::WHITE)
        
#