parent
3c8bc98b28
commit
15fdd2e653
9 changed files with 59 additions and 97 deletions
@ -1,6 +1,6 @@ |
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False"> |
||||
<ui:Template name="PlayerUI" src="project://database/Assets/UI%20Toolkit/PlayerUI.uxml?fileID=9197481963319205126&guid=f83e3a5bf897cb9399b43ba72f615230&type=3#PlayerUI" /> |
||||
<Style src="project://database/Assets/UI%20Toolkit/game.uss?fileID=7433441132597879392&guid=4bc158fcb2310ba5db253a0bc45b03e4&type=3#game" /> |
||||
<ui:Template name="PlayerUI" src="project://database/Assets/UI/PlayerUI.uxml?fileID=9197481963319205126&guid=f83e3a5bf897cb9399b43ba72f615230&type=3#PlayerUI" /> |
||||
<Style src="project://database/Assets/UI/Styles/game.uss?fileID=7433441132597879392&guid=4bc158fcb2310ba5db253a0bc45b03e4&type=3#game" /> |
||||
<ui:Instance template="PlayerUI" name="PlayerTop" class="player_panel" style="top: 0;" /> |
||||
<ui:Instance template="PlayerUI" name="PlayerBottom" class="player_panel" style="bottom: 0;" /> |
||||
</ui:UXML> |
||||
|
@ -0,0 +1,37 @@ |
||||
%YAML 1.1 |
||||
%TAG !u! tag:unity3d.com,2011: |
||||
--- !u!114 &11400000 |
||||
MonoBehaviour: |
||||
m_ObjectHideFlags: 0 |
||||
m_CorrespondingSourceObject: {fileID: 0} |
||||
m_PrefabInstance: {fileID: 0} |
||||
m_PrefabAsset: {fileID: 0} |
||||
m_GameObject: {fileID: 0} |
||||
m_Enabled: 1 |
||||
m_EditorHideFlags: 0 |
||||
m_Script: {fileID: 19101, guid: 0000000000000000e000000000000000, type: 0} |
||||
m_Name: MenuPanel |
||||
m_EditorClassIdentifier: |
||||
themeUss: {fileID: -4733365628477956816, guid: 87c5f501dc6f5fb448eef0f9f3bffa1c, type: 3} |
||||
m_TargetTexture: {fileID: 0} |
||||
m_ScaleMode: 2 |
||||
m_Scale: 1 |
||||
m_ReferenceDpi: 96 |
||||
m_FallbackDpi: 96 |
||||
m_ReferenceResolution: {x: 350, y: 800} |
||||
m_ScreenMatchMode: 0 |
||||
m_Match: 0.5 |
||||
m_SortingOrder: 0 |
||||
m_TargetDisplay: 0 |
||||
m_ClearDepthStencil: 1 |
||||
m_ClearColor: 0 |
||||
m_ColorClearValue: {r: 0, g: 0, b: 0, a: 0} |
||||
m_DynamicAtlasSettings: |
||||
m_MinAtlasSize: 64 |
||||
m_MaxAtlasSize: 4096 |
||||
m_MaxSubTextureSize: 64 |
||||
m_ActiveFilters: 31 |
||||
m_AtlasBlitShader: {fileID: 9101, guid: 0000000000000000f000000000000000, type: 0} |
||||
m_RuntimeShader: {fileID: 9100, guid: 0000000000000000f000000000000000, type: 0} |
||||
m_RuntimeWorldShader: {fileID: 9102, guid: 0000000000000000f000000000000000, type: 0} |
||||
textSettings: {fileID: 0} |
@ -0,0 +1,8 @@ |
||||
fileFormatVersion: 2 |
||||
guid: 2ed681da194cc15f383dd20d59d1226f |
||||
NativeFormatImporter: |
||||
externalObjects: {} |
||||
mainObjectFileID: 11400000 |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,3 +1,3 @@ |
||||
* { |
||||
color: rgb(200, 200, 200); |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue