diff options
Diffstat (limited to 'Characters/Elephant.tscn')
-rw-r--r-- | Characters/Elephant.tscn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Characters/Elephant.tscn b/Characters/Elephant.tscn index d0f9c73..1d664ae 100644 --- a/Characters/Elephant.tscn +++ b/Characters/Elephant.tscn @@ -80,3 +80,7 @@ animation = &"idle" [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(2.38419e-07, 1.5) shape = SubResource("2") + +[node name="WalljumpTimer" type="Timer" parent="."] +wait_time = 0.1 +one_shot = true |