Advertisement
Guest User

Untitled

a guest
Aug 15th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <cutScene version="1.0" numParts="2">
  3.     <part time="5000">
  4.         <camera startX="0" startY="0" endX="300" endY="500"/> <!-- Moves the camera from 0,0 to 300,500 -->
  5.         <obj_Create id="0" type="String" x="20" y="300"> <!-- Creates a string object with identification number 0-->
  6.             <string content="This is a String. there are no more than 15 letters per line. It won't break up any words!" spacingX="0.1" spacingY="0.2" fixed="true" textSize="0.5" maxLettersPerLine="20"/>
  7.         </obj_Create>
  8.     </part>
  9.     <part time="1">
  10.         <obj_Destroy id="0" type="String"/>
  11.     </part>
  12. </cutScene>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement