From 81fa8079774fedb323818b6904dd354348e17a08 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Fri, 16 Feb 2024 16:21:06 -0600 Subject: [PATCH] docs: fix typo on TileMapOptions --- src/engine/TileMap/TileMap.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/TileMap/TileMap.ts b/src/engine/TileMap/TileMap.ts index 3852b5760..e72d4e688 100644 --- a/src/engine/TileMap/TileMap.ts +++ b/src/engine/TileMap/TileMap.ts @@ -21,11 +21,11 @@ import { DebugConfig } from '../Debug'; export interface TileMapOptions { /** - * Optionally name the isometric tile map + * Optionally name the tile map */ name?: string; /** - * Optionally specify the position of the isometric tile map + * Optionally specify the position of the tile map */ pos?: Vector; /**