Commit d4c56d29 authored by saad's avatar saad

Merge branch 'NewUIv2' into NewUI

# Conflicts:
#	My project/Assets/App/Infrastructure/Core/AppRouter.cs
#	My project/Assets/AppUI/NewAppUI/Login.uxml
#	My project/Assets/UniversalRenderPipelineGlobalSettings.asset
#	My project/ProjectSettings/ProjectVersion.txt
parents cb5bcaa8 f7d8c037
...@@ -86,7 +86,7 @@ public class LeaderboardController : MonoBehaviour, IDisposable ...@@ -86,7 +86,7 @@ public class LeaderboardController : MonoBehaviour, IDisposable
{ {
var errorLabel = new Label($"Error loading leaderboard: {error}"); var errorLabel = new Label($"Error loading leaderboard: {error}");
leaderboardScrollView.Add(errorLabel); leaderboardScrollView.Add(errorLabel);
} }
); );
} }
catch (OperationCanceledException) catch (OperationCanceledException)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
fileFormatVersion: 2
guid: 6b616f783aad2ab4a81fd452786f2041
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!84 &8400000
RenderTexture:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: DotFloating
m_ImageContentsHash:
serializedVersion: 2
Hash: 00000000000000000000000000000000
m_IsAlphaChannelOptional: 0
serializedVersion: 6
m_Width: 1080
m_Height: 1920
m_AntiAliasing: 1
m_MipCount: -1
m_DepthStencilFormat: 94
m_ColorFormat: 8
m_MipMap: 0
m_GenerateMips: 1
m_SRGB: 0
m_UseDynamicScale: 0
m_UseDynamicScaleExplicit: 0
m_BindMS: 0
m_EnableCompatibleFormat: 1
m_EnableRandomWrite: 0
m_TextureSettings:
serializedVersion: 2
m_FilterMode: 1
m_Aniso: 0
m_MipBias: 0
m_WrapU: 1
m_WrapV: 1
m_WrapW: 1
m_Dimension: 2
m_VolumeDepth: 1
m_ShadowSamplingMode: 2
fileFormatVersion: 2
guid: 038b07559aa3b7c40aa0c6d6f3af26e6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 8400000
userData:
assetBundleName:
assetBundleVariant:
using UnityEngine;
public class FPSDisplay : MonoBehaviour
{
float deltaTime = 0.0f;
private void Start()
{
DontDestroyOnLoad(gameObject);
}
void Update()
{
deltaTime += (Time.deltaTime - deltaTime) * 0.1f;
}
void OnGUI()
{
int w = Screen.width, h = Screen.height;
GUIStyle style = new GUIStyle();
Rect rect = new Rect(10, 10, w, h * 2 / 100);
style.alignment = TextAnchor.UpperLeft;
style.fontSize = h * 2 / 100;
style.normal.textColor = Color.green;
float msec = deltaTime * 1000.0f;
float fps = 1.0f / deltaTime;
string text = string.Format("{0:0.0} ms ({1:0.} FPS)", msec, fps);
GUI.Label(rect, text, style);
}
}
\ No newline at end of file
fileFormatVersion: 2
guid: 15318eff4103b8c45bc1e43b387203c1
\ No newline at end of file
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False"> <ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/AppUI/NewAppUI/USS/NewStyle.uss?fileID=7433441132597879392&amp;guid=c81297485ce529246b88d7955e887342&amp;type=3#NewStyle"/> <Style src="project://database/Assets/AppUI/NewAppUI/USS/NewStyle.uss?fileID=7433441132597879392&amp;guid=c81297485ce529246b88d7955e887342&amp;type=3"/>
<ui:VisualElement name="Root" style="flex-grow: 1; background-color: rgb(238, 240, 248);"> <ui:VisualElement name="Root" style="flex-grow: 0; background-color: rgb(48, 48, 208); width: 200%; flex-direction: row; transition-duration: 0.15s;">
<ui:VisualElement name="Header" style="flex-grow: 0; height: 275px; border-bottom-right-radius: 75px; border-bottom-left-radius: 75px; background-color: rgb(0, 137, 107);"> <ui:VisualElement name="Login" style="flex-grow: 0; align-items: center; display: flex; justify-content: center; width: 50%; flex-shrink: 0; overflow: hidden; transition-duration: 0.15s;">
<ui:Image source="project://database/Assets/Art/SSLAB%20LOGOS/2.png?fileID=2800000&amp;guid=980570066fb5dd74abc396427104080f&amp;type=3#2"/> <ui:VisualElement style="flex-grow: 0; position: absolute; height: 500px; width: 500px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: -167px; top: -139px;"/>
</ui:VisualElement> <ui:Image source="project://database/Assets/Art/SSLAB%20LOGOS/2.png?fileID=2800000&amp;guid=980570066fb5dd74abc396427104080f&amp;type=3#2" style="height: 316px;"/>
<ui:VisualElement name="ContantPanel" class="padding" style="flex-grow: 1; translate: 0 100%; transition-duration: 0.15s;"> <ui:Label text="تعلم، العب واربح!" language-direction="RTL" class="text-bold" style="-unity-text-align: upper-center; margin-bottom: 75px;"/>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;"> <ui:VisualElement name="Contant" class="padding" style="flex-grow: 0; width: 80%; height: auto; margin-bottom: 0; background-color: rgb(255, 255, 255); border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-right-radius: 75px; border-bottom-left-radius: 75px;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/> <ui:VisualElement template="Template" name="Email" style="margin-bottom: 50px; display: flex;">
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;"> <Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:Label text="👤" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/> <ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; padding-bottom: 20px;">
<ui:Label text="اسم المستخدم" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/> <ui:Label text="👤" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
</ui:VisualElement> <ui:Label text="البريد الإلكتروني" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
<ui:TextField label="" placeholder-text="" name="Username" value="" language-direction="RTL" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip;"> </ui:VisualElement>
<ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/> <ui:TextField label="" placeholder-text="" name="Email" value="" language-direction="RTL" keyboard-type="EmailAddress" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip;">
</ui:TextField> <ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/>
</ui:VisualElement> </ui:TextField>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;">
<ui:Label text="👧👦 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="اختر النوع" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; margin-bottom: 0;"> <ui:VisualElement template="Template" name="Password" style="margin-bottom: 50px; display: flex;">
<ui:Button text="" name="Grade" class="row-btn" style="height: 80px; -unity-text-align: middle-right;"> <Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:DropdownField label="" choices="اختر النوع...,ذكر,انثي" index="0" language-direction="RTL" name="Sex" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/> <ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; padding-bottom: 20px;">
</ui:Button> <ui:Label text="🔑" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="كلمة المرور" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:TextField label="" placeholder-text="" name="Password" value="" language-direction="RTL" keyboard-type="EmailAddress" password="true" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip;">
<ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/>
</ui:TextField>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> <ui:VisualElement name="Home" style="flex-grow: 0; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;">
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;"> <ui:VisualElement name="ButtonsParent" style="flex-grow: 0; flex-direction: row; justify-content: space-between; flex-shrink: 0; height: 176px;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/> <ui:VisualElement name="LoginPanelShadow" style="flex-grow: 1; background-color: rgb(128, 183, 171); position: absolute; width: 100%; height: 100%; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; translate: 0% 14px; filter: blur(30); left: 0;"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;"> <ui:Button text="دخول" name="LoginButton" language-direction="RTL" double-click-selects-word="false" style="background-color: rgb(0, 137, 107); border-left-color: rgb(0, 102, 80); border-right-color: rgb(0, 102, 80); border-top-color: rgb(0, 102, 80); border-bottom-color: rgb(0, 102, 80); overflow: hidden; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: row; font-size: 65px; -unity-font-definition: url(&quot;project://database/Assets/_project/Fonts/TS%20Hakwaty%20Bold.otf?fileID=12800000&amp;guid=62191f6d90aeccb4d896e29b4844ceaf&amp;type=3#TS Hakwaty Bold&quot;); color: rgb(255, 255, 255); -unity-text-generator: advanced;">
<ui:Label text="🏫 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/> <ui:VisualElement name="Cir" style="flex-grow: 0; height: 250px; width: 250px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; position: absolute; translate: 112% -96px;">
<ui:Label text="النظام التعليمي" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/> <ui:VisualElement name="Cir" style="flex-grow: 0; height: 250px; width: 250px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; position: absolute; translate: 26% 62px;"/>
</ui:VisualElement>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="ButtonText" style="flex-grow: 1; flex-direction: row-reverse; margin-top: 75px; justify-content: center; margin-bottom: 75px;">
<ui:Label text="ليس لديك حساب؟" class="text-bold" style="color: rgb(117, 117, 117); margin-left: 20px; font-size: 35px;"/>
<ui:Button text="تسجيل" name="OpenRegisterPanel" class="loginPage-button-text" style="font-size: 35px;"/>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; margin-bottom: 0;"> <ui:VisualElement name="Home" style="flex-grow: 0; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;">
<ui:Button text="" name="" class="row-btn" style="height: 80px; -unity-text-align: middle-right;"> <ui:VisualElement name="ButtonsParent" style="flex-grow: 0; flex-direction: row; justify-content: space-between; flex-shrink: 0; height: 100px;">
<ui:DropdownField label="" choices="اختر المدرسة...,مصري عربي,مصري لغات" index="0" language-direction="RTL" name="Curriculum" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/> <ui:Button text="دخول كضيف" name="GuestModeButton" language-direction="RTL" double-click-selects-word="false" style="background-color: rgb(123, 123, 123); border-left-color: rgb(70, 70, 70); border-right-color: rgb(70, 70, 70); border-top-color: rgb(70, 70, 70); border-bottom-color: rgb(70, 70, 70); overflow: hidden; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: row; font-size: 45px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TS%20Hakwaty%20Light.otf?fileID=12800000&amp;guid=aeb653dff1f4d2f4fad340e3cf210c77&amp;type=3#TS Hakwaty Light&quot;); color: rgb(255, 255, 255); -unity-text-generator: advanced; border-bottom-width: 0; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;">
</ui:Button> <ui:VisualElement name="Cir" style="flex-grow: 0; height: 250px; width: 250px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; position: absolute; translate: 112% -96px;">
<ui:VisualElement name="Cir" style="flex-grow: 0; height: 250px; width: 250px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; position: absolute; translate: 26% 62px;"/>
</ui:VisualElement>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;"> </ui:VisualElement>
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/> <ui:ScrollView vertical-scroller-visibility="Hidden" horizontal-scroller-visibility="Hidden" name="Register" style="display: flex; border-top-left-radius: 50px; border-top-right-radius: 50px; height: auto; flex-grow: 0; width: 50%; flex-shrink: 0; overflow: hidden;">
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;"> <ui:VisualElement style="flex-grow: 0; position: absolute; height: 500px; width: 500px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: -167px; top: -139px;"/>
<ui:Label text="🎓 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/> <ui:Image source="project://database/Assets/Art/SSLAB%20LOGOS/2.png?fileID=2800000&amp;guid=980570066fb5dd74abc396427104080f&amp;type=3#2" style="height: 342px;"/>
<ui:Label text="المرحلة الدراسية" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/> <ui:Label text="تعلم، العب واربح!" language-direction="RTL" class="text-bold" style="-unity-text-align: upper-center; margin-bottom: 75px;"/>
<ui:VisualElement name="Background" class="padding" style="flex-grow: 1; background-color: rgb(255, 255, 255); border-top-left-radius: 100px; border-top-right-radius: 100px; border-top-width: 0; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; padding-top: 150px;">
<ui:VisualElement template="Template" name="Username" style="margin-bottom: 50px; display: flex;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; padding-bottom: 20px;">
<ui:Label text="👤" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="اسم المستخدم" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:TextField label="" placeholder-text="" name="Username" value="" language-direction="RTL" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;">
<ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/>
</ui:TextField>
</ui:VisualElement>
<ui:VisualElement template="Template" name="Email" style="margin-bottom: 50px; display: flex;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; padding-bottom: 20px;">
<ui:Label text="✉️" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="البريد الألكتروني" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:TextField label="" placeholder-text="" name="Email" value="" language-direction="RTL" keyboard-type="EmailAddress" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px;">
<ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/>
</ui:TextField>
</ui:VisualElement>
<ui:VisualElement template="Template" name="Password" style="margin-bottom: 50px; display: flex;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; padding-bottom: 20px;">
<ui:Label text="🔑" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="كلمة المرور" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:TextField label="" placeholder-text="" name="password" value="" language-direction="RTL" password="true" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px;">
<ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/>
</ui:TextField>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; margin-bottom: 0;"> <ui:VisualElement template="Template" name="RePassword" style="margin-bottom: 50px; display: flex;">
<ui:Button text="" name="Level" class="row-btn" style="height: 80px; -unity-text-align: middle-right;"> <Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:DropdownField label="" choices="اختر مرحلة...,الصف الأول الإعدادي,الصف الثاني الإعدادي,الصف الثالث الإعدادي,الصف الأول الثانوي,الصف الثاني الثانوي,الصف الثالث الثانوي" index="0" language-direction="RTL" name="Grade" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/> <ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; padding-bottom: 20px;">
</ui:Button> <ui:Label text="🔑" name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="تأكيد كلمة المرور" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:TextField label="" placeholder-text="" name="password" value="" language-direction="RTL" password="true" class="textField" style="flex-direction: row-reverse; color: rgb(0, 0, 0); -unity-font-definition: url(&quot;project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2230732570650464555&amp;guid=901fb73b2529c134f9cf372789759383&amp;type=3#NotInter-Regular&quot;); -unity-text-align: upper-right; -unity-text-generator: advanced; justify-content: space-between; align-content: flex-start; white-space: nowrap; text-overflow: clip; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px;">
<ui:Image source="project://database/Assets/Art/export/mail@3x.png?fileID=2800000&amp;guid=0d76662a81af3a7408ca3c2975f08b8f&amp;type=3#mail@3x" tint-color="rgb(158, 158, 158)" style="margin-left: 25px; width: 51px; display: none;"/>
</ui:TextField>
</ui:VisualElement>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px; display: flex;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse; margin-bottom: 20px;">
<ui:Label text="👧👦 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="اختر النوع" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); display: flex; margin-bottom: 0;">
<ui:Button text="" name="Grade" class="row-btn" style="height: 80px; -unity-text-align: middle-right;">
<ui:DropdownField label="" choices="اختر النوع...,ذكر,انثي" index="0" language-direction="RTL" name="Sex" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;">
<ui:Label text="🏫 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="النظام التعليمي" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); display: flex; margin-bottom: 0;">
<ui:Button text="" name="" class="row-btn" style="height: 80px; -unity-text-align: middle-right;">
<ui:DropdownField label="" choices="اختر المدرسة...,مصري عربي,مصري لغات" index="0" language-direction="RTL" name="Curriculum" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;">
<ui:Label text="🎓 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="المرحلة الدراسية" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); display: flex; margin-bottom: 0;">
<ui:Button text="" name="Level" class="row-btn" style="height: 80px; -unity-text-align: middle-right;">
<ui:DropdownField label="" choices="اختر مرحلة...,الصف الأول الإعدادي,الصف الثاني الإعدادي,الصف الثالث الإعدادي,الصف الأول الثانوي,الصف الثاني الثانوي,الصف الثالث الثانوي" index="0" language-direction="RTL" name="Grade" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;">
<ui:Label text="🎓 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/>
<ui:Label text="الفصل الدراسي" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/>
</ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); display: flex; margin-bottom: 0;">
<ui:Button text="" name="Level" class="row-btn" style="height: 80px; -unity-text-align: middle-right;">
<ui:DropdownField label="" choices="اختر فصل دراسي...,الفصل الدراسي الاول,الفصل الدراسي الثاني" index="0" language-direction="RTL" name="Term" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="Home" style="flex-grow: 0; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;">
<ui:VisualElement name="ButtonsParent" style="flex-grow: 0; flex-direction: row; justify-content: space-between; flex-shrink: 0; height: 176px;">
<ui:VisualElement name="RegisterButtonShadow" style="flex-grow: 1; background-color: rgb(128, 183, 171); position: absolute; width: 100%; height: 100%; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; translate: 0% 14px; filter: blur(30); left: 0;"/>
<ui:Button text="تسجيل" name="RegisterButton" language-direction="RTL" style="background-color: rgb(0, 137, 107); border-left-color: rgb(0, 102, 80); border-right-color: rgb(0, 102, 80); border-top-color: rgb(0, 102, 80); border-bottom-color: rgb(0, 102, 80); overflow: hidden; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: row; -unity-font-definition: url(&quot;project://database/Assets/_project/Fonts/TS%20Hakwaty%20Bold.otf?fileID=12800000&amp;guid=62191f6d90aeccb4d896e29b4844ceaf&amp;type=3#TS Hakwaty Bold&quot;); font-size: 65px; color: rgb(255, 255, 255); -unity-text-generator: advanced;">
<ui:VisualElement name="Cir" style="flex-grow: 0; height: 250px; width: 250px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; position: absolute; translate: 112% -96px;">
<ui:VisualElement name="Cir" style="flex-grow: 0; height: 250px; width: 250px; background-color: rgba(255, 255, 255, 0.05); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; position: absolute; translate: 26% 62px;"/>
</ui:VisualElement>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="ButtonText" style="flex-grow: 1; flex-direction: row-reverse; margin-top: 75px; justify-content: center;">
<ui:Label text="لديك حساب بالفعل؟" class="text-bold" style="color: rgb(117, 117, 117); margin-left: 20px; font-size: 35px;"/>
<ui:Button text="تسجيل الدخول" name="OpenLoginPanel" class="loginPage-button-text" style="font-size: 35px;"/>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement template="Template" name="textField" style="margin-bottom: 50px;"> </ui:ScrollView>
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/> </ui:VisualElement>
<ui:VisualElement name="Text" style="flex-grow: 1; flex-direction: row-reverse;"> <ui:VisualElement name="MessagePanel" style="flex-grow: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); position: absolute; display: none; opacity: 0; align-items: center; justify-content: center;">
<ui:Label text="🎓 " name="TextFieldLabel" language-direction="RTL" class="emoji" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 40px; -unity-text-align: middle-right; margin-left: 5px;"/> <ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 7px; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; width: 80%;">
<ui:Label text="الفصل الدراسي" name="TextFieldLabel" language-direction="RTL" class="base-text-light" style="color: rgb(117, 117, 117); margin-bottom: 20px; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;);"/> <ui:Label text="يرجي التسجيل" name="MessageLabel" class="text-bold-black" style="color: rgb(66, 66, 66); align-self: center; font-size: 49px; white-space: pre-wrap;"/>
<ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/>
<ui:VisualElement style="flex-grow: 1; flex-direction: row-reverse;">
<ui:VisualElement name="BackToHome" style="flex-grow: 1; flex-direction: row-reverse; justify-content: space-around; display: none;">
<ui:VisualElement name="Parent" style="width: 250px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: center; display: flex;">
<ui:Button text="تسجيل" name="BackToHomeButton" language-direction="RTL" class="action-btn" style="background-color: rgb(0, 137, 107); color: rgb(255, 255, 255); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-ExtraBold.otf?fileID=12800000&amp;guid=9edc60294a97d7f4e87aee01d4e4d689&amp;type=3#TSHakwaty-ExtraBold&quot;); font-size: 55px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; height: 140px; -unity-text-generator: advanced; display: flex;"/>
</ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; margin-bottom: 0;"> <ui:VisualElement name="Buttons" style="flex-grow: 1; flex-direction: row-reverse; justify-content: space-around;">
<ui:Button text="" name="Level" class="row-btn" style="height: 80px; -unity-text-align: middle-right;"> <ui:VisualElement name="Button" style="width: 250px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: center;">
<ui:DropdownField label="" choices="اختر فصل دراسي...,الفصل الدراسي الاول,الفصل الدراسي الثاني" index="0" language-direction="RTL" name="Term" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; position: absolute; flex-grow: 0; font-size: 35px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(66, 66, 66); -unity-text-align: upper-right; flex-direction: row;"/> <ui:Button text="الغاء" name="CloseMessagePanelButton" language-direction="RTL" class="action-btn" style="background-color: rgb(245, 3, 45); color: rgb(255, 255, 255); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-ExtraBold.otf?fileID=12800000&amp;guid=9edc60294a97d7f4e87aee01d4e4d689&amp;type=3#TSHakwaty-ExtraBold&quot;); font-size: 55px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; height: 140px; -unity-text-generator: advanced;"/>
</ui:Button> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:Button text="" name="Register" class="action-btn">
<ui:Label text="تسجيل " language-direction="RTL" name="RegisterLabel" class="text-bold-black" style="color: rgb(255, 255, 255); font-size: 55px;"/>
</ui:Button>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
</ui:UXML> </ui:UXML>
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False"> <ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/AppUI/NewAppUI/USS/NewStyle.uss?fileID=7433441132597879392&amp;guid=c81297485ce529246b88d7955e887342&amp;type=3#NewStyle"/> <Style src="project://database/Assets/AppUI/NewAppUI/USS/NewStyle.uss?fileID=7433441132597879392&amp;guid=c81297485ce529246b88d7955e887342&amp;type=3"/>
<ui:VisualElement name="Root" style="flex-grow: 1; background-color: rgb(238, 240, 248);"> <ui:VisualElement name="Root" style="flex-grow: 1; background-color: rgb(238, 240, 248); display: flex;">
<ui:VisualElement name="Body" style="flex-grow: 0; width: 300%; flex-direction: row; translate: -33.33% 0; height: 85%; transition-duration: 0.15s; transition-timing-function: ease;"> <ui:VisualElement name="Body" style="flex-grow: 0; width: 300%; flex-direction: row; translate: -33.333% 0; height: 90%; transition-duration: 0.15s; transition-timing-function: ease;">
<ui:VisualElement name="Settings" style="flex-grow: 0; width: 100%;"> <ui:VisualElement name="Settings" style="flex-grow: 0; width: 100%;">
<ui:ScrollView horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden"> <ui:ScrollView horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden">
<ui:VisualElement name="Header" style="flex-grow: 0; height: 500px; background-color: rgb(7, 37, 55); border-bottom-right-radius: 75px; border-bottom-left-radius: 75px; justify-content: center;"> <ui:VisualElement name="Header" style="flex-grow: 0; height: auto; background-color: rgb(48, 48, 208); border-bottom-right-radius: 75px; border-bottom-left-radius: 75px; justify-content: center; margin-top: 0; margin-bottom: 0; padding-top: 75px; padding-bottom: 75px;">
<ui:VisualElement name="PlayerDetails" style="flex-grow: 0; align-items: center; justify-content: flex-end; margin-bottom: 10px;"> <ui:VisualElement name="PlayerDetails" style="flex-grow: 0; align-items: center; justify-content: space-around; margin-bottom: 0;">
<ui:VisualElement name="ProfileImage" style="flex-grow: 0; height: 200px; width: 200px; background-image: none; -unity-background-scale-mode: scale-to-fit; margin-left: 0; background-color: rgb(154, 130, 0); margin-top: 0; margin-right: 0; margin-bottom: 15px; flex-shrink: 0; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%;"> <ui:VisualElement name="ProfileImage" style="flex-grow: 0; height: 300px; width: 200px; background-image: none; -unity-background-scale-mode: scale-to-fit; margin-left: 0; background-color: rgb(154, 130, 0); margin-top: 0; margin-right: 0; margin-bottom: 15px; flex-shrink: 0; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; aspect-ratio: 1;">
<ui:VisualElement name="ProfileImage" style="flex-grow: 1; height: auto; width: initial; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_Character/UserPicture_01_Sample.png?fileID=2800000&amp;guid=358c17b4dd4c0461f8bcaf75f245f54e&amp;type=3#UserPicture_01_Sample&quot;); -unity-background-scale-mode: scale-to-fit; margin-left: 0; background-color: rgb(254, 215, 0); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; margin-top: 0; margin-right: 0; margin-bottom: 0; flex-shrink: 0; border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); border-top-color: rgba(255, 255, 255, 0.5); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; translate: 0% -10px;"> <ui:VisualElement name="ProfileImage" style="flex-grow: 1; height: auto; width: initial; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_Character/UserPicture_01_Sample.png?fileID=2800000&amp;guid=358c17b4dd4c0461f8bcaf75f245f54e&amp;type=3#UserPicture_01_Sample&quot;); -unity-background-scale-mode: scale-to-fit; margin-left: 0; background-color: rgb(254, 215, 0); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; margin-top: 0; margin-right: 0; margin-bottom: 0; flex-shrink: 0; border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); border-top-color: rgba(255, 255, 255, 0.5); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; translate: 0% -10px;">
<ui:Button text="" class="edit-photo"> <ui:Button text="" class="edit-photo" style="width: 80px; height: 80px;">
<ui:Label text="📷" class="emoji" style="font-size: 24px;"/> <ui:Label text="📷" class="emoji" style="font-size: 37px; translate: 0% -4px;"/>
</ui:Button> </ui:Button>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:Label text="عبد الرحمن" name="Username" class="text-bold-black" style="color: rgb(255, 255, 255);"/> <ui:Label text="عبد الرحمن" name="Username" class="text-bold-black" style="color: rgb(255, 255, 255); font-size: 60px;"/>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Contant" class="padding" style="flex-grow: 1;"> <ui:VisualElement name="Contant" class="padding" style="flex-grow: 1;">
<ui:Label text="المعلومات الشخصية" class="text-bold" style="color: rgb(178, 178, 178); -unity-text-align: middle-right; margin-top: 25px; margin-bottom: 25px;"/> <ui:Label text="المعلومات الشخصية" class="text-bold" style="color: rgb(178, 178, 178); -unity-text-align: middle-right; margin-top: 25px; margin-bottom: 25px;"/>
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 7px; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex;"> <ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 7px; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex;">
<ui:VisualElement name="row" style="flex-grow: 1; flex-direction: row-reverse; align-items: center;"> <ui:VisualElement name="row" style="flex-grow: 1; flex-direction: row-reverse; align-items: center; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;">
<ui:VisualElement style="flex-grow: 0; height: 100px; width: 100px; background-color: rgba(48, 48, 208, 0); align-items: center; justify-content: center; margin-right: 0; margin-left: 30px; border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;"> <ui:VisualElement style="flex-grow: 0; height: 100px; width: 100px; background-color: rgba(48, 48, 208, 0); align-items: center; justify-content: center; margin-right: 0; margin-left: 30px; border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;">
<ui:Label text="✏️" name="icon" class="emoji" style="padding-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; font-size: 50px;"/> <ui:Label text="✏️" name="icon" class="emoji" style="padding-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; font-size: 50px;"/>
</ui:VisualElement> </ui:VisualElement>
...@@ -97,29 +97,28 @@ ...@@ -97,29 +97,28 @@
<ui:Label text="&lt;" class="text-bold-black" style="position: absolute; left: 0;"/> <ui:Label text="&lt;" class="text-bold-black" style="position: absolute; left: 0;"/>
</ui:Button> </ui:Button>
<ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/> <ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/>
<ui:Button text="" name="DeleteAccountButton" class="row-btn">
<ui:VisualElement style="flex-grow: 0; height: 100px; width: 100px; background-color: rgba(245, 3, 45, 0.15); align-items: center; justify-content: center; margin-right: 0; margin-left: 30px; border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;">
<ui:Label text="❌" name="icon" class="emoji" style="padding-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; font-size: 50px;"/>
</ui:VisualElement>
<ui:Label text="طلب حذف الحساب" class="text-bold-black" style="color: rgb(66, 66, 66);"/>
<ui:Label text="&lt;" class="text-bold-black" style="position: absolute; left: 0;"/>
</ui:Button>
<ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/>
<ui:VisualElement name="Menu"> <ui:VisualElement name="Menu">
<ui:Button text="" name="LogoutButton" class="action-btn" style="background-color: rgb(245, 3, 45);"> <ui:Button text="" name="LogoutButton" class="action-btn" style="background-color: rgb(245, 3, 45);">
<ui:Label text="تسجيل الخروج" class="text-bold-black" style="color: rgb(255, 255, 255); font-size: 55px;"/> <ui:Label text="تسجيل الخروج" class="text-bold-black" style="color: rgb(255, 255, 255); font-size: 55px;"/>
</ui:Button> </ui:Button>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/>
<ui:VisualElement name="Menu">
<ui:Button text="" name="OpenRemoveAccountPanel" class="action-btn" style="background-color: rgb(245, 3, 45);">
<ui:Label text="حذف الحساب" class="text-bold-black" style="color: rgb(255, 255, 255); font-size: 55px;"/>
</ui:Button>
</ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
</ui:ScrollView> </ui:ScrollView>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Home" style="flex-grow: 0; width: 100%;"> <ui:VisualElement name="Home" style="flex-grow: 0; width: 100%; overflow: hidden;">
<ui:VisualElement name="Header" class="padding" style="flex-grow: 0; height: 18%; background-color: rgb(48, 48, 208); border-bottom-right-radius: 75px; border-bottom-left-radius: 75px; flex-direction: row-reverse; align-items: center;"> <ui:VisualElement name="VFX" picking-mode="Ignore" style="flex-grow: 0; position: absolute; height: 100%; width: 100%; background-image: url(&quot;project://database/Assets/AppUI/NewAppUI/DotFloating.renderTexture?fileID=8400000&amp;guid=038b07559aa3b7c40aa0c6d6f3af26e6&amp;type=2#DotFloating&quot;);"/>
<ui:VisualElement name="ImageParent" style="flex-grow: 0; height: 140px; aspect-ratio: 1; background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; translate: 0% 0;"> <ui:VisualElement name="Header" class="padding" style="flex-grow: 0; height: 18%; background-color: rgb(48, 48, 208); border-bottom-right-radius: 75px; border-bottom-left-radius: 75px; flex-direction: row-reverse; align-items: center; overflow: hidden;">
<ui:VisualElement style="flex-grow: 1; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Preview/071_Play_Type_01.png?fileID=2800000&amp;guid=a63048482b8d74732959d94c54bf15fa&amp;type=3#071_Play_Type_01&quot;); translate: 0% -10px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; border-left-color: rgba(255, 255, 255, 0.7); border-right-color: rgba(255, 255, 255, 0.7); border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px;"/> <ui:VisualElement name="ImageParent" style="flex-grow: 0; height: 165px; aspect-ratio: 1; background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; translate: 0% 0; width: 165px;">
<ui:VisualElement name="Rank" style="flex-grow: 0; height: 50px; width: 50px; background-color: rgb(254, 215, 0); position: absolute; bottom: -10px; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; border-left-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; left: -10px; overflow: hidden; align-items: center; justify-content: center;"> <ui:VisualElement style="flex-grow: 1; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Preview/071_Play_Type_01.png?fileID=2800000&amp;guid=a63048482b8d74732959d94c54bf15fa&amp;type=3#071_Play_Type_01&quot;); translate: 0% -10px; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; border-left-color: rgba(255, 255, 255, 0.7); border-right-color: rgba(255, 255, 255, 0.7); border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px;"/>
<ui:Image source="project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_ItemIcon_(OriginalSize)/itemicon_equipment_weapon_battle.png?fileID=2800000&amp;guid=69bb5c3ad6c164d4eb3ce2646e22eca6&amp;type=3#itemicon_equipment_weapon_battle" scale-mode="ScaleToFit" style="height: 30px; width: 30px;"/> <ui:VisualElement name="Rank" style="flex-grow: 0; height: 65px; width: 65px; background-color: rgb(254, 215, 0); position: absolute; bottom: -10px; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; border-left-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; left: -10px; overflow: hidden; align-items: center; justify-content: center; translate: 16% 0;">
<ui:Image source="project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_ItemIcon_(OriginalSize)/itemicon_equipment_weapon_battle.png?fileID=2800000&amp;guid=69bb5c3ad6c164d4eb3ce2646e22eca6&amp;type=3#itemicon_equipment_weapon_battle" scale-mode="ScaleToFit" style="height: 40px; width: 40px;"/>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Text" style="flex-grow: 0; margin-right: 40px; justify-content: center; align-items: flex-end;"> <ui:VisualElement name="Text" style="flex-grow: 0; margin-right: 40px; justify-content: center; align-items: flex-end;">
...@@ -134,15 +133,19 @@ ...@@ -134,15 +133,19 @@
<ui:Label text="10,000XP" name="XP" class="text-bold-black"/> <ui:Label text="10,000XP" name="XP" class="text-bold-black"/>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Contant" class="padding" style="flex-grow: 1; justify-content: space-between;"> <ui:VisualElement name="Cir" style="flex-grow: 0; position: absolute; height: 400px; width: 400px; background-color: rgba(255, 255, 255, 0.02); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: auto; top: -143px; left: -135px;"/>
<ui:VisualElement name="ADS" style="flex-grow: 0; height: 326px; flex-shrink: 0;"> <ui:VisualElement name="Contant" class="padding" style="flex-grow: 1;">
<ui:VisualElement name="ADS" style="flex-grow: 0; height: 342px; flex-shrink: 1;">
<ui:VisualElement name="Shadow" style="flex-grow: 1; position: absolute; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.33); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; filter: blur(30); translate: 0% 0; visibility: visible;"/>
<ui:ScrollView horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" mode="Horizontal" name="AdsScrollView" style="flex-grow: 1;"> <ui:ScrollView horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" mode="Horizontal" name="AdsScrollView" style="flex-grow: 1;">
<ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Preview/070_Play_Type_01.png?fileID=2800000&amp;guid=83eee3f655e014187ae4b9d2defe0b22&amp;type=3#070_Play_Type_01&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0;"/> <ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/Art/ADS/470214549_461493806972656_2755652850105919883_n.png?fileID=2800000&amp;guid=de38527fb1e833e4db8c97fbbaa4ff6d&amp;type=3#470214549_461493806972656_2755652850105919883_n&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0; -unity-background-scale-mode: stretch-to-fill;"/>
<ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Preview/075_Play_Type_03.png?fileID=2800000&amp;guid=971841ac636ab4e57b20896b47003840&amp;type=3#075_Play_Type_03&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0;"/> <ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/Art/ADS/489692311_557015450765601_7507751220698272092_n.png?fileID=2800000&amp;guid=f997f736bacd98c4aacd8d3750bb5c38&amp;type=3#489692311_557015450765601_7507751220698272092_n&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0;"/>
<ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Preview/077_Play_Boss_Effect.png?fileID=2800000&amp;guid=2cce71b5d0e524230915a6ee43376dca&amp;type=3#077_Play_Boss_Effect&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0;"/> <ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/Art/ADS/548039851_683097468157398_8416714537396642301_n.png?fileID=2800000&amp;guid=d12c9b1a138254946b5d69f86af530d0&amp;type=3#548039851_683097468157398_8416714537396642301_n&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0;"/>
<ui:VisualElement name="ADS" style="flex-grow: 0; background-image: url(&quot;project://database/Assets/Art/ADS/594020113_752672687866542_3779254108232932737_n.png?fileID=2800000&amp;guid=660a767e8b2178c4390e7aab91a500ec&amp;type=3#594020113_752672687866542_3779254108232932737_n&quot;); height: 100%; width: 100%; border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; border-bottom-left-radius: 40px; flex-shrink: 0;"/>
</ui:ScrollView> </ui:ScrollView>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="ButtonsParent" style="flex-grow: 0; margin-top: 75px; flex-direction: row-reverse; justify-content: space-between; margin-bottom: 75px; flex-shrink: 0;"> <ui:VisualElement name="ButtonsParent" style="flex-grow: 0; margin-top: 75px; flex-direction: row-reverse; justify-content: space-between; margin-bottom: 75px; flex-shrink: 0;">
<ui:VisualElement name="ChallengeShadow" style="flex-grow: 1; background-color: rgba(254, 215, 0, 0.75); position: absolute; width: 47%; height: 500px; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; translate: 0% 14px; filter: blur(30);"/>
<ui:Button text="" name="Challenge" style="border-left-color: rgb(204, 172, 0); border-right-color: rgb(204, 172, 0); border-top-color: rgb(204, 172, 0); border-bottom-color: rgb(204, 172, 0); overflow: hidden;"> <ui:Button text="" name="Challenge" style="border-left-color: rgb(204, 172, 0); border-right-color: rgb(204, 172, 0); border-top-color: rgb(204, 172, 0); border-bottom-color: rgb(204, 172, 0); overflow: hidden;">
<ui:VisualElement name="Padding" style="flex-grow: 1; align-items: center; justify-content: center;"> <ui:VisualElement name="Padding" style="flex-grow: 1; align-items: center; justify-content: center;">
<ui:VisualElement name="Cir" style="flex-grow: 0; position: absolute; height: 300px; width: 300px; background-color: rgba(255, 255, 255, 0.25); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: -79px; top: -94px; opacity: 0.5;"> <ui:VisualElement name="Cir" style="flex-grow: 0; position: absolute; height: 300px; width: 300px; background-color: rgba(255, 255, 255, 0.25); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: -79px; top: -94px; opacity: 0.5;">
...@@ -152,12 +155,13 @@ ...@@ -152,12 +155,13 @@
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement style="flex-grow: 0; height: 175px; width: 175px; background-color: rgba(255, 255, 255, 0.75); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; align-items: center; justify-content: center; margin-bottom: 30px;"> <ui:VisualElement style="flex-grow: 0; height: 175px; width: 175px; background-color: rgba(255, 255, 255, 0.75); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; align-items: center; justify-content: center; margin-bottom: 30px;">
<ui:Label text="⚔️" class="emoji" style="font-size: 100px;"/> <ui:Label text="" class="emoji" style="font-size: 100px; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_Icon/Icon_ColorIcon_Trophy02_l.png?fileID=2800000&amp;guid=6e6fe5ff96c174b3c9b6627f1db23232&amp;type=3#Icon_ColorIcon_Trophy02_l&quot;); aspect-ratio: 1; height: 120px; -unity-background-scale-mode: scale-to-fit;"/>
</ui:VisualElement> </ui:VisualElement>
<ui:Label text="التحدي" class="text-bold" style="color: rgb(66, 66, 66); -unity-text-align: middle-center; font-size: 65px; margin-bottom: 10px;"/> <ui:Label text="التحدي" class="text-bold" style="color: rgb(66, 66, 66); -unity-text-align: middle-center; font-size: 65px; margin-bottom: 10px;"/>
<ui:Label text="تنافس واربح!" language-direction="RTL" class="text-bold" style="color: rgb(66, 66, 66); -unity-text-align: middle-center; font-size: 37px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TS%20Hakwaty%20Light.otf?fileID=12800000&amp;guid=aeb653dff1f4d2f4fad340e3cf210c77&amp;type=3#TS Hakwaty Light&quot;);"/> <ui:Label text="تنافس واربح!" language-direction="RTL" class="text-bold" style="color: rgb(66, 66, 66); -unity-text-align: middle-center; font-size: 37px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TS%20Hakwaty%20Light.otf?fileID=12800000&amp;guid=aeb653dff1f4d2f4fad340e3cf210c77&amp;type=3#TS Hakwaty Light&quot;);"/>
</ui:VisualElement> </ui:VisualElement>
</ui:Button> </ui:Button>
<ui:VisualElement name="OpenPracticeButtonShadow" style="flex-grow: 1; background-color: rgb(128, 183, 171); position: absolute; width: 47%; height: 500px; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; translate: 0% 14px; filter: blur(30); left: 0;"/>
<ui:Button text="&#10;" name="OpenPracticeButton" style="background-color: rgb(0, 137, 107); border-left-color: rgb(0, 102, 80); border-right-color: rgb(0, 102, 80); border-top-color: rgb(0, 102, 80); border-bottom-color: rgb(0, 102, 80); overflow: hidden;"> <ui:Button text="&#10;" name="OpenPracticeButton" style="background-color: rgb(0, 137, 107); border-left-color: rgb(0, 102, 80); border-right-color: rgb(0, 102, 80); border-top-color: rgb(0, 102, 80); border-bottom-color: rgb(0, 102, 80); overflow: hidden;">
<ui:VisualElement name="Padding" style="flex-grow: 1; align-items: center; justify-content: center;"> <ui:VisualElement name="Padding" style="flex-grow: 1; align-items: center; justify-content: center;">
<ui:VisualElement name="Cir" style="flex-grow: 0; position: absolute; height: 300px; width: 300px; background-color: rgba(255, 255, 255, 0.25); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: -79px; top: -94px; opacity: 0.5;"> <ui:VisualElement name="Cir" style="flex-grow: 0; position: absolute; height: 300px; width: 300px; background-color: rgba(255, 255, 255, 0.25); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: -79px; top: -94px; opacity: 0.5;">
...@@ -167,22 +171,25 @@ ...@@ -167,22 +171,25 @@
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement style="flex-grow: 0; height: 175px; width: 175px; background-color: rgba(255, 255, 255, 0.75); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; align-items: center; justify-content: center; margin-bottom: 30px;"> <ui:VisualElement style="flex-grow: 0; height: 175px; width: 175px; background-color: rgba(255, 255, 255, 0.75); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; align-items: center; justify-content: center; margin-bottom: 30px;">
<ui:Label text="📚" class="emoji" style="font-size: 100px;"/> <ui:Label text="" class="emoji" style="font-size: 100px; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_ItemIcon_(OriginalSize)/itemicon_document.png?fileID=2800000&amp;guid=3edc330b65e87415d98454ccac65ee4b&amp;type=3#itemicon_document&quot;); aspect-ratio: 1; height: 120px; -unity-background-scale-mode: scale-to-fit;"/>
</ui:VisualElement> </ui:VisualElement>
<ui:Label text="التدريب" class="text-bold" style="color: rgb(255, 255, 255); -unity-text-align: middle-center; font-size: 65px; margin-bottom: 10px;"/> <ui:Label text="التدريب" class="text-bold" style="color: rgb(255, 255, 255); -unity-text-align: middle-center; font-size: 65px; margin-bottom: 10px;"/>
<ui:Label text="تعلم بالتدريب" language-direction="RTL" class="text-bold" style="color: rgb(255, 255, 255); -unity-text-align: middle-center; font-size: 37px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TS%20Hakwaty%20Light.otf?fileID=12800000&amp;guid=aeb653dff1f4d2f4fad340e3cf210c77&amp;type=3#TS Hakwaty Light&quot;);"/> <ui:Label text="تعلم بالتدريب" language-direction="RTL" class="text-bold" style="color: rgb(255, 255, 255); -unity-text-align: middle-center; font-size: 37px; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TS%20Hakwaty%20Light.otf?fileID=12800000&amp;guid=aeb653dff1f4d2f4fad340e3cf210c77&amp;type=3#TS Hakwaty Light&quot;);"/>
</ui:VisualElement> </ui:VisualElement>
</ui:Button> </ui:Button>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Rank" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between;"> <ui:VisualElement name="Rank" style="padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px;">
<ui:VisualElement name="Text" style="flex-grow: 0; flex-direction: row-reverse; margin-bottom: 20px;"> <ui:VisualElement name="RankShadow" class="padding" style="flex-grow: 0; background-color: rgba(67, 67, 67, 0.1); height: 100%; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); position: absolute; width: 100%; translate: 0% 12px; filter: blur(30);"/>
<ui:Label text="⚡" name="Emoji" class="emoji"/> <ui:VisualElement name="Rank" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1);">
<ui:Label text="خبير" name="Rank" class="text-bold-black"/> <ui:VisualElement name="Text" style="flex-grow: 0; flex-direction: row; margin-bottom: 20px;">
<ui:VisualElement name="XP" style="flex-grow: 1;"> <ui:Label text="⚡" name="Emoji" class="emoji" style="font-size: 52px;"/>
<ui:Label text="800 / 1000XP" name="XPRankEnd" class="text-bold-black" style="color: rgb(48, 48, 208);"/> <ui:Label text="Master" name="Rank" class="text-bold-black"/>
<ui:VisualElement name="XP" style="flex-grow: 1;">
<ui:Label text="800 / 1000XP" name="XPRankEnd" class="text-bold-black" style="color: rgb(27, 27, 154); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TS%20Hakwaty%20Light.otf?fileID=12800000&amp;guid=aeb653dff1f4d2f4fad340e3cf210c77&amp;type=3#TS Hakwaty Light&quot;); -unity-text-align: middle-right;"/>
</ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<CustomProgressBar name="NextRankProgressBar" fill-color="rgb(48, 48, 208)" background-color="rgb(232, 232, 244)" max-value="1" value="0.1"/>
</ui:VisualElement> </ui:VisualElement>
<CustomProgressBar name="NextRankProgressBar" fill-color="rgb(48, 48, 208)" background-color="rgb(232, 232, 244)" max-value="1" value="0.1"/>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:ScrollView name="SelectGame" horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" style="height: 100%; width: 100%; flex-grow: 1; position: absolute; background-color: rgb(255, 255, 255); display: none; opacity: 0;"> <ui:ScrollView name="SelectGame" horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" style="height: 100%; width: 100%; flex-grow: 1; position: absolute; background-color: rgb(255, 255, 255); display: none; opacity: 0;">
...@@ -236,6 +243,7 @@ ...@@ -236,6 +243,7 @@
<ui:Button text="ابدأ اللعب" language-direction="RTL" icon-image="project://database/Assets/Art/export/1play_arrow@3x.png?fileID=2800000&amp;guid=6d5826bc619229448bdb7e8358848b85&amp;type=3#1play_arrow@3x" name="PlayButton" class="play-game-button"/> <ui:Button text="ابدأ اللعب" language-direction="RTL" icon-image="project://database/Assets/Art/export/1play_arrow@3x.png?fileID=2800000&amp;guid=6d5826bc619229448bdb7e8358848b85&amp;type=3#1play_arrow@3x" name="PlayButton" class="play-game-button"/>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Cir" style="flex-grow: 0; position: absolute; height: 400px; width: 400px; background-color: rgba(255, 255, 255, 0.02); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; right: auto; top: -309px; left: 40px;"/>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="LeaderBoardRoot" style="flex-grow: 0; width: 100%; height: 100%;"> <ui:VisualElement name="LeaderBoardRoot" style="flex-grow: 0; width: 100%; height: 100%;">
<ui:VisualElement name="Top3" style="height: 847px; margin-bottom: 54px; flex-shrink: 0;"> <ui:VisualElement name="Top3" style="height: 847px; margin-bottom: 54px; flex-shrink: 0;">
...@@ -295,7 +303,7 @@ ...@@ -295,7 +303,7 @@
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:ScrollView name="Leaderboard" horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" style="flex-grow: 0;"> <ui:ScrollView name="Leaderboard" horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" style="flex-grow: 0;">
<ui:VisualElement name="Contant" class="padding" style="flex-grow: 1;"> <ui:VisualElement name="Contant" class="padding" style="flex-grow: 1; padding-top: 75px; padding-right: 75px; padding-bottom: 75px; padding-left: 75px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">
<CustomLeaderboardSlot/> <CustomLeaderboardSlot/>
<CustomLeaderboardSlot is-owner="true"/> <CustomLeaderboardSlot is-owner="true"/>
<CustomLeaderboardSlot/> <CustomLeaderboardSlot/>
...@@ -305,28 +313,61 @@ ...@@ -305,28 +313,61 @@
</ui:ScrollView> </ui:ScrollView>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="Footer" style="flex-grow: 0; height: 15%; background-color: rgb(255, 255, 255); border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-width: 15px; border-left-color: rgba(0, 0, 0, 0.15); border-right-color: rgba(0, 0, 0, 0.15); border-top-color: rgba(0, 0, 0, 0.15); border-bottom-color: rgba(0, 0, 0, 0.15);"> <ui:VisualElement name="FooterShdow" style="flex-grow: 0; position: absolute; width: 100%; bottom: 0; background-color: rgba(0, 0, 0, 0.2); height: 10.3%; border-top-left-radius: 75px; border-top-right-radius: 75px; filter: blur(24.2);"/>
<ui:VisualElement name="ButtonBackground" style="flex-grow: 0; position: absolute; height: 320px; width: 320px; background-color: rgb(254, 220, 32); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; align-self: center; border-top-width: 17px; border-right-width: 17px; border-bottom-width: 17px; border-left-width: 17px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); translate: 0% -8%; transition-duration: 0.1s; visibility: hidden;"/> <ui:VisualElement name="Footer" style="flex-grow: 0; height: 10%; background-color: rgb(255, 255, 255); border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-width: 2px; border-left-color: rgba(0, 0, 0, 0.15); border-right-color: rgba(0, 0, 0, 0.15); border-top-color: rgba(0, 0, 0, 0.15); border-bottom-color: rgba(0, 0, 0, 0.15); display: flex;">
<ui:ToggleButtonGroup label="" name="ToggleButtonGroup" value="100"> <ui:VisualElement name="ButtonBackground" style="flex-grow: 0; position: absolute; height: 100%; width: 320px; background-color: rgb(254, 220, 32); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; align-self: center; border-top-width: 17px; border-right-width: 17px; border-bottom-width: 17px; border-left-width: 17px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); translate: 0% -8%; transition-duration: 0.1s; visibility: hidden; display: flex;"/>
<ui:ToggleButtonGroup label="" name="ToggleButtonGroup" value="010" style="display: flex;">
<ui:Button name="Button"> <ui:Button name="Button">
<ui:VisualElement style="flex-grow: 1; justify-content: center;"> <ui:VisualElement style="flex-grow: 1; justify-content: center; align-items: center;">
<ui:Label text="⚙️" language-direction="RTL" name="Icon" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-text-generator: advanced;"/> <ui:Label text="" language-direction="RTL" name="Icon" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-text-generator: advanced; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_ItemIcon_(OriginalSize)/itemicon_setting.png?fileID=2800000&amp;guid=19dc92e99f50b4124a6de10a707b3082&amp;type=3#itemicon_setting&quot;); height: 100px; width: 100px; aspect-ratio: 1; -unity-background-scale-mode: scale-to-fit;"/>
<ui:Label text="الإعدادات " language-direction="RTL" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced;"/> <ui:Label text="الإعدادات " language-direction="RTL" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(128, 128, 128);"/>
</ui:VisualElement> </ui:VisualElement>
</ui:Button> </ui:Button>
<ui:Button name="Button"> <ui:Button name="Button">
<ui:VisualElement style="flex-grow: 1; justify-content: center; border-top-width: 32px; border-right-width: 32px; border-bottom-width: 32px; border-left-width: 32px;"> <ui:VisualElement style="flex-grow: 1; justify-content: center; border-top-width: 32px; border-right-width: 32px; border-bottom-width: 32px; border-left-width: 32px; align-items: center;">
<ui:Label text="🏠" language-direction="RTL" name="Icon" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-text-generator: advanced;"/> <ui:Label text="" language-direction="RTL" name="Icon" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-text-generator: advanced; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_ItemIcon_(OriginalSize)/itemicon_home.png?fileID=2800000&amp;guid=10ee5d5e55d1b4296ba901f70537cb11&amp;type=3#itemicon_home&quot;); height: 100px; width: 100px; aspect-ratio: 1; -unity-background-scale-mode: scale-to-fit;"/>
<ui:Label text="الرئيسية" language-direction="RTL" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced;"/> <ui:Label text="الرئيسية" language-direction="RTL" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(128, 128, 128);"/>
</ui:VisualElement> </ui:VisualElement>
</ui:Button> </ui:Button>
<ui:Button name="Button"> <ui:Button name="Button">
<ui:VisualElement style="flex-grow: 1; justify-content: center;"> <ui:VisualElement style="flex-grow: 1; justify-content: center; align-items: center;">
<ui:Label text="📊" language-direction="RTL" name="Icon" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-text-generator: advanced;"/> <ui:Label text="" language-direction="RTL" name="Icon" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-text-generator: advanced; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_Icon/IconGroup_MenuIcon02_Ranking.png?fileID=2800000&amp;guid=502113e2dd72c4d7fbc38def4cbc94a2&amp;type=3#IconGroup_MenuIcon02_Ranking&quot;); height: 100px; width: 100px; aspect-ratio: 1; -unity-background-scale-mode: scale-to-fit;"/>
<ui:Label text="المتصدرين" language-direction="RTL" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced;"/> <ui:Label text="المتصدرين" language-direction="RTL" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-DemiBold.otf?fileID=12800000&amp;guid=566b773a07b3d064aa1f4c6ef7b6f6fa&amp;type=3#TSHakwaty-DemiBold&quot;); -unity-text-generator: advanced; color: rgb(128, 128, 128);"/>
</ui:VisualElement> </ui:VisualElement>
</ui:Button> </ui:Button>
</ui:ToggleButtonGroup> </ui:ToggleButtonGroup>
</ui:VisualElement> </ui:VisualElement>
</ui:VisualElement> </ui:VisualElement>
<ui:VisualElement name="RemoveAccountPanel" style="flex-grow: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); position: absolute; display: none; opacity: 0; align-items: center; justify-content: center;">
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 7px; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; width: 80%;">
<ui:Label text="يرجي تأكد حذف الحساب" class="text-bold-black" style="color: rgb(66, 66, 66); align-self: center; font-size: 49px;"/>
<ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/>
<ui:VisualElement name="Buttons" style="flex-grow: 1; flex-direction: row-reverse; justify-content: space-around;">
<ui:VisualElement name="ButtonRight" style="width: 250px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: center;">
<ui:Button text="تأكيد" name="Sure" language-direction="RTL" class="action-btn" style="background-color: rgb(245, 3, 45); color: rgb(255, 255, 255); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-ExtraBold.otf?fileID=12800000&amp;guid=9edc60294a97d7f4e87aee01d4e4d689&amp;type=3#TSHakwaty-ExtraBold&quot;); font-size: 55px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; height: 140px; -unity-text-generator: advanced;"/>
</ui:VisualElement>
<ui:VisualElement name="ButtonRight" style="width: 250px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: center;">
<ui:Button text="الغاء" name="CloseRemoveAccountPanel" language-direction="RTL" class="action-btn" style="background-color: rgb(0, 137, 107); color: rgb(255, 255, 255); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-ExtraBold.otf?fileID=12800000&amp;guid=9edc60294a97d7f4e87aee01d4e4d689&amp;type=3#TSHakwaty-ExtraBold&quot;); font-size: 55px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; height: 140px; -unity-text-generator: advanced;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="MessagePanel" style="flex-grow: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); position: absolute; display: none; opacity: 0; align-items: center; justify-content: center;">
<ui:VisualElement name="Menu" class="padding" style="flex-grow: 0; background-color: rgb(255, 255, 255); height: auto; flex-shrink: 10; border-top-width: 0; border-right-width: 0; border-bottom-width: 7px; border-left-width: 0; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; justify-content: space-between; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25); display: flex; width: 80%;">
<ui:Label text="يرجي التسجيل" name="MessageLabel" class="text-bold-black" style="color: rgb(66, 66, 66); align-self: center; font-size: 49px; white-space: pre-wrap;"/>
<ui:VisualElement name="Line" style="flex-grow: 0; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 2px; margin-top: 25px; margin-bottom: 25px;"/>
<ui:VisualElement style="flex-grow: 1; flex-direction: row-reverse;">
<ui:VisualElement name="BackToHome" style="flex-grow: 1; flex-direction: row-reverse; justify-content: space-around; display: none;">
<ui:VisualElement name="Parent" style="width: 250px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: center; display: flex;">
<ui:Button text="تسجيل" name="BackToHomeButton" language-direction="RTL" class="action-btn" style="background-color: rgb(0, 137, 107); color: rgb(255, 255, 255); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-ExtraBold.otf?fileID=12800000&amp;guid=9edc60294a97d7f4e87aee01d4e4d689&amp;type=3#TSHakwaty-ExtraBold&quot;); font-size: 55px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; height: 140px; -unity-text-generator: advanced; display: flex;"/>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="Buttons" style="flex-grow: 1; flex-direction: row-reverse; justify-content: space-around;">
<ui:VisualElement name="Button" style="width: 250px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; justify-content: center;">
<ui:Button text="الغاء" name="CloseMessagePanelButton" language-direction="RTL" class="action-btn" style="background-color: rgb(245, 3, 45); color: rgb(255, 255, 255); -unity-font-definition: url(&quot;project://database/Assets/ALArcade/Hakwaty%20Font/TSHakwaty-ExtraBold.otf?fileID=12800000&amp;guid=9edc60294a97d7f4e87aee01d4e4d689&amp;type=3#TSHakwaty-ExtraBold&quot;); font-size: 55px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; height: 140px; -unity-text-generator: advanced;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML> </ui:UXML>
...@@ -119,6 +119,50 @@ NavMeshSettings: ...@@ -119,6 +119,50 @@ NavMeshSettings:
debug: debug:
m_Flags: 0 m_Flags: 0
m_NavMeshData: {fileID: 0} m_NavMeshData: {fileID: 0}
--- !u!1 &189829160
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 189829162}
- component: {fileID: 189829161}
m_Layer: 0
m_Name: GameObject
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &189829161
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 189829160}
m_Enabled: 0
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 15318eff4103b8c45bc1e43b387203c1, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::FPSDisplay
--- !u!4 &189829162
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 189829160}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -0, y: -0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &284121875 --- !u!1 &284121875
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -757,3 +801,4 @@ SceneRoots: ...@@ -757,3 +801,4 @@ SceneRoots:
- {fileID: 1239670922} - {fileID: 1239670922}
- {fileID: 284121876} - {fileID: 284121876}
- {fileID: 877571986} - {fileID: 877571986}
- {fileID: 189829162}
...@@ -149,6 +149,7 @@ Transform: ...@@ -149,6 +149,7 @@ Transform:
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: m_Children:
- {fileID: 545920730} - {fileID: 545920730}
- {fileID: 1311728068}
m_Father: {fileID: 1628372281} m_Father: {fileID: 1628372281}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &545920729 --- !u!1 &545920729
...@@ -394,7 +395,7 @@ GameObject: ...@@ -394,7 +395,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 0
--- !u!114 &1093642341 --- !u!114 &1093642341
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -423,6 +424,51 @@ Transform: ...@@ -423,6 +424,51 @@ Transform:
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1311728067
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1311728068}
- component: {fileID: 1311728069}
m_Layer: 0
m_Name: _showUIMessage
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1311728068
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1311728067}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 334107210}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1311728069
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1311728067}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 42d332574029f664b90d64379d0bea9b, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::ShowUIMessage
UIDocument: {fileID: 1971829438}
--- !u!1 &1536960804 --- !u!1 &1536960804
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
......
...@@ -119,6 +119,340 @@ NavMeshSettings: ...@@ -119,6 +119,340 @@ NavMeshSettings:
debug: debug:
m_Flags: 0 m_Flags: 0
m_NavMeshData: {fileID: 0} m_NavMeshData: {fileID: 0}
--- !u!1 &107187484
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 107187485}
m_Layer: 0
m_Name: '------ VFX ------ '
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &107187485
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 107187484}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 111992662}
m_Father: {fileID: 2035341440}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &111992661
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 107187485}
m_Modifications:
- target: {fileID: 3062164300472580502, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_RenderingLayerMask
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3062164300472580502, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: 'm_Materials.Array.data[0]'
value:
objectReference: {fileID: 2100000, guid: 8d3be7b74902ce24aa88220e750fe81d, type: 2}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ShapeModule.type
value: 5
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: NoiseModule.enabled
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: NoiseModule.frequency
value: 0.0001
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ShapeModule.m_Scale.x
value: 10
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ShapeModule.m_Scale.y
value: 10
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ShapeModule.m_Scale.z
value: 10
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: NoiseModule.strength.scalar
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ShapeModule.radiusThickness
value: 1.0000
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: InitialModule.startSize.scalar
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: NoiseModule.scrollSpeed.scalar
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: InitialModule.startSpeed.scalar
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: InitialModule.startLifetime.scalar
value: 2
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: InitialModule.startColor.maxColor.b
value: 0.92941177
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: InitialModule.startColor.maxColor.g
value: 0.8666667
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: InitialModule.startColor.maxColor.r
value: 0.84705883
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.atime1
value: 3855
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.atime2
value: 60331
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.atime4
value: 65535
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.ctime1
value: 4241
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.ctime2
value: 59367
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.ctime3
value: 65535
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key0.b
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key0.g
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key0.r
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key1.b
value: 0.92941177
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key1.g
value: 0.8666667
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key1.r
value: 0.84705883
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key2.b
value: 0.92941177
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key2.g
value: 0.8666667
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key2.r
value: 0.84705883
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key3.b
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key3.g
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key3.r
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.key4.a
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorModule.gradient.maxGradient.m_ColorSpace
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.atime1
value: 3855
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.atime2
value: 60331
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.atime3
value: 65535
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.atime4
value: 65535
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.ctime1
value: 4241
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.ctime2
value: 59367
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.ctime3
value: 65535
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key0.a
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key1.b
value: 0.92941177
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key1.g
value: 0.8666667
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key1.r
value: 0.84705883
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key2.a
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key2.b
value: 0.92941177
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key2.g
value: 0.8666667
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key2.r
value: 0.84705883
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key3.b
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key3.g
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key3.r
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.key4.a
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.m_ColorSpace
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.m_NumAlphaKeys
value: 4
objectReference: {fileID: 0}
- target: {fileID: 5575199186091687107, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: ColorBySpeedModule.gradient.maxGradient.m_NumColorKeys
value: 4
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015466945648444578, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_Name
value: DotFloating
objectReference: {fileID: 0}
- target: {fileID: 8015466945648444578, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
propertyPath: m_Layer
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
--- !u!4 &111992662 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 6955428004947038011, guid: 6b616f783aad2ab4a81fd452786f2041, type: 3}
m_PrefabInstance: {fileID: 111992661}
m_PrefabAsset: {fileID: 0}
--- !u!1 &652396693 --- !u!1 &652396693
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -321,6 +655,134 @@ MonoBehaviour: ...@@ -321,6 +655,134 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: Assembly-CSharp::MainmenuAnimation m_EditorClassIdentifier: Assembly-CSharp::MainmenuAnimation
mainMenu: {fileID: 1455761156} mainMenu: {fileID: 1455761156}
--- !u!1 &1052780136
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1052780137}
- component: {fileID: 1052780140}
- component: {fileID: 1052780138}
m_Layer: 0
m_Name: VFX
m_TagString: MainCamera
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1052780137
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1052780136}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2035341440}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1052780138
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1052780136}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
m_Name:
m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Runtime::UnityEngine.Rendering.Universal.UniversalAdditionalCameraData
m_RenderShadows: 1
m_RequiresDepthTextureOption: 2
m_RequiresOpaqueTextureOption: 2
m_CameraType: 0
m_Cameras: []
m_RendererIndex: -1
m_VolumeLayerMask:
serializedVersion: 2
m_Bits: 1
m_VolumeTrigger: {fileID: 0}
m_VolumeFrameworkUpdateModeOption: 2
m_RenderPostProcessing: 0
m_Antialiasing: 0
m_AntialiasingQuality: 2
m_StopNaN: 0
m_Dithering: 0
m_ClearDepth: 1
m_AllowXRRendering: 1
m_AllowHDROutput: 1
m_UseScreenCoordOverride: 0
m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0}
m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0}
m_RequiresDepthTexture: 0
m_RequiresColorTexture: 0
m_TaaSettings:
m_Quality: 3
m_FrameInfluence: 0.1
m_JitterScale: 1
m_MipBias: 0
m_VarianceClampScale: 0.9
m_ContrastAdaptiveSharpening: 0
m_Version: 2
--- !u!20 &1052780140
Camera:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1052780136}
m_Enabled: 1
serializedVersion: 2
m_ClearFlags: 2
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_projectionMatrixMode: 1
m_GateFitMode: 2
m_FOVAxisMode: 0
m_Iso: 200
m_ShutterSpeed: 0.005
m_Aperture: 16
m_FocusDistance: 10
m_FocalLength: 50
m_BladeCount: 5
m_Curvature: {x: 2, y: 11}
m_BarrelClipping: 0.25
m_Anamorphism: 0
m_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
near clip plane: 0.3
far clip plane: 1000
field of view: 60
orthographic: 0
orthographic size: 5
m_Depth: -1
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_RenderingPath: -1
m_TargetTexture: {fileID: 8400000, guid: 038b07559aa3b7c40aa0c6d6f3af26e6, type: 2}
m_TargetDisplay: 0
m_TargetEye: 3
m_HDR: 1
m_AllowMSAA: 1
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 1
m_StereoConvergence: 10
m_StereoSeparation: 0.022
--- !u!1 &1154832526 --- !u!1 &1154832526
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -670,7 +1132,7 @@ Camera: ...@@ -670,7 +1132,7 @@ Camera:
m_Depth: -1 m_Depth: -1
m_CullingMask: m_CullingMask:
serializedVersion: 2 serializedVersion: 2
m_Bits: 4294967295 m_Bits: 55
m_RenderingPath: -1 m_RenderingPath: -1
m_TargetTexture: {fileID: 0} m_TargetTexture: {fileID: 0}
m_TargetDisplay: 0 m_TargetDisplay: 0
...@@ -759,8 +1221,10 @@ Transform: ...@@ -759,8 +1221,10 @@ Transform:
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: m_Children:
- {fileID: 1604374381} - {fileID: 1604374381}
- {fileID: 1052780137}
- {fileID: 652396694} - {fileID: 652396694}
- {fileID: 659928731} - {fileID: 659928731}
- {fileID: 107187485}
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1660057539 &9223372036854775807 --- !u!1660057539 &9223372036854775807
......
...@@ -73,6 +73,10 @@ ...@@ -73,6 +73,10 @@
padding-left: 0; padding-left: 0;
width: 100%; width: 100%;
overflow: visible; overflow: visible;
justify-content: center;
align-self: center;
align-content: center;
align-items: center;
} }
#Footer #unity-toggle-button-group__container { #Footer #unity-toggle-button-group__container {
...@@ -80,6 +84,9 @@ ...@@ -80,6 +84,9 @@
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: visible; overflow: visible;
align-self: center;
justify-content: center;
align-content: center;
} }
#Footer Button { #Footer Button {
...@@ -102,6 +109,7 @@ ...@@ -102,6 +109,7 @@
transition-duration: 0.15s; transition-duration: 0.15s;
scale: 0.8 0.8 0.8; scale: 0.8 0.8 0.8;
filter: grayscale(1); filter: grayscale(1);
transition-timing-function: ease-out-back;
} }
#Footer Button:selected { #Footer Button:selected {
...@@ -115,12 +123,12 @@ ...@@ -115,12 +123,12 @@
} }
#Footer Button Label { #Footer Button Label {
font-size: 50px; font-size: 38px;
color: rgb(128, 128, 128); color: rgb(128, 128, 128);
} }
#Footer Button #Icon { #Footer Button #Icon {
font-size: 120px; font-size: 75px;
-unity-font-definition: url("project://database/Assets/AppUI/NewAppUI/Segoe%20UI%20Emoji%20Regular.ttf?fileID=12800000&guid=e4a35873663d3d34ebd9c92e51dbbe46&type=3#Segoe UI Emoji Regular"); -unity-font-definition: url("project://database/Assets/AppUI/NewAppUI/Segoe%20UI%20Emoji%20Regular.ttf?fileID=12800000&guid=e4a35873663d3d34ebd9c92e51dbbe46&type=3#Segoe UI Emoji Regular");
} }
...@@ -131,7 +139,7 @@ ...@@ -131,7 +139,7 @@
padding-left: 75px; padding-left: 75px;
} }
#Body #Home #Contant #ButtonsParent Button { #Home #ButtonsParent Button {
margin-top: 0; margin-top: 0;
margin-right: 0; margin-right: 0;
margin-bottom: 0; margin-bottom: 0;
...@@ -154,10 +162,11 @@ ...@@ -154,10 +162,11 @@
transition-duration: 0.05s; transition-duration: 0.05s;
} }
#Body #Home #Contant #ButtonsParent Button:active { #Home #ButtonsParent Button:active {
border-bottom-width: 5px; border-bottom-width: 5px;
translate: 0% 10px; translate: 0% 10px;
transition-duration: 0.1s; transition-duration: 0.1s;
transition-timing-function: ease;
} }
#Body #Home #Rank #CustomProgressBar #Text { #Body #Home #Rank #CustomProgressBar #Text {
...@@ -487,3 +496,43 @@ ...@@ -487,3 +496,43 @@
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
#Name #unity-text-input {
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
#SelectGame #unity-content-and-vertical-scroll-container {
flex-grow: 0;
height: auto;
}
.loginPage-button-text {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
background-color: rgba(17, 12, 12, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
color: rgb(48, 48, 208);
-unity-font-definition: url("project://database/Assets/_project/Fonts/TS%20Hakwaty%20Bold.otf?fileID=12800000&guid=62191f6d90aeccb4d896e29b4844ceaf&type=3#TS Hakwaty Bold");
-unity-text-generator: advanced;
font-size: 50px;
}
.loginPage-button-text:active {
opacity: 0.75;
}
using System;
using UnityEngine; using UnityEngine;
using UnityEngine.UIElements; using UnityEngine.UIElements;
...@@ -5,16 +6,115 @@ public class LoginPageAnimation : MonoBehaviour ...@@ -5,16 +6,115 @@ public class LoginPageAnimation : MonoBehaviour
{ {
[SerializeField] UIDocument loginPage; [SerializeField] UIDocument loginPage;
VisualElement ContantPanel;
Button guestModeButton;
void Start() void Start()
{ {
ContantPanel = loginPage.rootVisualElement.Q<VisualElement>("ContantPanel"); PlayerPrefs.SetInt("IsGuest", 0);
ContantPanel.schedule.Execute(() => if (Application.internetReachability == NetworkReachability.NotReachable)
{ {
ContantPanel.style.translate = new StyleTranslate(new Translate(0, 0)); ShowUIMessage.Instance.ShowMessage("يرجي الأتصال بالإنترنت وأعد المحاولة",true);
}).StartingIn(200); return;
}
HanleSwitchPanel();
HandleGuestMode();
HandleLogin();
HandleRegister();
}
private void HanleSwitchPanel()
{
Button openRegisterPanel = loginPage.rootVisualElement.Q<Button>("OpenRegisterPanel");
Button openLoginPanel = loginPage.rootVisualElement.Q<Button>("OpenLoginPanel");
guestModeButton = loginPage.rootVisualElement.Q<Button>("GuestModeButton");
VisualElement ParentPanel = loginPage.rootVisualElement.Q<VisualElement>("Root");
openRegisterPanel.clicked += () =>
{
ParentPanel.style.translate = new StyleTranslate(new Translate(new Length(-50,LengthUnit.Percent), 0));
HideInput(true);
};
guestModeButton.clicked += () =>
{
ParentPanel.style.translate = new StyleTranslate(new Translate(new Length(-50, LengthUnit.Percent), 0));
HideInput(false);
};
openLoginPanel.clicked += () => {
ParentPanel.style.translate = new StyleTranslate(new Translate(0, 0));
PlayerPrefs.SetInt("IsGuest", 0);
};
}
private void HandleLogin()
{
Button loginButton = loginPage.rootVisualElement.Q<Button>("LoginButton");
loginButton.clicked += () =>
{
loginButton.SetEnabled(false);
loginButton.text = "جاري الدخول...";
ShowUIMessage.Instance.ShowMessage("هذه الميزة غير متاحة حاليا", false);
// code For Login
};
}
private void HandleRegister()
{
Button registerButton = loginPage.rootVisualElement.Q<Button>("RegisterButton");
registerButton.clicked += () =>
{
registerButton.SetEnabled(false);
registerButton.text = "جاري التسجيل...";
if(PlayerPrefs.GetInt("IsGuest") == 0)
{
// code for register
}
else
{
// code for Guest
}
};
}
private void HandleGuestMode()
{
guestModeButton.clicked += () =>
{
PlayerPrefs.SetInt("IsGuest", 1);
// code for Guest Mode
};
}
void HideInput(bool status)
{
Debug.Log(status);
VisualElement Email = loginPage.rootVisualElement.Q<ScrollView>("Register").Q<VisualElement>("Email");
VisualElement Password = loginPage.rootVisualElement.Q<ScrollView>("Register").Q<VisualElement>("Password");
VisualElement RePassword = loginPage.rootVisualElement.Q<ScrollView>("Register").Q<VisualElement>("RePassword");
Email.style.display = status ? DisplayStyle.Flex : DisplayStyle.None;
Password.style.display = status ? DisplayStyle.Flex : DisplayStyle.None;
RePassword.style.display = status ? DisplayStyle.Flex : DisplayStyle.None;
} }
} }
using System; using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine; using UnityEngine;
using UnityEngine.SceneManagement; using UnityEngine.SceneManagement;
using UnityEngine.UIElements; using UnityEngine.UIElements;
...@@ -10,7 +9,6 @@ public class MainmenuAnimation : MonoBehaviour ...@@ -10,7 +9,6 @@ public class MainmenuAnimation : MonoBehaviour
ToggleButtonGroup _footerToggleButtonGroup; ToggleButtonGroup _footerToggleButtonGroup;
VisualElement _bodyPanel; VisualElement _bodyPanel;
VisualElement menuPanel;
void Start() void Start()
{ {
...@@ -23,7 +21,7 @@ public class MainmenuAnimation : MonoBehaviour ...@@ -23,7 +21,7 @@ public class MainmenuAnimation : MonoBehaviour
HandleADS(); HandleADS();
//HandleNotifications(); HandleRemoveAccount();
} }
List<VisualElement> ADS = new(); List<VisualElement> ADS = new();
...@@ -198,44 +196,52 @@ public class MainmenuAnimation : MonoBehaviour ...@@ -198,44 +196,52 @@ public class MainmenuAnimation : MonoBehaviour
Application.OpenURL("https://sciencestreetlab.com/sciencestreet-challge-app-terms-services/"); Application.OpenURL("https://sciencestreetlab.com/sciencestreet-challge-app-terms-services/");
}; };
Button deleteAccount = mainMenu.rootVisualElement.Q<Button>("DeleteAccountButton");
deleteAccount.clicked += () =>
{
Application.OpenURL("https://sciencestreetlab.com/sciencestreet-challenge-delete-account/");
};
} }
#endregion #endregion
#region Notifications #region RemoveAccount
private void HandleNotifications() private void HandleRemoveAccount()
{ {
VisualElement notificationsPanel = mainMenu.rootVisualElement.Q<VisualElement>("NotificationsPanel"); VisualElement removeAccountPanel = mainMenu.rootVisualElement.Q<VisualElement>("RemoveAccountPanel");
Button openNotificationsButton = mainMenu.rootVisualElement.Q<Button>("OpenNotificationsButton"); Button openRemoveAccountPanel = mainMenu.rootVisualElement.Q<Button>("OpenRemoveAccountPanel");
Button closeNotificationsButton = mainMenu.rootVisualElement.Q<Button>("CloseNotificationsButton"); Button closeRemoveAccountPanel = mainMenu.rootVisualElement.Q<Button>("CloseRemoveAccountPanel");
openNotificationsButton.clicked += () => openRemoveAccountPanel.clicked += () =>
{ {
notificationsPanel.style.display = DisplayStyle.Flex; removeAccountPanel.style.display = DisplayStyle.Flex;
notificationsPanel.experimental.animation.Start(0, 1, 200, (v, t) => removeAccountPanel.experimental.animation.Start(0, 1, 200, (v, t) =>
{ {
notificationsPanel.style.opacity = t; removeAccountPanel.style.opacity = t;
}); });
}; };
closeNotificationsButton.clicked += () => closeRemoveAccountPanel.clicked += () =>
{ {
notificationsPanel.experimental.animation.Start(1, 0, 200, (v, t) => removeAccountPanel.experimental.animation.Start(1, 0, 200, (v, t) =>
{ {
notificationsPanel.style.opacity = t; removeAccountPanel.style.opacity = t;
}).OnCompleted(() => }).OnCompleted(() =>
{ {
notificationsPanel.style.display = DisplayStyle.None; removeAccountPanel.style.display = DisplayStyle.None;
}); });
}; };
Button removeAccount = removeAccountPanel.Q<Button>("Sure");
removeAccount.clicked += () => Remove(closeRemoveAccountPanel, removeAccount);
} }
#endregion #endregion
private void Remove(Button closeRemoveAccountPanel, Button removeAccount)
{
closeRemoveAccountPanel.SetEnabled(false);
removeAccount.SetEnabled(false);
removeAccount.text = "جاري...";
}
} }
using System;
using UnityEngine;
using UnityEngine.UIElements;
public class ShowUIMessage : MonoBehaviour
{
public static ShowUIMessage Instance { get; private set; }
[SerializeField] UIDocument UIDocument;
VisualElement messagePanel;
Label messageLabel;
Button closeMessagePanelButton;
VisualElement backToHomeParent;
Button backToHomeButton;
private void Awake()
{
if(Instance == null)
{
Instance = this;
}
else
{
Destroy(this);
}
}
void Start()
{
messagePanel = UIDocument.rootVisualElement.Q<VisualElement>("MessagePanel");
messageLabel = messagePanel.Q <Label>("MessageLabel");
closeMessagePanelButton = messagePanel.Q<Button>("CloseMessagePanelButton");
backToHomeParent = messagePanel.Q<VisualElement>("BackToHome");
backToHomeButton = messagePanel.Q<Button>("BackToHomeButton");
closeMessagePanelButton.clicked += () =>
{
messagePanel.experimental.animation.Start(1, 0, 200, (v, t) =>
{
messagePanel.style.opacity = t;
}).OnCompleted(() =>
{
messagePanel.style.display = DisplayStyle.None;
});
};
}
public void ShowMessage(string message,bool ShowBackButton)
{
messagePanel.style.display = DisplayStyle.Flex;
messagePanel.experimental.animation.Start(0, 1, 200, (v, t) =>
{
messagePanel.style.opacity = t;
});
messageLabel.text = message;
backToHomeParent.style.display = ShowBackButton ? DisplayStyle.Flex : DisplayStyle.None;
backToHomeButton.clicked += BackToHome;
}
private void BackToHome()
{
Debug.Log("Back To Home");
}
}
fileFormatVersion: 2
guid: 42d332574029f664b90d64379d0bea9b
\ No newline at end of file
fileFormatVersion: 2
guid: 309605c5324eb484d986b6b1292a0c92
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: de38527fb1e833e4db8c97fbbaa4ff6d
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: f997f736bacd98c4aacd8d3750bb5c38
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: d12c9b1a138254946b5d69f86af530d0
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 660a767e8b2178c4390e7aab91a500ec
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-4360171925705036856
MonoBehaviour:
m_ObjectHideFlags: 11
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: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: M_sprite 2
m_Shader: {fileID: 10720, guid: 0000000000000000f000000000000000, type: 0}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords:
- _ALPHATEST_ON
m_LightmapFlags: 0
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: 47edf6b2073a99a4d90fe2957b263012, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BlendOp: 0
- _BumpScale: 1
- _CameraFadingEnabled: 0
- _CameraFarFadeDistance: 2
- _CameraNearFadeDistance: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _ColorMode: 0
- _Cull: 2
- _Cutoff: 0.343
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DistortionBlend: 0.5
- _DistortionEnabled: 0
- _DistortionStrength: 1
- _DistortionStrengthScaled: 0
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EmissionEnabled: 0
- _EnvironmentReflections: 1
- _FlipbookMode: 0
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _LightingEnabled: 0
- _Metallic: 0
- _Mode: 1
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _SmoothnessTextureChannel: 0
- _SoftParticlesEnabled: 0
- _SoftParticlesFarFadeDistance: 1
- _SoftParticlesNearFadeDistance: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0}
- _Color: {r: 0.8069525, g: 0.8307701, b: 0.9646866, a: 1}
- _ColorAddSubDiff: {r: 1, g: 0, b: 0, a: 0}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
fileFormatVersion: 2
guid: 8d3be7b74902ce24aa88220e750fe81d
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
...@@ -152,3 +152,4 @@ Material: ...@@ -152,3 +152,4 @@ Material:
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0} - _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: [] m_BuildTextureStacks: []
m_AllowLocking: 1
...@@ -1410,10 +1410,10 @@ RectTransform: ...@@ -1410,10 +1410,10 @@ RectTransform:
m_Children: [] m_Children: []
m_Father: {fileID: 1868296225662172060} m_Father: {fileID: 1868296225662172060}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 22.572838, y: -25.96685} m_AnchoredPosition: {x: 22.572838, y: 0}
m_SizeDelta: {x: 0, y: 51.9337} m_SizeDelta: {x: 51.9337, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5599785267463442964 --- !u!222 &5599785267463442964
CanvasRenderer: CanvasRenderer:
...@@ -1852,10 +1852,10 @@ RectTransform: ...@@ -1852,10 +1852,10 @@ RectTransform:
m_Children: [] m_Children: []
m_Father: {fileID: 1868296225662172060} m_Father: {fileID: 1868296225662172060}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 267.15555, y: -25.96685} m_AnchoredPosition: {x: 267.15555, y: 0}
m_SizeDelta: {x: 0, y: 51.9337} m_SizeDelta: {x: 51.9337, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5340325998096306428 --- !u!222 &5340325998096306428
CanvasRenderer: CanvasRenderer:
...@@ -2871,10 +2871,10 @@ RectTransform: ...@@ -2871,10 +2871,10 @@ RectTransform:
m_Children: [] m_Children: []
m_Father: {fileID: 1868296225662172060} m_Father: {fileID: 1868296225662172060}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 206.00986, y: -25.96685} m_AnchoredPosition: {x: 206.00986, y: 0}
m_SizeDelta: {x: 0, y: 51.9337} m_SizeDelta: {x: 51.9337, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4280031676036218401 --- !u!222 &4280031676036218401
CanvasRenderer: CanvasRenderer:
...@@ -3232,10 +3232,10 @@ RectTransform: ...@@ -3232,10 +3232,10 @@ RectTransform:
m_Children: [] m_Children: []
m_Father: {fileID: 1868296225662172060} m_Father: {fileID: 1868296225662172060}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 144.8642, y: -25.96685} m_AnchoredPosition: {x: 144.8642, y: 0}
m_SizeDelta: {x: 0, y: 51.9337} m_SizeDelta: {x: 51.9337, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3352223824432655738 --- !u!222 &3352223824432655738
CanvasRenderer: CanvasRenderer:
...@@ -3509,10 +3509,10 @@ RectTransform: ...@@ -3509,10 +3509,10 @@ RectTransform:
m_Children: [] m_Children: []
m_Father: {fileID: 1868296225662172060} m_Father: {fileID: 1868296225662172060}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 83.71851, y: -25.96685} m_AnchoredPosition: {x: 83.71851, y: 0}
m_SizeDelta: {x: 0, y: 51.9337} m_SizeDelta: {x: 51.9337, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2582842219960060486 --- !u!222 &2582842219960060486
CanvasRenderer: CanvasRenderer:
......
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False"> <ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/> <Style src="project://database/Assets/AppUI/UIToolkit/USS/Style.uss?fileID=7433441132597879392&amp;guid=f90ac983f14f5f043a3437b2c294db62&amp;type=3#Style"/>
<ui:Button text="" name="Player" class="menu-button" style="margin-top: 40px;"> <ui:Button text="" name="Player" class="menu-button" style="margin-top: 40px; margin-right: 75px; margin-left: 75px;">
<ui:VisualElement name="Padding" class="padding" style="flex-grow: 1; flex-direction: row-reverse; align-items: center; background-color: rgb(255, 255, 255); padding-top: 25px; padding-bottom: 25px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; border-top-width: 0; border-right-width: 0; border-bottom-width: 10px; border-left-width: 0; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);"> <ui:VisualElement name="Padding" class="padding" style="flex-grow: 1; flex-direction: row-reverse; align-items: center; background-color: rgb(255, 255, 255); padding-top: 25px; padding-bottom: 25px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; border-top-width: 0; border-right-width: 0; border-bottom-width: 10px; border-left-width: 0; border-left-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);">
<ui:Label text="1" name="IndexLabel" class="base-text-bold" style="color: rgb(158, 158, 158); font-size: 34px; margin-left: 5px; width: 60px;"/> <ui:Label text="1" name="IndexLabel" class="base-text-bold" style="color: rgb(158, 158, 158); font-size: 34px; margin-left: 5px; width: 60px;"/>
<ui:VisualElement name="PlayerImage" style="flex-grow: 0; height: 125px; width: 125px; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_Character/UserPicture_01_Sample.png?fileID=2800000&amp;guid=358c17b4dd4c0461f8bcaf75f245f54e&amp;type=3#UserPicture_01_Sample&quot;); -unity-background-scale-mode: scale-to-fit; margin-left: 35px; background-color: rgb(209, 209, 209); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%;"/> <ui:VisualElement name="PlayerImage" style="flex-grow: 0; height: 125px; width: 125px; background-image: url(&quot;project://database/Assets/GUI%20PRO%20Kit%20-%20Simple%20Casual/Sprite/Demo/Demo_Character/UserPicture_01_Sample.png?fileID=2800000&amp;guid=358c17b4dd4c0461f8bcaf75f245f54e&amp;type=3#UserPicture_01_Sample&quot;); -unity-background-scale-mode: scale-to-fit; margin-left: 35px; background-color: rgb(209, 209, 209); border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%;"/>
......
...@@ -124,6 +124,7 @@ namespace com.al_arcade.mcq ...@@ -124,6 +124,7 @@ namespace com.al_arcade.mcq
private void Start() private void Start()
{ {
Application.targetFrameRate = 60;
Instance = this; Instance = this;
if (arabicFont != null) SSFontManager.Font = arabicFont; if (arabicFont != null) SSFontManager.Font = arabicFont;
StartCoroutine(BuildEverything()); StartCoroutine(BuildEverything());
......
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
background-color: rgba(0.4156863, 0.372549, 0.9607844, 1); background-color: rgba(0.4156863, 0.372549, 0.9607844, 1);
border-bottom-right-radius: 25px; border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px; border-bottom-left-radius: 25px;
width: 400px;
translate: -15% 0;
} }
.unity-base-dropdown .unity-base-dropdown__container-outer{ .unity-base-dropdown .unity-base-dropdown__container-outer{
border-top-width: 0; border-top-width: 0;
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
%TAG !u! tag:unity3d.com,2011: %TAG !u! tag:unity3d.com,2011:
--- !u!78 &1 --- !u!78 &1
TagManager: TagManager:
serializedVersion: 2 serializedVersion: 3
tags: [] tags: []
layers: layers:
- Default - Default
- TransparentFX - TransparentFX
- Ignore Raycast - Ignore Raycast
- - VFX
- Water - Water
- UI - UI
- -
...@@ -50,27 +50,3 @@ TagManager: ...@@ -50,27 +50,3 @@ TagManager:
- Light Layer 5 - Light Layer 5
- Light Layer 6 - Light Layer 6
- Light Layer 7 - Light Layer 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment