SeptemberGameAB/scenes/trigger.tscn

17 lines
591 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://2pp1gtlflav8"]
[ext_resource type="Script" uid="uid://b42dg3hjkwph" path="res://scripts/trigger.gd" id="1_du5ex"]
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
radius = 80.81
[node name="Trigger" type="Area2D"]
script = ExtResource("1_du5ex")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_uwrxv")
debug_color = Color(0.32690635, 0.6241201, 5.7756904e-07, 0.41960785)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]