From ea5a3c7466d52fae2802a8a2846ae9563ed261a1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 May 2024 18:45:23 +0200 Subject: [PATCH] shut up TS --- src/components/World.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/World.vue b/src/components/World.vue index c32b509..78f476a 100644 --- a/src/components/World.vue +++ b/src/components/World.vue @@ -34,7 +34,7 @@ console.log(layer); const tilemapLayer: Ref = refObj(); -const data = [ +const data: any = [ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 1, 1, 1, 1, 1, 1, 1, 0 ], [ 0, 1, 1, 1, 1, 1, 1, 1, 1, 0 ],