<?xml version="1.0" encoding="UTF-8"?> 
<!-- be sure to save as...UTF-8 encoding!! -->

<!-- FORMAT:
  row tag: <rowx></rowx>
  grid element - (thi):
    t: terrain type ID (see .fla for list of valid types)
    h: height (integer 0-9)
    i: item type ID (see .fla for list of valid types)
    _: null
  grid delimiter: |
  whitespace is ignored
-->


<levelGrid>

<name>baby steps</name>

<row0>r4C|r4_|g2_|g1r</row0>
<row1>r4_|r4_|g2_|g1K</row1>



</levelGrid>
