Advertisement
Ankirama

Untitled

Jun 2nd, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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. <keys>
  21. <left>SDL_KEY_LEFT</left>
  22. <right>SDL_KEY_RIGHT</right>
  23. <up>SDL_KEY_UP</up>
  24. <down>SDL_KEY_DOWN</down>
  25. <bomb>SDL_KEY_SPACE</bomb>
  26. </keys>
  27. <bombs number="1">
  28. <bomb id="1">
  29. <texture>/home/tamaman/bomb.sucepatro</texture>
  30. <time>3</time>
  31. <range>2</range>
  32. <position>
  33. <x>42</x>
  34. <y>23</y>
  35. </position>
  36. </bomb>
  37. </bombs>
  38. </player>
  39. </players>
  40. <maze>
  41. <size>
  42. <width>10</width>
  43. <height>10</height>
  44. </size>
  45. <path>/home/tamaman/map.suce1pe</path>
  46. </maze>
  47. </save>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement