added project with nerabochie cows
This commit is contained in:
11
scenes/components/interactable_component.tscn
Normal file
11
scenes/components/interactable_component.tscn
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://d3iqdpvqhfyf5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://clqjplcd1qock" path="res://scenes/components/interactable_component.gd" id="1_onphe"]
|
||||
|
||||
[node name="InteractableComponent" type="Area2D"]
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_onphe")
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
Reference in New Issue
Block a user