zombie animation impl
This commit is contained in:
parent
a3e08c02d8
commit
6c0730e1c9
14 changed files with 3173 additions and 215 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue