From 0d53358f63c2000b315969bd2ceb3c8847b91f68 Mon Sep 17 00:00:00 2001 From: xmanrui <841206367@qq.com> Date: Sun, 1 Mar 2026 11:34:06 +0800 Subject: [PATCH] feat(pixel-office): increase logo-carry bug crew to 8 --- lib/pixel-office/bugs/bugSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pixel-office/bugs/bugSystem.ts b/lib/pixel-office/bugs/bugSystem.ts index 7fce99c..90f93e4 100644 --- a/lib/pixel-office/bugs/bugSystem.ts +++ b/lib/pixel-office/bugs/bugSystem.ts @@ -124,7 +124,7 @@ const LEG_SPECS: Array<{ anchorX: number; anchorY: number; restX: number; restY: { anchorX: 0.0, anchorY: 0.78, restX: 0.0, restY: 6.9, side: 1, group: 0 }, // right mid { anchorX: -1.1, anchorY: 0.78, restX: -4.7, restY: 5.9, side: 1, group: 1 }, // right back ] -const LOGO_CARRY_FIXED_COUNT = 6 +const LOGO_CARRY_FIXED_COUNT = 8 export class BugSystem { private bugs: BugEntity[] = []