升级项目框架,移除大部分无用的物理和tween系统

This commit is contained in:
YHH
2025-06-07 20:32:43 +08:00
parent 00cc3a11c6
commit 2e38284d6e
181 changed files with 11964 additions and 43305 deletions

8
source/src/ECS/index.ts Normal file
View File

@@ -0,0 +1,8 @@
// Core目录已删除直接导出核心类
export { Entity } from './Entity';
export { Component } from './Component';
export { Transform } from './Transform';
export { CoreEvents } from './CoreEvents';
export * from './Systems';
export * from './Utils';
export { Scene } from './Scene';