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