repeater and compound projectile
This commit is contained in:
parent
e316fa3203
commit
3d9f0f7423
9 changed files with 235 additions and 42 deletions
22
assets/plants/Repeater.tres
Normal file
22
assets/plants/Repeater.tres
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=5 format=3 uid="uid://b4r1687hg0rf5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="1_6km43"]
|
||||
[ext_resource type="PackedScene" uid="uid://bb4ya5qx224ca" path="res://scenes/entities/plants/repeater.tscn" id="2_6km43"]
|
||||
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/entities/PlantResource.cs" id="3_e606l"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qnsfo"]
|
||||
atlas = ExtResource("1_6km43")
|
||||
region = Rect2(604, 241, 45, 51)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_e606l")
|
||||
Layer = 1
|
||||
DontRegister = false
|
||||
NameKey = "repeater"
|
||||
DescriptionKey = "repeater_desc"
|
||||
Cost = 175.0
|
||||
Scene = ExtResource("2_6km43")
|
||||
ReloadTime = 5.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = SubResource("AtlasTexture_qnsfo")
|
||||
Order = 12
|
||||
Loading…
Add table
Add a link
Reference in a new issue