droppable items and win
This commit is contained in:
parent
0f6445d677
commit
5bdbfa4d82
47 changed files with 820 additions and 85 deletions
13
assets/rewards/CucumberReward.tres
Normal file
13
assets/rewards/CucumberReward.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="PlantReward" load_steps=4 format=3 uid="uid://b7jjqhhb6cv7i"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://myjhi5m0eaap" path="res://scenes/templates/plant_reward.tscn" id="1_nwe4k"]
|
||||
[ext_resource type="Resource" uid="uid://ciewunnfalrbb" path="res://assets/plants/Cucumber.tres" id="1_y7bpw"]
|
||||
[ext_resource type="Script" uid="uid://c8e40t5nbo83r" path="res://scripts/resources/PlantReward.cs" id="2_y7bpw"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_y7bpw")
|
||||
Plant = ExtResource("1_y7bpw")
|
||||
Scene = ExtResource("1_nwe4k")
|
||||
Name = "cucumber"
|
||||
Description = "rwd_cucumber"
|
||||
metadata/_custom_type_script = "uid://c8e40t5nbo83r"
|
||||
Loading…
Add table
Add a link
Reference in a new issue