Improved decomp error debugging

This commit is contained in:
Yoshi Askharoun
2021-10-27 14:09:51 -05:00
parent 180e272ca8
commit 6fcfe0c819
7 changed files with 131 additions and 8 deletions
+11 -1
View File
@@ -1 +1,11 @@
<UI Name="Default"><Content><Text Color="A=255, R=255, G=0, B=0" Content="Howdy from Microsoft.Iris!" /></Content></UI>
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="Default">
<Content>
<Text Content="Howdy from Microsoft.Iris!">
<Color>
<Color R="255" A="255" />
</Color>
</Text>
</Content>
</UI>
</UIX>