This commit is contained in:
platane
2023-09-23 19:57:32 +02:00
committed by Platane
parent 8eddcbdbea
commit 743771147d
12 changed files with 705 additions and 527 deletions

View File

@@ -66,7 +66,7 @@ export const drawWorld = (
};
export const drawLerpWorld = (
ctx: CanvasRenderingContext2D,
ctx: CanvasRenderingContext2D | CanvasRenderingContext2D,
grid: Grid,
cells: Point[] | null,
snake0: Snake,