Moved player detection to external script

This commit is contained in:
Marco 2025-02-04 10:03:04 +01:00
commit d8e1459194
8 changed files with 237 additions and 69 deletions

View file

@ -185,6 +185,7 @@ animation = &"walk_left"
z_index = 100
[node name="HitboxSprite" type="Sprite2D" parent="Smoothing2D"]
visible = false
texture = ExtResource("7_msn8i")
[node name="InteractionController" type="Area2D" parent="."]