From 9cfebecde255fae75ac63f4fba237bb5178f809c Mon Sep 17 00:00:00 2001 From: Hanusiak Piotr Date: Tue, 8 Feb 2022 13:32:02 +0100 Subject: [PATCH] parallaxx and parallaxy made optional --- front/src/Phaser/Map/ITiledMap.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/Phaser/Map/ITiledMap.ts b/front/src/Phaser/Map/ITiledMap.ts index 22a8ef86..d962648c 100644 --- a/front/src/Phaser/Map/ITiledMap.ts +++ b/front/src/Phaser/Map/ITiledMap.ts @@ -78,8 +78,8 @@ export interface ITiledMapTileLayer { width: number; x: number; y: number; - parallaxx: number; - parallaxy: number; + parallaxx?: number; + parallaxy?: number; /** * Draw order (topdown (default), index)