Files
client/Editor/UI/Elements/ProjectNode.uxml
T
2026-07-31 19:29:07 +03:00

10 lines
1.4 KiB
Plaintext

<engine:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:engine="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/Nimble Fox/Editor/UI/Styles/nf-node.uss?fileID=7433441132597879392&amp;guid=0c63cfc753337c1488f06d67aa27ebc2&amp;type=3#nf-node" />
<engine:VisualElement name="NodeBody" class="project_node" style="flex-grow: 0; width: 450px;">
<engine:VisualElement style="flex-grow: 1; border-left-color: rgb(196, 196, 196); border-right-color: rgb(196, 196, 196); border-top-color: rgb(196, 196, 196); border-bottom-color: rgb(196, 196, 196); border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-top-left-radius: 47px; border-top-right-radius: 47px; border-bottom-right-radius: 47px; border-bottom-left-radius: 47px; margin-left: 6px; margin-right: 6px; margin-top: 6px; margin-bottom: 6px; background-color: rgb(87, 87, 87);">
<engine:Label text="Project Name" name="ProjectName" style="-unity-font-style: bold; font-size: 40px; -unity-text-align: upper-center;" />
<engine:Label text="asdasdasdasdasdasd" name="ProjectDescription" style="font-size: 24px; margin-left: 24px; margin-right: 24px; margin-bottom: 12px;" />
</engine:VisualElement>
</engine:VisualElement>
</engine:UXML>