updated xmls
This commit is contained in:
parent
d20eafc621
commit
2c1740cfdb
|
|
@ -18,6 +18,7 @@
|
|||
- Fixed an error that occured when loading multiple instances of the Character Customization window.
|
||||
- Item Creation SDK: If a character customization window is open, it will now close the window and open a new one to update the contents.
|
||||
- Item Creation SDK: Added the optional ability to replace existing item icons.
|
||||
- Added the XML Content Editor: a Excel-like editor that allows you to edit and add content providers and part colors.
|
||||
Added the following T-Shirts:
|
||||
Blue Ring of Fire
|
||||
Ring of Fire
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Novetus reads through this file in order to grab content providers for the Avatar Customization. -->
|
||||
<ContentProviders>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Novetus reads through this file in order to grab content providers for the Avatar Customization.-->
|
||||
<ContentProviders xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Providers>
|
||||
<Provider>
|
||||
<Name>Roblox (Official Novetus Redirect)</Name>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Novetus reads through this file in order to grab part colors for the Avatar Customization. -->
|
||||
<PartColors>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Novetus reads through this file in order to grab part colors for the Avatar Customization.-->
|
||||
<PartColors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ColorList>
|
||||
<PartColor>
|
||||
<ColorName>White</ColorName>
|
||||
|
|
|
|||
Loading…
Reference in New Issue