Add Watcher

This commit is contained in:
Иван Кузьменко 2023-08-17 20:39:11 +03:00
parent 6514ce3c54
commit d1536529e4
9 changed files with 448 additions and 10 deletions

View file

@ -8,6 +8,8 @@ size = Vector2(15, 15)
[node name="Player" type="CharacterBody2D"]
y_sort_enabled = true
collision_layer = 5
collision_mask = 5
script = ExtResource("1_1vpun")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]