sashman / terrain_generator

5 stars 0 forks source link

too many new lines #8

Closed Bilalh closed 12 years ago

Bilalh commented 12 years ago
  <tile x='1' y='14'>
    <height>8</height>
  <type>water</type>
  </tile>
  <tile x='1' y='15'>
    <height>8</height>
  <type>water</type>
  </tile>

  <tile x='2' y='0'>
    <height>4</height>
  <type>water</type>
  </tile>
  <tile x='2' y='1'>
    <height>5</height>
  <type>water</type>
  </tile>
  <tile x='2' y='2'>
    <height>5</height>
  <type>water</type>
  </tile>