diff options
| author | nokoe <nokoe@mailbox.org> | 2025-12-13 20:57:51 +0100 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-12-13 20:57:51 +0100 |
| commit | c01289d4c42e4fc24399401e45042a474feb8620 (patch) | |
| tree | 1b1a108f3ad0f4769f56ed8110b8e0c36f822009 /client/map/items | |
| parent | 5db2fe76d9032b1915bea9643f5df8cbacd35408 (diff) | |
| download | hurrycurry-c01289d4c42e4fc24399401e45042a474feb8620.tar hurrycurry-c01289d4c42e4fc24399401e45042a474feb8620.tar.bz2 hurrycurry-c01289d4c42e4fc24399401e45042a474feb8620.tar.zst | |
items in crate as tile variant
Diffstat (limited to 'client/map/items')
| -rw-r--r-- | client/map/items/lettuce_crate.gd | 21 | ||||
| -rw-r--r-- | client/map/items/lettuce_crate.gd.uid | 1 |
2 files changed, 0 insertions, 22 deletions
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 <https://www.gnu.org/licenses/>. -# -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 |