updated xmls

This commit is contained in:
Bitl 2021-08-30 15:12:55 -07:00
parent d20eafc621
commit 2c1740cfdb
3 changed files with 361 additions and 360 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--Novetus reads through this file in order to grab content providers for the Avatar Customization.-->
<ContentProviders>
<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>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--Novetus reads through this file in order to grab part colors for the Avatar Customization.-->
<PartColors>
<PartColors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ColorList>
<PartColor>
<ColorName>White</ColorName>