diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2023-12-25 00:21:50 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2023-12-25 00:21:50 +0100 |
commit | 0bfda86c29d106df5fa3dd16d925c193b3f726c7 (patch) | |
tree | 7d248694a63c346f5e82510b50405e34f8d5afe5 /Characters/Elephant.tscn | |
parent | 09794cc76678247592ceb4e8b37e1ab129356466 (diff) |
UI + HUD alignmentv2.0.0
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 |