10 lines
315 B
Text
10 lines
315 B
Text
|
|
[gd_scene load_steps=2 format=3 uid="uid://ds21d77ruuk4y"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://bgp6nutttqhpb" path="res://utils/interactable_area.gd" id="1_rua2f"]
|
||
|
|
|
||
|
|
[node name="InteractableArea" type="Area2D"]
|
||
|
|
collision_layer = 64
|
||
|
|
script = ExtResource("1_rua2f")
|
||
|
|
|
||
|
|
[node name="Cooldown" type="Timer" parent="."]
|