Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" ?>
  2. <ListeSprites>
  3.     <Sprite name="spriteAnime" src="">
  4.         <Masque R="255" G="255" B="255" />
  5.         <Animation name="normal" src="Animations/feu.anim/normal.png" defaultTimeFrame="0.32">
  6.         <image src="image1.png">
  7.           <Rect x="300" y="0" dx="400" dy="100" />
  8.           <Rect x="100" y="0" dx="200" dy="100" />
  9.           <Rect x="200" y="0" dx="300" dy="100"  />
  10.         </image>
  11.         <image src="image2.png">
  12.         <Rect x="300" y="0" dx="400" dy="100"  />
  13.         <Rect x="400" y="0" dx="500" dy="100"  />
  14.         [...]
  15.         <Rect x="2500" y="0" dx="2600" dy="100"  />
  16.         <Rect x="2600" y="0" dx="2700" dy="100"  />
  17.         <Rect x="2700" y="0" dx="2800" dy="100"  />
  18.         <Rect x="2800" y="0" dx="2900" dy="100"  />
  19.         <Rect x="2900" y="0" dx="3000" dy="100" time="3" />
  20.         </image>
  21.         </Animation>
  22.     </Sprite>
  23. </ListeSprites>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement