mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-09-24 08:31:47 +08:00
Compare commits
1 Commits
fdee669343
...
df13b759c4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
df13b759c4 |
@ -310,7 +310,7 @@ export class CanvasCacheItem implements ICanvasCacheItem {
|
||||
constructor(
|
||||
public readonly canvas: MotaOffscreenCanvas2D,
|
||||
public readonly symbol: number,
|
||||
public readonly element: RenderItem<any>
|
||||
public readonly element: RenderItem
|
||||
) {}
|
||||
|
||||
destroy(): void {
|
||||
|
@ -656,8 +656,6 @@ async function buildGame() {
|
||||
`--> ${v.fileName} ${formatSize(v.byteLength)} | ${v.content.length} 个资源\r\n`
|
||||
);
|
||||
});
|
||||
process.stdout.write(`游戏已经输出至 dist 文件夹\r\n`);
|
||||
process.stdout.write(`游戏已压缩至 dist.zip 压缩文件\r\n`);
|
||||
}
|
||||
|
||||
// Execute
|
||||
|
Loading…
Reference in New Issue
Block a user