#
# This file contains the locations of the player-with-crowbar animation
# frames.
#
<graphic_combine_v1>
  <header>
    format: grid
    store_as: bitmap
    file: gfx/players/crowbar.bmp
    id: 0
    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>
    
    # throw
    <g> 0 3 </g>  # 7
    <g> 1 3 </g>
    <g> 2 3 </g>
    <g> 3 3 </g>  # 10
    
    # hit
    <g> 0 4 </g>  # 11
    <g> 1 4 </g>
    <g> 2 4 </g>
    <g> 3 4 </g>  # 14
  </body>  
</graphic_combine_v1>
