Skip to content

Commit

Permalink
- swingOffset of GhostBalloon changed to 70
Browse files Browse the repository at this point in the history
- riseDuration changed to [20000,40000]
  • Loading branch information
BanaantjeJowie committed Oct 21, 2024
1 parent 79919bd commit aa7d8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/balloons/ghost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
};
}
Expand Down

0 comments on commit aa7d8a9

Please sign in to comment.