Compare commits

..

1 Commits

Author SHA1 Message Date
AncTe
df13b759c4
Merge 58f40d762d into 820dc5bf4c 2025-09-08 14:55:43 +00:00
2 changed files with 1 additions and 3 deletions

View File

@ -310,7 +310,7 @@ export class CanvasCacheItem implements ICanvasCacheItem {
constructor( constructor(
public readonly canvas: MotaOffscreenCanvas2D, public readonly canvas: MotaOffscreenCanvas2D,
public readonly symbol: number, public readonly symbol: number,
public readonly element: RenderItem<any> public readonly element: RenderItem
) {} ) {}
destroy(): void { destroy(): void {

View File

@ -656,8 +656,6 @@ async function buildGame() {
`--> ${v.fileName} ${formatSize(v.byteLength)} | ${v.content.length} 个资源\r\n` `--> ${v.fileName} ${formatSize(v.byteLength)} | ${v.content.length} 个资源\r\n`
); );
}); });
process.stdout.write(`游戏已经输出至 dist 文件夹\r\n`);
process.stdout.write(`游戏已压缩至 dist.zip 压缩文件\r\n`);
} }
// Execute // Execute