Added beetroot as growable plant
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="ItemRepository" load_steps=3 format=3 uid="uid://d284vxftxhym0"]
|
||||
[gd_resource type="Resource" script_class="ItemRepository" load_steps=4 format=3 uid="uid://d284vxftxhym0"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://d1uuxp1lp4aro" path="res://resources/items/tomato_seed.tres" id="1_67bbe"]
|
||||
[ext_resource type="Script" uid="uid://oafmfqkdqewd" path="res://scripts/CSharp/Common/Inventory/ItemRepository.cs" id="1_ew4x0"]
|
||||
[ext_resource type="Resource" uid="uid://duq7tshxv6uhp" path="res://resources/items/beet_seed.tres" id="2_67bbe"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ew4x0")
|
||||
itemInventoryRepository = Dictionary[Object, String]({
|
||||
ExtResource("1_67bbe"): "res://prefabs/farm/tomato_plant.tscn"
|
||||
ExtResource("1_67bbe"): "res://prefabs/farm/plants/tomato_plant.tscn",
|
||||
ExtResource("2_67bbe"): "res://prefabs/farm/plants/beet_plant.tscn"
|
||||
})
|
||||
metadata/_custom_type_script = "uid://oafmfqkdqewd"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_5t85d")
|
||||
name = "Tomato"
|
||||
name = "Beet"
|
||||
color = Color(0.451671, 0.0462732, 0.396459, 1)
|
||||
icon = ExtResource("1_wddc8")
|
||||
maxStack = 20
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="ItemResource" load_steps=3 format=3 uid="uid://duq7tshxv6uhp"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dvwj5esdepda8" path="res://art/farm/farming/farmobjekte/beetroot/beetroot_seeds_icon.png" id="1_umigy"]
|
||||
[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="2_hrv3l"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_hrv3l")
|
||||
name = "Beet Seeds"
|
||||
color = Color(0.451671, 0.0462732, 0.396459, 1)
|
||||
icon = ExtResource("1_umigy")
|
||||
maxStack = 20
|
||||
metadata/_custom_type_script = "uid://cbskymrxs6ksu"
|
||||
Reference in New Issue
Block a user