#
# This file contains the graphics of player with ROcket Launcher
#
<graphic_combine_v1>
  <header>
    format: grid
    store_as: bitmap
    file: gfx/players/launcher.bmp
    id: 4
    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
   
    # shoot
    <g> 0 2 </g>  # 5
  </body>
</graphic_combine_v1>
