This commit is contained in:
CortexCore
2023-12-03 17:35:43 +08:00
parent ba342d6627
commit ba9f4eda80
702 changed files with 162078 additions and 21050 deletions

View File

@@ -30,7 +30,7 @@
</ui:VisualElement>
<ui:VisualElement style="width: 200px;" />
<ui:VisualElement class="inventory-container-background">
<ui:Label tabindex="-1" text="物品容器" parse-escape-sequences="true" display-tooltip-when-elided="true" name="container-label" style="margin-bottom: 8px;" />
<ui:Label tabindex="-1" text="物品容器&lt;color=yellow&gt;不储存&lt;/color&gt;" parse-escape-sequences="true" display-tooltip-when-elided="true" name="other-label" style="margin-bottom: 8px;" />
<ui:ScrollView name="Other-Container" class="inventory-container">
<ui:VisualElement name="other-container" style="flex-direction: row; flex-wrap: wrap; align-items: flex-start;" />
</ui:ScrollView>