This commit is contained in:
Rendo 2025-07-26 07:26:11 +05:00
commit 87f841e8e1
24 changed files with 203 additions and 57 deletions

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_vw2kg")
Tags = []
Layer = 1
DontRegister = false
NameKey = "aloe"
@ -17,6 +16,3 @@ ReloadTime = 15.0
ReloadProgress = 0.0
Preview = ExtResource("1_t4137")
Order = 6
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -10,7 +10,6 @@ region = Rect2(2, 1, 41, 65)
[resource]
script = ExtResource("1_jrx81")
Tags = []
Layer = 1
DontRegister = false
NameKey = "cucumber"
@ -21,7 +20,4 @@ ReloadTime = 5.0
ReloadProgress = 0.0
Preview = SubResource("AtlasTexture_3gogt")
Order = 8
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})
metadata/_custom_type_script = "uid://cyenlko1knygw"

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_e15gf")
Tags = []
Layer = 1
DontRegister = false
NameKey = "garlic"
@ -17,6 +16,3 @@ ReloadTime = 7.5
ReloadProgress = 0.67
Preview = ExtResource("1_datic")
Order = 7
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -19,5 +19,5 @@ Scene = ExtResource("2_0i6qf")
ReloadTime = 10.0
ReloadProgress = 0.0
Preview = SubResource("AtlasTexture_ivp5w")
Order = 11
Order = 10
metadata/_custom_type_script = "uid://cyenlko1knygw"

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_amvh8")
Tags = []
Layer = 1
DontRegister = false
NameKey = "peashooter"
@ -17,6 +16,3 @@ ReloadTime = 5.0
ReloadProgress = 0.0
Preview = ExtResource("1_rnq6r")
Order = 0
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_33j6b")
Tags = []
Layer = 1
DontRegister = false
NameKey = "potatomine"
@ -17,6 +16,3 @@ ReloadTime = 25.0
ReloadProgress = 0.9
Preview = ExtResource("1_xk2pg")
Order = 3
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -0,0 +1,23 @@
[gd_resource type="Resource" script_class="PlantResource" load_steps=5 format=3 uid="uid://drb8nk0i3oyyl"]
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="1_1eecn"]
[ext_resource type="PackedScene" uid="uid://bmk41n57j7hgx" path="res://scenes/entities/plants/snipach.tscn" id="1_h5ln5"]
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/entities/PlantResource.cs" id="1_u5a4p"]
[sub_resource type="AtlasTexture" id="AtlasTexture_dgfdr"]
atlas = ExtResource("1_1eecn")
region = Rect2(525, 241, 79, 72)
[resource]
script = ExtResource("1_u5a4p")
Layer = 1
DontRegister = false
NameKey = "snipach"
DescriptionKey = "snipach_desc"
Cost = 400.0
Scene = ExtResource("1_h5ln5")
ReloadTime = 7.5
ReloadProgress = 0.0
Preview = SubResource("AtlasTexture_dgfdr")
Order = 11
metadata/_custom_type_script = "uid://cyenlko1knygw"

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_0cpi0")
Tags = []
Layer = 1
DontRegister = false
NameKey = "snowpea"
@ -17,6 +16,3 @@ ReloadTime = 5.0
ReloadProgress = 0.0
Preview = ExtResource("1_7fyy2")
Order = 5
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_0bymo")
Tags = []
Layer = 1
DontRegister = false
NameKey = "spikeweed"
@ -17,6 +16,3 @@ ReloadTime = 5.0
ReloadProgress = 0.0
Preview = ExtResource("1_2ol2i")
Order = 4
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("3_vt4jc")
Tags = []
Layer = 1
DontRegister = false
NameKey = "sunflower"
@ -17,6 +16,3 @@ ReloadTime = 5.0
ReloadProgress = 1.0
Preview = ExtResource("1_8rd5i")
Order = 1
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("3_3lugi")
Tags = []
Layer = 1
DontRegister = false
NameKey = "threepeater"
@ -16,7 +15,4 @@ Scene = ExtResource("2_uqpu0")
ReloadTime = 5.0
ReloadProgress = 0.0
Preview = ExtResource("1_hinp6")
Order = 10
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})
Order = 9

View file

@ -6,7 +6,6 @@
[resource]
script = ExtResource("1_27l0t")
Tags = []
Layer = 1
DontRegister = false
NameKey = "wallnut"
@ -17,6 +16,3 @@ ReloadTime = 20.0
ReloadProgress = 0.0
Preview = ExtResource("1_2akap")
Order = 2
Parameters = Dictionary[String, float]({
"max_hp": 30.0
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before After
Before After