Advertisement
Ankirama

xml

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