This commit is contained in:
CortexCore
2025-03-05 22:28:38 +08:00
parent 268c24de0d
commit e846296fca
56 changed files with 449323 additions and 573736 deletions

View File

@@ -5,6 +5,7 @@ using System.Linq;
using System.Threading;
using BITKit.UX;
using Cysharp.Threading.Tasks;
using Net.Project.B.UX;
using Project.B.Entities;
using Project.B.Map;
using UnityEngine;
@@ -13,10 +14,9 @@ using YooAsset;
namespace Net.Like.Xue.Tokyo.UX
{
public class UXMenu : UIToolKitPanel
public class UXMenu : UIToolKitPanel,IUXLobby
{
private readonly IGameMapService _gameMapService;
protected override string DocumentPath => "ux_menu";
public override bool AllowInput => false;
public override bool AllowCursor => true;
@@ -42,7 +42,7 @@ namespace Net.Like.Xue.Tokyo.UX
{
UXUtils.Inject(this);
_playButton.clicked += UXService.Entry<UXLevel>;
_playButton.clicked += UXService.Entry<IUXMapSelector>;
}
public override void Dispose()