JulyGame/scenes/trigger.tscn

17 lines
585 B
Plaintext
Raw Normal View History

2025-07-29 01:19:32 +00:00
[gd_scene load_steps=3 format=3 uid="uid://6n3305pqp43a"]
[ext_resource type="Script" uid="uid://c57chsew3r87y" path="res://scripts/trigger.gd" id="1_du5ex"]
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
[node name="trigger" type="Area2D"]
scale = Vector2(3, 3)
script = ExtResource("1_du5ex")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_uwrxv")
debug_color = Color(0.646097, 0.374776, 0.918255, 0.42)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]