From c01289d4c42e4fc24399401e45042a474feb8620 Mon Sep 17 00:00:00 2001 From: nokoe Date: Sat, 13 Dec 2025 20:57:51 +0100 Subject: items in crate as tile variant --- client/map/items/lettuce_crate.gd | 21 --------------------- client/map/items/lettuce_crate.gd.uid | 1 - 2 files changed, 22 deletions(-) delete mode 100644 client/map/items/lettuce_crate.gd delete mode 100644 client/map/items/lettuce_crate.gd.uid (limited to 'client/map/items') diff --git a/client/map/items/lettuce_crate.gd b/client/map/items/lettuce_crate.gd deleted file mode 100644 index 2a0ff5a5..00000000 --- a/client/map/items/lettuce_crate.gd +++ /dev/null @@ -1,21 +0,0 @@ -# Hurry Curry! - a game about cooking -# 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 -# 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 . -# -class_name LettuceCrate -extends Crate - -func _init(ctx: TileFactory.TileCC): - super(ctx) - base.add_child(load("res://map/tiles/lettuce_crate.tscn").instantiate()) diff --git a/client/map/items/lettuce_crate.gd.uid b/client/map/items/lettuce_crate.gd.uid deleted file mode 100644 index d206a1e3..00000000 --- a/client/map/items/lettuce_crate.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://b3oxc5pyij02s -- cgit v1.3