feat: dragon animations
This commit is contained in:
parent
9f2b78c1bd
commit
787344e5e4
4 changed files with 46 additions and 19 deletions
|
@ -9,9 +9,8 @@ size = Vector2(108, 108)
|
|||
[node name="Dragon" type="Area2D" node_paths=PackedStringArray("dragon")]
|
||||
script = ExtResource("1_jccds")
|
||||
dragon = NodePath("CollisionShape2D/Dragon")
|
||||
animation_duration = 10.0
|
||||
min_exit_time = 60.0
|
||||
max_exit_time = 600.0
|
||||
animation_duration = 7.0
|
||||
max_exit_time = 10.0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-2, -4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue