diff --git a/.idea/.idea.HALLUCINATE/.idea/workspace.xml b/.idea/.idea.HALLUCINATE/.idea/workspace.xml
index 3b732394..c2743ba5 100644
--- a/.idea/.idea.HALLUCINATE/.idea/workspace.xml
+++ b/.idea/.idea.HALLUCINATE/.idea/workspace.xml
@@ -8,9 +8,8 @@
-
-
+
@@ -142,7 +141,7 @@
-
+
diff --git a/Assets/Scripts/UI/LobbyController.cs b/Assets/Scripts/UI/LobbyController.cs
index 01d8eb66..da425f9b 100644
--- a/Assets/Scripts/UI/LobbyController.cs
+++ b/Assets/Scripts/UI/LobbyController.cs
@@ -7,6 +7,10 @@ namespace UI
{
private VisualElement _joinView;
private VisualElement _createView;
+
+ private float _lastInteractionTime;
+ private bool _isCreateMode = false;
+ private const float AutoReturnDelay = 5f;
private void OnEnable()
{
@@ -22,19 +26,50 @@ namespace UI
// Create confirm -> Lounge
root.Q