Added health bars
This commit is contained in:
9
client/player/animation/AnimationComponent.tscn
Normal file
9
client/player/animation/AnimationComponent.tscn
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bivxnxwi863o0"]
|
||||
|
||||
[ext_resource type="Script" path="res://player/animation/AnimationComponent.gd" id="1_lenw3"]
|
||||
|
||||
[node name="Animation" type="Node"]
|
||||
script = ExtResource("1_lenw3")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
playback_default_blend_time = 0.2
|
Reference in New Issue
Block a user