diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-24 01:48:31 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-24 01:48:31 +0200 |
| commit | 4c51bd75579b148ba94f5a87aa8bd8ff19569705 (patch) | |
| tree | d3a115da3f8475a5067cc7a2e3132ad9d49ac5e3 /client/menu | |
| parent | 493285c5a1e922ea069404d4415fd9417e142a07 (diff) | |
| download | hurrycurry-4c51bd75579b148ba94f5a87aa8bd8ff19569705.tar hurrycurry-4c51bd75579b148ba94f5a87aa8bd8ff19569705.tar.bz2 hurrycurry-4c51bd75579b148ba94f5a87aa8bd8ff19569705.tar.zst | |
nothing
Diffstat (limited to 'client/menu')
| -rw-r--r-- | client/menu/character_menu.gd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/menu/character_menu.gd b/client/menu/character_menu.gd index 46852f23..3949b5c0 100644 --- a/client/menu/character_menu.gd +++ b/client/menu/character_menu.gd @@ -1,3 +1,18 @@ +# Undercooked - a game about cooking +# Copyright 2024 metamuffin +# +# 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 +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# extends Control func _on_back_pressed(): |