Animations improved

This commit is contained in:
Фёдор Веселов 2024-10-07 00:05:10 +05:00
commit ad18793543
35 changed files with 430 additions and 465 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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

View file

@ -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

View file

@ -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