Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.01 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Map Width="440" Height="448" TileWidth="8" TileHeight="8">
  3.   <Layer Name="Background" Id="0">
  4.     <Tile X="96" Y="64" Id="0" Tileset="0" />
  5.   </Layer>
  6.   <Layer Name="Objects" Id="1">
  7.     <Tile X="14" Y="134" Id="240" Tileset="0" />
  8.   </Layer>
  9.   <Layer Name="Solid" Id="2">
  10.     <Tile X="4" Y="90" Id="24" Tileset="0" />
  11.   </Layer>
  12.   <Entities>
  13.     <Entity Name="EntityWithAttributes" X="640" Y="816" Width="8" Height="8">
  14.       <Attribute Name="On" Value="1" />
  15.       <Attribute Name="Off" Value="1" />
  16.       <Attribute Name="Offset" Value="0" />
  17.       <Attribute Name="PhaseTime" Value="0.2" />
  18.     </Entity>
  19.     <Entity Name="EntityWithoutAttribute" X="896" Y="256" Width="8" Height="8" />
  20.   </Entities>
  21.   <Trigger>
  22.     <Trigger Name="TriggerWithAttribute" X="832" Y="275" Width="144" Height="14">
  23.       <Attribute Name="Track" Value="Intro" />
  24.     </Trigger>
  25.     <Trigger Name="TriggerWithoutAttribute" X="791" Y="1344" Width="69" Height="42" />
  26.   </Trigger>
  27. </Map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement