#
# This file contains the locations of the player-with-minigun animation
# frames.
#
<graphic_combine_v1>
  <header>
    format: grid
    store_as: bitmap
    file: gfx/players/minigun.bmp
    id: 2
    grid_x: 64
    grid_y: 64
  </header>
  <body>
    # idle
    <g> 0 0 </g>  # 0
    
    # walk
    <g> 0 1 </g>  # 1
    <g> 1 1 </g>
    <g> 2 1 </g>
    <g> 3 1 </g>  # 4
    
    # strafe
    <g> 0 2 </g>  # 5
    <g> 1 2 </g>
    
    # shoot walk
    <g> 0 4 </g>  # 7
    <g> 1 4 </g>
    <g> 2 4 </g>
    <g> 3 4 </g>  # 10
    
    # shoot strafe
    <g> 0 5 </g>  # 11
    <g> 1 5 </g>
    
    # grenade
    <g> 1 6 </g>  # 13
    <g> 2 6 </g>
    <g> 3 6 </g>  # 15
  </body>
</graphic_combine_v1>
