Skip to content

Commit

Permalink
docs: fix typo on TileMapOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Feb 16, 2024
1 parent c0228ac commit 81fa807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/TileMap/TileMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 81fa807

Please sign in to comment.