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