From ab03e3227846cdab4ce4c4894763957ae3ceb6b5 Mon Sep 17 00:00:00 2001 From: walkpan Date: Sat, 1 Nov 2025 12:15:45 +0800 Subject: [PATCH] =?UTF-8?q?docs(Main.ts):=20=E6=9B=B4=E6=96=B0ECS=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=88=9D=E5=A7=8B=E5=8C=96=E6=B3=A8=E9=87=8A=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/Main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/Main.ts b/assets/script/Main.ts index 0ab6001f..cd08f52b 100644 --- a/assets/script/Main.ts +++ b/assets/script/Main.ts @@ -30,7 +30,7 @@ export class Main extends Root { } protected async initEcsSystem() { - // oops.ecs.add(new EcsPositionSystem()); + // oops.ecs.add(new EcsPositionSystem()); 手动控制用,没有特殊 ,只需要使用 @ecs.register('SMoveSystem') 装饰器注册就可以了 } } \ No newline at end of file