修改游戏底层矩阵相关

This commit is contained in:
2025-10-26 14:38:53 +08:00
parent dc0213dc16
commit 88f039348a
50 changed files with 1983 additions and 362 deletions

View File

@@ -3,6 +3,8 @@
void SquirrelManager::Init()
{
SDL_Log("开始初始化sqr管理器!");
// 系统函数
RegisterSystem();
// UI函数
RegisterUI();
// 基础对象
@@ -11,4 +13,6 @@ void SquirrelManager::Init()
RegisterActiveObject();
// 角色对象
RegisterCharacterObject();
//资产
RegisterAsset();
}