diff options
Diffstat (limited to 'client/gui/menus/main/about.gd')
| -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], |