feat: 完善 Screen System 屏幕面板系统功能
Made-with: Cursor
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using AibisDream.Framework;
|
||||
using AibisDream.Utility;
|
||||
using DG.Tweening;
|
||||
using Febucci.UI;
|
||||
using Febucci.UI.Core;
|
||||
using TMPro;
|
||||
@@ -86,11 +85,6 @@ namespace AibisDream.FixSystem
|
||||
ShowTitle(string.Empty);
|
||||
}
|
||||
|
||||
public void ShowTaskPanel()
|
||||
{
|
||||
TaskScreen.transform.DOLocalMoveX(-7.12f, 1f);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public void RunLine(LineSyncToken token)
|
||||
|
||||
Reference in New Issue
Block a user