From aa7d8a962d238615cd12d74589770bd76590a6a8 Mon Sep 17 00:00:00 2001 From: BanaantjeJowie Date: Mon, 21 Oct 2024 09:41:11 +0200 Subject: [PATCH] - swingOffset of GhostBalloon changed to 70 - riseDuration changed to [20000,40000] --- src/balloons/ghost.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/balloons/ghost.ts b/src/balloons/ghost.ts index db004dd..7e740f6 100644 --- a/src/balloons/ghost.ts +++ b/src/balloons/ghost.ts @@ -16,9 +16,9 @@ export default class Ghost extends Default { return { ...super.options, imageUrl: 'balloon.svg', - riseDuration: [15000, 20000], + riseDuration: [20000, 40000], swingDuration: [3, 4], - swingOffset: 25, + swingOffset: 70, fadeSpeed: [2000, 3000], }; }