diff options
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/about.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/about.gd b/client/menu/about.gd index f04ef39e..91244b1e 100644 --- a/client/menu/about.gd +++ b/client/menu/about.gd @@ -44,7 +44,8 @@ var credits := [ ["kenney.nl", "Various Models", cc0], ["Kay Lousberg", "Kitchen tiles", cc0], ["Poly by Google", "Strawberry", cc_by_3], - ["Poly by Google", "Fish", cc_by_3] + ["Poly by Google", "Fish", cc_by_3], + ["jeremy", "Propeller hat", cc_by_3] ]], [tr("c.credits.sounds"), [ ["Dryoma", "Footstep sounds", cc_by_4], |