Tried starting on UI

This commit is contained in:
Nico 2025-06-27 21:16:15 -07:00
parent 250048e3d2
commit 44b876131b
5 changed files with 38 additions and 0 deletions

8
Assets/UI.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 36d73fa18919b234abcc6e45436cda8f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

5
Assets/UI/InGameHud.uss Normal file
View File

@ -0,0 +1,5 @@
:root {
}
.panel {
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 18fb4fbdae68dc541b57e8d270d4fd60
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

4
Assets/UI/InGameHud.uxml Normal file
View File

@ -0,0 +1,4 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Assets/UI/InGameHud.uss?fileID=7433441132597879392&amp;guid=18fb4fbdae68dc541b57e8d270d4fd60&amp;type=3#InGameHud" />
<ui:VisualElement name="Panel" class="panel" style="flex-grow: 1;" />
</ui:UXML>

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 05d0796d0f2e16a458c05f152c1d3970
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}