diff options
-rw-r--r-- | client/menu/credits.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/menu/credits.gd b/client/menu/credits.gd index 030ccd06..c82fbc60 100644 --- a/client/menu/credits.gd +++ b/client/menu/credits.gd @@ -25,6 +25,8 @@ var credits := [ [tr("Models"), [ ["kenney.nl", "Various Models", cc0], ["Kay Lousberg", "Kitchen tiles", cc0], + ["Poly by Google", "Strawberry", cc_by_3], + ["Poly by Google", "Fish", cc_by_3] ]], [tr("Sounds"), [ ["Dryoma", "Footstep sounds", cc_by_4], |