JuneGame/scenes/trigger.tscn

17 lines
578 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://bu03yhhfncspe"]
[ext_resource type="Script" uid="uid://ixnbwhm0ptg5" path="res://scripts/trigger.gd" id="1_du5ex"]
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
radius = 52.0384
[node name="Area2D" type="Area2D"]
script = ExtResource("1_du5ex")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_uwrxv")
debug_color = Color(0.634268, 0.371171, 0.94535, 0.42)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]