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