Skip to content

Commit

Permalink
Add golden balloon documentation #139
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Jul 11, 2024
1 parent 97e2130 commit 08b306e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/balloons/gold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Gold

Just like the [default balloon](./default.md), but :sparkles: golden :sparkles:.

```mermaid
classDiagram
direction LR
class Balloon { <<Abstract>> }
click Balloon href "#abstract-balloon-class" "Abstract balloon class"
class Gold {
+spawn_chance: number$
+<< get >>name: string
+<< get >>options: BalloonOptions
}
Gold --|> Balloon
```

Has a custom image resource in [`/resources/balloons/gold/balloon.svg`](/resources/balloons/gold/balloon.svg).

![Gold balloon](/resources/balloons/gold/balloon.svg)

0 comments on commit 08b306e

Please sign in to comment.