summaryrefslogtreecommitdiff
path: root/src/engine/components/GridSpawn.ts
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:51:22 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:51:22 -0700
commit42838864af3503f85cabc5dbd73b98a64d20cded (patch)
tree48dd75f0b9fcdc1fb8ec6db5ac2bec0a36b9afe7 /src/engine/components/GridSpawn.ts
parentce403459fa82025bd969d1938ed4034a10c2e751 (diff)
downloadthe-abstraction-engine-42838864af3503f85cabc5dbd73b98a64d20cded.tar.gz
the-abstraction-engine-42838864af3503f85cabc5dbd73b98a64d20cded.zip
prettier
Diffstat (limited to 'src/engine/components/GridSpawn.ts')
-rw-r--r--src/engine/components/GridSpawn.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/components/GridSpawn.ts b/src/engine/components/GridSpawn.ts
index d2ec898..e0fa250 100644
--- a/src/engine/components/GridSpawn.ts
+++ b/src/engine/components/GridSpawn.ts
@@ -10,7 +10,7 @@ export class GridSpawn extends Component {
constructor(
spawnsLeft: number,
spawner: () => Entity,
- direction = Direction.NONE,
+ direction = Direction.NONE
) {
super(ComponentNames.GridSpawn);