Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.40 KB | None | 0 0
  1. <?xml version = "1.0" encoding = "UTF-8" ?>
  2. <level type="Normal" w="1419" h="800" name="ForestAppendLevel0" music="">
  3.     <backgroundObjects>
  4.         <backgroundObject>
  5.             <position x = "710.23" y = "736.70"/>
  6.             <spritePath>backgrounds\Forest\grass.png</spritePath>
  7.             <scaleX>1</scaleX>
  8.             <scaleY>1</scaleY>
  9.             <velocityX>0</velocityX>
  10.             <velocityY>0</velocityY>
  11.             <rotation>0</rotation>
  12.             <alpha>1</alpha>
  13.             <col r = "1" g = "1" b = "1"/>
  14.             <z>0.50</z>
  15.         </backgroundObject>
  16.         <backgroundObject>
  17.             <position x = "542" y = "576.13"/>
  18.             <spritePath>backgrounds\Forest\Platform2.png</spritePath>
  19.             <scaleX>1.23</scaleX>
  20.             <scaleY>1</scaleY>
  21.             <velocityX>0</velocityX>
  22.             <velocityY>0</velocityY>
  23.             <rotation>0</rotation>
  24.             <alpha>1</alpha>
  25.             <col r = "1" g = "1" b = "1"/>
  26.             <z>0.50</z>
  27.         </backgroundObject>
  28.         <backgroundObject>
  29.             <position x = "1101" y = "190"/>
  30.             <spritePath>backgrounds\Forest\Platform1.png</spritePath>
  31.             <scaleX>1</scaleX>
  32.             <scaleY>1</scaleY>
  33.             <velocityX>0</velocityX>
  34.             <velocityY>0</velocityY>
  35.             <rotation>0</rotation>
  36.             <alpha>1</alpha>
  37.             <col r = "1" g = "1" b = "1"/>
  38.             <z>0.50</z>
  39.         </backgroundObject>
  40.     </backgroundObjects>
  41.     <collisionObjects>
  42.         <triangles>
  43.         </triangles>
  44.         <platforms>
  45.             <platform>
  46.                 <position x = "407.50" y = "435"/>
  47.                 <width>266</width>
  48.                 <height>47</height>
  49.             </platform>
  50.             <platform>
  51.                 <position x = "817" y = "129"/>
  52.                 <width>565</width>
  53.                 <height>33</height>
  54.             </platform>
  55.         </platforms>
  56.         <rectangles>
  57.             <rectangle>
  58.                 <position x = "0" y = "726.50"/>
  59.                 <width>1420</width>
  60.                 <height>76</height>
  61.             </rectangle>
  62.         </rectangles>
  63.     </collisionObjects>
  64.     <interactiveObjects>
  65.         <interactiveObject>
  66.             <name>Enemy</name>
  67.             <position x = "356" y = "586"/>
  68.             <velocity x="50" y="0"/>
  69.             <index>3</index>
  70.             <data></data>
  71.         </interactiveObject>
  72.         <interactiveObject>
  73.             <name>Hat</name>
  74.             <position x = "1314" y = "31"/>
  75.             <velocity x="0" y="0"/>
  76.             <index>4</index>
  77.             <data></data>
  78.         </interactiveObject>
  79.         <interactiveObject>
  80.             <name>Thorns</name>
  81.             <position x = "551" y = "696"/>
  82.             <velocity x="0" y="0"/>
  83.             <index>9</index>
  84.             <data></data>
  85.         </interactiveObject>
  86.         <interactiveObject>
  87.             <name>Thorns</name>
  88.             <position x = "545" y = "404"/>
  89.             <velocity x="0" y="0"/>
  90.             <index>10</index>
  91.             <data></data>
  92.         </interactiveObject>
  93.     </interactiveObjects>
  94. </level>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement