Skip to content

Commit

Permalink
Merge pull request #253 from SimonStnn/feature/default-balloon-svg
Browse files Browse the repository at this point in the history
Default balloon svg
  • Loading branch information
SimonStnn authored Jul 8, 2024
2 parents 28505bd + 288b0b4 commit a079c75
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions resources/balloons/default/balloon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/balloons/default/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/balloons/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class Default extends Balloon {
public get options(): BalloonOptions {
return {
dir_name: this.name,
imageUrl: this.originalPath('/icon.png'),
imageUrl: this.originalPath('/balloon.svg'),
popSoundUrl: this.originalPath('/pop.mp3'),
size: [50, 75],
riseDurationThreshold: [10000, 15000],
Expand Down

0 comments on commit a079c75

Please sign in to comment.