restored from pc, added .editorconfig

This commit is contained in:
2025-05-26 17:08:43 +02:00
parent c11e51ec38
commit 62cb740f69
249 changed files with 2134 additions and 596 deletions

0
Assets/jelycho/MainMenu/m_main_menu_bg.mat Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/m_main_menu_bg.mat.meta Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/panel_main_menu.asset Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/panel_main_menu.asset.meta Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/scn_main_menu.meta Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/scn_main_menu.unity Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/scn_main_menu.unity.meta Normal file → Executable file
View File

View File

View File

View File

View File

30
Assets/jelycho/MainMenu/ui_main_menu.uxml Normal file → Executable file
View File

@@ -1,15 +1,15 @@
<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">
<engine:VisualElement name="root" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.77);">
<engine:VisualElement name="panel-main" style="background-color: rgba(0, 0, 0, 0.25); width: 100%; height: 100%; align-items: center;">
<engine:VisualElement name="Logo" style="flex-grow: 1; width: 512px; height: 512px; background-image: url(&quot;project://database/Assets/RebootKit/Runtime/Engine/core_assets/logo/RR_Logo_Plain_4k.png?fileID=2800000&amp;guid=b6b4948176bf2744fad63f0df242f185&amp;type=3#RR_Logo_Plain_4k&quot;); transition-duration: 0.5s; margin-top: 100px; margin-bottom: 0; margin-right: 0; margin-left: 0; max-height: 512px; max-width: 512px;" />
<engine:VisualElement name="Buttons" style="flex-grow: 1; width: 1000px; padding-bottom: 0; justify-content: space-evenly; height: 216px; max-height: 300px; margin-top: 32px;">
<engine:Button text="Play" name="btn-play" />
<engine:Button text="Settings" name="btn-settings" />
<engine:Button text="Quit" name="btn-quit" />
</engine:VisualElement>
</engine:VisualElement>
<engine:VisualElement name="panel-settings" style="flex-grow: 1; width: 100%; height: 100%;">
<engine:Button text="Button" name="btn-back" />
</engine:VisualElement>
</engine:VisualElement>
</engine:UXML>
<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">
<engine:VisualElement name="root" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.77);">
<engine:VisualElement name="panel-main" style="background-color: rgba(0, 0, 0, 0.25); width: 100%; height: 100%; align-items: center;">
<engine:VisualElement name="Logo" style="flex-grow: 1; width: 512px; height: 512px; background-image: url(&quot;project://database/Assets/RebootKit/Runtime/Engine/core_assets/logo/RR_Logo_Plain_4k.png?fileID=2800000&amp;guid=b6b4948176bf2744fad63f0df242f185&amp;type=3#RR_Logo_Plain_4k&quot;); transition-duration: 0.5s; margin-top: 100px; margin-bottom: 0; margin-right: 0; margin-left: 0; max-height: 512px; max-width: 512px;" />
<engine:VisualElement name="Buttons" style="flex-grow: 1; width: 1000px; padding-bottom: 0; justify-content: space-evenly; height: 216px; max-height: 300px; margin-top: 32px;">
<engine:Button text="Play" name="btn-play" />
<engine:Button text="Settings" name="btn-settings" />
<engine:Button text="Quit" name="btn-quit" />
</engine:VisualElement>
</engine:VisualElement>
<engine:VisualElement name="panel-settings" style="flex-grow: 1; width: 100%; height: 100%;">
<engine:Button text="Button" name="btn-back" />
</engine:VisualElement>
</engine:VisualElement>
</engine:UXML>

0
Assets/jelycho/MainMenu/ui_main_menu.uxml.meta Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/world_main_menu.asset Normal file → Executable file
View File

0
Assets/jelycho/MainMenu/world_main_menu.asset.meta Normal file → Executable file
View File