diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-11 16:35:51 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-11 16:35:51 -0600 |
commit | de4f3fd2fe45478ffabc84f055592e11b119d0a4 (patch) | |
tree | ad2ce3b3e646d2d6bfbccb4b9c8962196a0ea8fe /src/engine/components/GridSpawn.ts | |
parent | 32879581e53fae5e684c24b44433172d8375d69e (diff) | |
download | the-abstraction-engine-de4f3fd2fe45478ffabc84f055592e11b119d0a4.tar.gz the-abstraction-engine-de4f3fd2fe45478ffabc84f055592e11b119d0a4.zip |
prettier, fix assets and css
Diffstat (limited to 'src/engine/components/GridSpawn.ts')
-rw-r--r-- | src/engine/components/GridSpawn.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/components/GridSpawn.ts b/src/engine/components/GridSpawn.ts index e0fa250..d2ec898 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); |