Advertisement
WindowsTV

CuP Texture.xml Doc

Jul 31st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     name: 'texture.xml',
  3.     title: 'Texture Definition File (texture.xml)',
  4.     description: 'Here you can find out how to correctly set up the texture.xml! \n' +
  5.         'Make sure to include <Name>, <Author>, <Version>, and <Description> or it will not appear in CuP.',
  6.     example: 'This is an example of a completed texture.xml.\n' +
  7.         '<texture>\n' +
  8.             '[t]<Name>1st Anniversary Party</Name>[/t] \n'+
  9.             '[t]<Author>Winderptv</Author>[/t] \n'+
  10.             '[t]<Version>1</Version>[/t] \n'+
  11.             '[t]<Description>Happy birthday CP!</Description>[/t] \n'+
  12.             '[t]<room name="town" file="town.swf" music="0" />[/t] \n'+
  13.             '[t]<room name="coffee" file="coffee.swf" music="100" />[/t] \n'+
  14.             '[t]<room name="dance" file="dance.swf" music="250" />[/t] \n'+
  15.         '<texture>\n'
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement