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/SunflowerReward.tres
Normal file
13
assets/rewards/SunflowerReward.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="PlantReward" load_steps=4 format=3 uid="uid://cvbxosnd7cn5l"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c8e40t5nbo83r" path="res://scripts/resources/PlantReward.cs" id="1_cc1yg"]
|
||||
[ext_resource type="Resource" uid="uid://drm42f48urvc4" path="res://assets/plants/Sunflower.tres" id="1_qduei"]
|
||||
[ext_resource type="PackedScene" uid="uid://myjhi5m0eaap" path="res://scenes/templates/plant_reward.tscn" id="2_qxx0x"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_cc1yg")
|
||||
Plant = ExtResource("1_qduei")
|
||||
Scene = ExtResource("2_qxx0x")
|
||||
Name = "sunflower"
|
||||
Description = "rwd_sunflower"
|
||||
metadata/_custom_type_script = "uid://c8e40t5nbo83r"
|
||||
Loading…
Add table
Add a link
Reference in a new issue