15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://dldnp8eunxj3q"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://BoundingBoxes/InteractionTrigger.cs" id="1_uoemj"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dfj3a"]
|
||
|
|
||
|
[node name="InteractionTrigger" type="Area2D"]
|
||
|
collision_layer = 64
|
||
|
collision_mask = 0
|
||
|
script = ExtResource("1_uoemj")
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("RectangleShape2D_dfj3a")
|
||
|
debug_color = Color(0.905882, 0, 0.745098, 0.419608)
|