diff options
Diffstat (limited to 'client/player')
-rw-r--r-- | client/player/character/character.gd | 3 | ||||
-rw-r--r-- | client/player/character/headwear/cat_ears.gd | 3 | ||||
-rw-r--r-- | client/player/chat_bubble.gd | 3 | ||||
-rw-r--r-- | client/player/controllable_player.gd | 4 | ||||
-rw-r--r-- | client/player/follow_camera.gd | 5 | ||||
-rw-r--r-- | client/player/item_bubble.gd | 2 | ||||
-rw-r--r-- | client/player/marker/interact_marker.gdshader | 3 | ||||
-rw-r--r-- | client/player/marker/marker.gd | 4 | ||||
-rw-r--r-- | client/player/mirror.gd | 2 | ||||
-rw-r--r-- | client/player/onscreen_controls/controls.gd | 2 | ||||
-rw-r--r-- | client/player/onscreen_controls/virtual_joystick.gd | 2 | ||||
-rw-r--r-- | client/player/particles/effect.gd | 3 | ||||
-rw-r--r-- | client/player/player.gd | 4 |
13 files changed, 13 insertions, 27 deletions
diff --git a/client/player/character/character.gd b/client/player/character/character.gd index 9cf63d33..c6401965 100644 --- a/client/player/character/character.gd +++ b/client/player/character/character.gd @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 tpart -# Copyright 2024, 2025 nokoe +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/character/headwear/cat_ears.gd b/client/player/character/headwear/cat_ears.gd index 19273243..e5911005 100644 --- a/client/player/character/headwear/cat_ears.gd +++ b/client/player/character/headwear/cat_ears.gd @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2025 nokoe -# Copyright 2025 tpart +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/chat_bubble.gd b/client/player/chat_bubble.gd index dd0682f7..cb4fac61 100644 --- a/client/player/chat_bubble.gd +++ b/client/player/chat_bubble.gd @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# Copyright 2024 tpart +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/controllable_player.gd b/client/player/controllable_player.gd index d329aeea..04899716 100644 --- a/client/player/controllable_player.gd +++ b/client/player/controllable_player.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin -# Copyright 2025 tpart -# Copyright 2024 nokoe +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/follow_camera.gd b/client/player/follow_camera.gd index cdfe5438..7ca674e0 100644 --- a/client/player/follow_camera.gd +++ b/client/player/follow_camera.gd @@ -1,8 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# Copyright 2024 tpart -# Copyright 2024 metamuffin -# Copyright 2024 BigBrotherNii +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/item_bubble.gd b/client/player/item_bubble.gd index 9c18bfbb..4c6636cd 100644 --- a/client/player/item_bubble.gd +++ b/client/player/item_bubble.gd @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/marker/interact_marker.gdshader b/client/player/marker/interact_marker.gdshader index 1c910566..a85147ca 100644 --- a/client/player/marker/interact_marker.gdshader +++ b/client/player/marker/interact_marker.gdshader @@ -1,7 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2025 tpart - Copyright 2024 nokoe + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/marker/marker.gd b/client/player/marker/marker.gd index 7cbd9d4f..31c99e2d 100644 --- a/client/player/marker/marker.gd +++ b/client/player/marker/marker.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2025 tpart -# Copyright 2024 metamuffin -# Copyright 2024 nokoe +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/mirror.gd b/client/player/mirror.gd index bd8c5f8b..6ef2b483 100644 --- a/client/player/mirror.gd +++ b/client/player/mirror.gd @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/onscreen_controls/controls.gd b/client/player/onscreen_controls/controls.gd index df60d1fd..16c10beb 100644 --- a/client/player/onscreen_controls/controls.gd +++ b/client/player/onscreen_controls/controls.gd @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 tpart +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/onscreen_controls/virtual_joystick.gd b/client/player/onscreen_controls/virtual_joystick.gd index 4d3675b6..cb16a435 100644 --- a/client/player/onscreen_controls/virtual_joystick.gd +++ b/client/player/onscreen_controls/virtual_joystick.gd @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 tpart +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/particles/effect.gd b/client/player/particles/effect.gd index 00c95441..7f0f6e19 100644 --- a/client/player/particles/effect.gd +++ b/client/player/particles/effect.gd @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 tpart -# Copyright 2024 nokoe +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/player.gd b/client/player/player.gd index 8121bb90..8b9a8e5e 100644 --- a/client/player/player.gd +++ b/client/player/player.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# Copyright 2024 metamuffin -# Copyright 2024 tpart +# Copyright (C) 2025 Hurry Curry! contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by |