summaryrefslogtreecommitdiff
path: root/Stages/Goal/goal.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-10-03 12:51:49 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-10-03 12:51:49 +0200
commit5442988a8ccecb9c323fc98557391a15ff245b87 (patch)
tree1864a03602291e2c495a8846b80ec90414060f61 /Stages/Goal/goal.gd
parentc8bd14d6feeca72fc96b895c9382ebc16a1caf55 (diff)
next commit
Diffstat (limited to 'Stages/Goal/goal.gd')
-rw-r--r--Stages/Goal/goal.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stages/Goal/goal.gd b/Stages/Goal/goal.gd
index 6854d7a..934a071 100644
--- a/Stages/Goal/goal.gd
+++ b/Stages/Goal/goal.gd
@@ -2,7 +2,7 @@ extends Node2D
func _ready() -> void:
- $AnimatedSprite2D.play("default")
+ $AnimatedSprite.play("default")
func _on_area_2d_body_entered(body: Node2D) -> void: