Animations improved
This commit is contained in:
parent
c89d93cf24
commit
ad18793543
35 changed files with 430 additions and 465 deletions
Binary file not shown.
Binary file not shown.
BIN
resources/animations/plants/potato_mine.res
Normal file
BIN
resources/animations/plants/potato_mine.res
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/animations/plants/spikeweed.res
Normal file
BIN
resources/animations/plants/spikeweed.res
Normal file
Binary file not shown.
BIN
resources/animations/plants/sunflower.res
Normal file
BIN
resources/animations/plants/sunflower.res
Normal file
Binary file not shown.
BIN
resources/animations/plants/wallnut.res
Normal file
BIN
resources/animations/plants/wallnut.res
Normal file
Binary file not shown.
|
|
@ -9,6 +9,6 @@ script = ExtResource("1_33j6b")
|
|||
Cost = 25
|
||||
Scene = ExtResource("2_ig2ti")
|
||||
ReloadTime = 25.0
|
||||
StartReloadTime = 0.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = ExtResource("1_xk2pg")
|
||||
Layer = 1
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://drm42f48urvc4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://iw75j816gbc" path="res://assets/sprites/plants/sunflower.tres" id="1_8rd5i"]
|
||||
[ext_resource type="PackedScene" uid="uid://hsllvtm3q34d" path="res://scenes/entities/plants/sunflower.tscn" id="2_e5o45"]
|
||||
[ext_resource type="PackedScene" uid="uid://bg7lomiorxo2c" path="res://scenes/entities/plants/sunflower.tscn" id="2_gcyr5"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="3_vt4jc"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_vt4jc")
|
||||
Cost = 50
|
||||
Scene = ExtResource("2_e5o45")
|
||||
Scene = ExtResource("2_gcyr5")
|
||||
ReloadTime = 5.0
|
||||
StartReloadTime = 0.0
|
||||
ReloadProgress = 1.0
|
||||
Preview = ExtResource("1_8rd5i")
|
||||
Layer = 1
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
[ext_resource type="Texture2D" uid="uid://g2oppl54efja" path="res://assets/sprites/plants/Wallnut.tres" id="1_2akap"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_27l0t"]
|
||||
[ext_resource type="PackedScene" uid="uid://dh6rm7o3taaek" path="res://scenes/entities/plants/wallnut.tscn" id="2_l87er"]
|
||||
[ext_resource type="PackedScene" uid="uid://bq7imkpr2yqyr" path="res://scenes/entities/plants/wallnut.tscn" id="2_rkn3h"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_27l0t")
|
||||
Cost = 50
|
||||
Scene = ExtResource("2_l87er")
|
||||
Scene = ExtResource("2_rkn3h")
|
||||
ReloadTime = 20.0
|
||||
StartReloadTime = 0.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = ExtResource("1_2akap")
|
||||
Layer = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue