Files

14 lines
762 B
Plaintext
Raw Permalink Normal View History

2025-09-17 16:53:57 +02:00
[gd_resource type="Resource" script_class="ItemRepository" load_steps=4 format=3 uid="uid://d284vxftxhym0"]
2025-09-10 15:06:49 +02:00
2025-09-17 15:07:17 +02:00
[ext_resource type="Resource" uid="uid://d1uuxp1lp4aro" path="res://resources/items/tomato_seed.tres" id="1_67bbe"]
2025-09-10 15:06:49 +02:00
[ext_resource type="Script" uid="uid://oafmfqkdqewd" path="res://scripts/CSharp/Common/Inventory/ItemRepository.cs" id="1_ew4x0"]
2025-09-17 16:53:57 +02:00
[ext_resource type="Resource" uid="uid://duq7tshxv6uhp" path="res://resources/items/beet_seed.tres" id="2_67bbe"]
2025-09-10 15:06:49 +02:00
[resource]
script = ExtResource("1_ew4x0")
2025-09-17 15:07:17 +02:00
itemInventoryRepository = Dictionary[Object, String]({
2025-09-17 16:53:57 +02:00
ExtResource("1_67bbe"): "res://prefabs/farm/plants/tomato_plant.tscn",
ExtResource("2_67bbe"): "res://prefabs/farm/plants/beet_plant.tscn"
2025-09-17 15:07:17 +02:00
})
2025-09-10 15:06:49 +02:00
metadata/_custom_type_script = "uid://oafmfqkdqewd"