Advertisement
Ankirama

Untitled

Jun 2nd, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <?xml version="0.1" encoding="UTF-8"?>
  2. <save>
  3.   <players number="1">
  4.     <player id="1" type="player">
  5.       <name>ankirama</name>
  6.       <position>
  7.         <x>42</x>
  8.         <y>24</y>
  9.       </position>
  10.       <direction>left</direction>
  11.       <texture>
  12.         <color>
  13.           <r>230</r>
  14.           <g>210</g>
  15.           <b>130</b>
  16.         </color>
  17.         <path>/home/tamaman/marvin.suce</path>
  18.       </texture>
  19.       <score>4224</score>
  20.       <bombs number="1">
  21.         <bomb id="1">
  22.           <texture>/home/tamaman/bomb.sucepatro</texture>
  23.           <time>3</time>
  24.           <range>2</range>
  25.           <position>
  26.             <x>42</x>
  27.             <y>23</y>
  28.           </position>
  29.         </bomb>
  30.       </bombs>
  31.     </player>
  32.   </players>
  33.   <maze>
  34.     <size>
  35.       <width>10</width>
  36.       <height>10</height>
  37.     </size>
  38.     <path>/home/tamaman/map.suce1pe</path>
  39.   </maze>
  40. </save>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement