升级项目框架,移除大部分无用的物理和tween系统
This commit is contained in:
6
source/src/Utils/index.ts
Normal file
6
source/src/Utils/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// 工具类导出
|
||||
export * from './Extensions';
|
||||
export * from './Pool';
|
||||
export * from './PerformanceMonitor';
|
||||
export { Screen } from './Screen';
|
||||
export { Time } from './Time';
|
||||
Reference in New Issue
Block a user