zombie animation impl

This commit is contained in:
Rendo 2025-07-11 03:27:24 +05:00
commit 6c0730e1c9
14 changed files with 3173 additions and 215 deletions

View file

@ -3,8 +3,10 @@
[ext_resource type="Script" uid="uid://dli2i6albvugt" path="res://scripts/components/plants/RuntimePlantData.cs" id="1_324sd"]
[ext_resource type="Script" uid="uid://dwlwi42smgxkb" path="res://scripts/components/TimeScalableAnimationTree.cs" id="2_e75pf"]
[node name="PlantTemplate" type="Node2D"]
[node name="PlantTemplate" type="Node2D" node_paths=PackedStringArray("_player", "_tree")]
script = ExtResource("1_324sd")
_player = NodePath("AnimationPlayer")
_tree = NodePath("AnimationTree")
[node name="Sprite2D" type="Sprite2D" parent="."]
use_parent_material = true