#
# The animation graphics of Small Worm Alien
#
<graphic_combine_v1>
  <header>
    format: grid
    store_as: bitmap
    file: gfx/aliens/smallworm.bmp
    id: 20
    grid_x: 32
    grid_y: 32
  </header>
  
  <body>
    # crawl
    <g> 0 0 </g>  # 0
    <g> 1 0 </g>
    <g> 2 0 </g>  # 2
    
    # alerting
    <g> 6 0 </g>  # 3
    <g> 7 0 </g>
    <g> 8 0 </g>
    <g> 9 0 </g>  # 6
    
    # shooting
    <g> 3 0 </g>  # 7
    <g> 4 0 </g>
    <g> 5 0 </g>  # 9
  </body>
</graphic_combine_v1>
