forked from noxious/client
shut up TS
This commit is contained in:
@ -34,7 +34,7 @@ console.log(layer);
|
|||||||
|
|
||||||
const tilemapLayer: Ref<TilemapLayer|undefined> = refObj();
|
const tilemapLayer: Ref<TilemapLayer|undefined> = refObj();
|
||||||
|
|
||||||
const data = [
|
const data: any = [
|
||||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
|
[ 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 ],
|
||||||
[ 0, 1, 1, 1, 1, 1, 1, 1, 1, 0 ],
|
[ 0, 1, 1, 1, 1, 1, 1, 1, 1, 0 ],
|
||||||
|
Reference in New Issue
Block a user