This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<UXML xmlns:ui= "UnityEngine.Experimental.UIElements" xmlns:uie= "UnityEditor.Experimental.UIElements">
<ui:VisualElement name = "polygonShapeWindow" class = "moduleWindow topLeft">
<ui:Box name = "polygonShapeWindowFrame">
<uie:IntegerField name = "labelIntegerField" class = "labelIntegerField" label = "Sides" value = "0"/>
<ui:VisualElement name = "warning" >
<ui:Image name = "icon"/>
<ui:Label name = "warningLabel" text= "Sides can only be either 0 or anything between 3 and 128"/>
</ui:VisualElement>
<ui:Button name = "changeButton" text= "Change" />
</ui:Box>
</ui:VisualElement>
</UXML>