TEngine 6

This commit is contained in:
Alex-Rachel
2025-03-07 23:09:46 +08:00
parent aad8ff3ee5
commit 551727687f
1988 changed files with 46223 additions and 94880 deletions

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: ef88305cf33b40c4abb95b6f6c0b632a
timeCreated: 1741272372

View File

@@ -0,0 +1,12 @@
using System.Collections;
using UnityEngine;
using TMPro;
using UnityEngine.UI;
namespace GameLogic
{
[Window(UILayer.Bottom, fullScreen: true)]
class BattleMainUI : UIWindow
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7732574955f8c1c4a90f8f1610853321
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 757413612c6b420b8da76dcaf86e50f9
timeCreated: 1741271008

View File

@@ -0,0 +1,13 @@
using UnityEngine.UI;
using TEngine;
using Log = TEngine.Log;
namespace GameLogic
{
[Window(UILayer.UI)]
class LoginUI : UIWindow
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 0c5b8cbc255542c8b3b0c19b1f8f0804
timeCreated: 1729498406