Potato mine
This commit is contained in:
parent
e2cc168b72
commit
c428bf219d
6 changed files with 245 additions and 0 deletions
14
resources/plants/PotatoMine.tres
Normal file
14
resources/plants/PotatoMine.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://bu25xgjd68gv8"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_33j6b"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhmnt3x5aj1l8" path="res://assets/sprites/plants/potatomine.tres" id="1_xk2pg"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5x35v3w2u8dx" path="res://scenes/entities/plants/potato_mine.tscn" id="2_ig2ti"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_33j6b")
|
||||
Cost = 25
|
||||
Scene = ExtResource("2_ig2ti")
|
||||
ReloadTime = 25.0
|
||||
StartReloadTime = 0.0
|
||||
Preview = ExtResource("1_xk2pg")
|
||||
Layer = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue