diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:58:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:58:10 +0200 |
commit | 93221433e704e1c98cc84c55caefddb85c2d5717 (patch) | |
tree | 85633a7c55404695b8ede927883d29bfa377dfcf /client | |
parent | 44a431aca295af333ede40eeed8115ed15bed222 (diff) | |
download | hurrycurry-93221433e704e1c98cc84c55caefddb85c2d5717.tar hurrycurry-93221433e704e1c98cc84c55caefddb85c2d5717.tar.bz2 hurrycurry-93221433e704e1c98cc84c55caefddb85c2d5717.tar.zst |
a
Diffstat (limited to 'client')
-rw-r--r-- | client/scripts/map.gd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/scripts/map.gd b/client/scripts/map.gd index abbd4c92..b5e519a6 100644 --- a/client/scripts/map.gd +++ b/client/scripts/map.gd @@ -1,5 +1,3 @@ -<<<<<<< HEAD -======= # Undercooked - a game about cooking # Copyright 2024 nokoe # Copyright 2024 tpart @@ -18,7 +16,6 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # @tool ->>>>>>> c974879 ([skip-notice] Insert license notice EVERYWHERE!!) class_name Map extends Node3D |