parent
2e0b49567b
commit
ca60f4777b
17 changed files with 37 additions and 8 deletions
@ -0,0 +1,8 @@ |
||||
fileFormatVersion: 2 |
||||
guid: 46686cf9748bd11bcbf2f7c49bb46e7f |
||||
folderAsset: yes |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,6 +1,7 @@ |
||||
<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"> |
||||
<Style src="project://database/Assets/UI%20Toolkit/styles.uss?fileID=7433441132597879392&guid=a6abab2f6d20ba823bad41d2081810e9&type=3#styles" /> |
||||
<ui:Label text="Pong Remastered" display-tooltip-when-elided="true" name="top_header" class="header" /> |
||||
<Style src="project://database/Assets/UI/Styles/menu.uss?fileID=7433441132597879392&guid=a6abab2f6d20ba823bad41d2081810e9&type=3#menu" /> |
||||
<Style src="project://database/Assets/UI/Styles/global.uss?fileID=7433441132597879392&guid=f6d2ff1ab9bcd826f88710e642615fa6&type=3#global" /> |
||||
<ui:Label text="Pong Reloaded" display-tooltip-when-elided="true" name="top_header" class="header" /> |
||||
<ui:VisualElement name="main_menu" class="menu" style="display: flex; visibility: visible;"> |
||||
<ui:Button text="Play" display-tooltip-when-elided="true" name="btn_play" /> |
||||
<ui:Button text="Settings" display-tooltip-when-elided="true" name="btn_settings" /> |
@ -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"> |
||||
<Style src="project://database/Assets/UI%20Toolkit/styles.uss?fileID=7433441132597879392&guid=a6abab2f6d20ba823bad41d2081810e9&type=3#styles" /> |
||||
<Style src="project://database/Assets/UI%20Toolkit/player_panel.uss?fileID=7433441132597879392&guid=102b2cb1b84d8883abde9356b92d807e&type=3#player_panel" /> |
||||
<Style src="project://database/Assets/UI/Styles/player_panel.uss?fileID=7433441132597879392&guid=102b2cb1b84d8883abde9356b92d807e&type=3#player_panel" /> |
||||
<Style src="project://database/Assets/UI/Styles/global.uss?fileID=7433441132597879392&guid=f6d2ff1ab9bcd826f88710e642615fa6&type=3#global" /> |
||||
<ui:Label text="←" display-tooltip-when-elided="true" name="go_left" class="go" /> |
||||
<ui:VisualElement class="mods_list" /> |
||||
<ui:Label display-tooltip-when-elided="true" name="score" binding-path="m_Score" /> |
@ -0,0 +1,8 @@ |
||||
fileFormatVersion: 2 |
||||
guid: d5cea8c79a99ef547b550384d302a4e2 |
||||
folderAsset: yes |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -0,0 +1,3 @@ |
||||
* { |
||||
color: rgb(200, 200, 200); |
||||
} |
@ -0,0 +1,11 @@ |
||||
fileFormatVersion: 2 |
||||
guid: f6d2ff1ab9bcd826f88710e642615fa6 |
||||
ScriptedImporter: |
||||
internalIDToNameTable: [] |
||||
externalObjects: {} |
||||
serializedVersion: 2 |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} |
||||
disableValidation: 0 |
Loading…
Reference in new issue