seedpacket base
This commit is contained in:
parent
e1931f27e1
commit
2a7c402cd0
16 changed files with 345 additions and 24 deletions
13
resources/plants/peashooter.tres
Normal file
13
resources/plants/peashooter.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="SeedpacketResource" load_steps=3 format=3 uid="uid://bf8u3nwwn5e1d"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ot1n4nval86w" path="res://assets/sprites/plants/peashooter.tres" id="1_o0b0s"]
|
||||
[ext_resource type="Script" uid="uid://dtjdfji87kybn" path="res://scripts/resources/entity_resource.gd" id="2_jwk2v"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_jwk2v")
|
||||
preview = ExtResource("1_o0b0s")
|
||||
cost = 75.0
|
||||
recharge_time = 5.0
|
||||
initial_recharge_percent = 1.0
|
||||
order = 0
|
||||
metadata/_custom_type_script = "uid://dtjdfji87kybn"
|
||||
Loading…
Add table
Add a link
Reference in a new issue