diff options
| author | tpart <tpart120@proton.me> | 2025-10-11 13:36:47 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-10-11 13:36:47 +0200 |
| commit | 491c48131b3afe0a1a0a8aa041e2ebe6c758bce5 (patch) | |
| tree | 1b7ffbd7ce106cd4d5f596991914826b250dac9f /client/gui | |
| parent | e68a9eb5e9e15372313f9017be4a2d58fb690bfc (diff) | |
| download | hurrycurry-491c48131b3afe0a1a0a8aa041e2ebe6c758bce5.tar hurrycurry-491c48131b3afe0a1a0a8aa041e2ebe6c758bce5.tar.bz2 hurrycurry-491c48131b3afe0a1a0a8aa041e2ebe6c758bce5.tar.zst | |
Add donut (#393)
Diffstat (limited to 'client/gui')
| -rw-r--r-- | client/gui/menus/main/about.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/gui/menus/main/about.gd b/client/gui/menus/main/about.gd index d706c36c..68ff7561 100644 --- a/client/gui/menus/main/about.gd +++ b/client/gui/menus/main/about.gd @@ -72,7 +72,8 @@ var credits := [ ["Poly by Google", "Strawberry", cc_by_3], ["Poly by Google", "Fish", cc_by_3], ["Poly by Google", "Rolling pin", cc_by_3], - ["jeremy", "Propeller hat", cc_by_3] + ["jeremy", "Propeller hat", cc_by_3], + ["jeremy", "Donut", cc_by_3] ]], [tr("c.credits.sounds"), [ ["Dryoma", "Footstep sounds", cc_by_4], |