19 lines
625 B
Plaintext
19 lines
625 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b5d8himq5sttt"]
|
|
|
|
[ext_resource type="Script" uid="uid://bxcno1cpdhsos" path="res://Scripts/trigger.gd" id="1_vcq5i"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_wrm1d"]
|
|
radius = 26.2488
|
|
|
|
[node name="Area2D2" type="Area2D"]
|
|
scale = Vector2(2.24149, 2.031)
|
|
script = ExtResource("1_vcq5i")
|
|
effect = "powerup"
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_wrm1d")
|
|
debug_color = Color(0.439885, 0.598937, 0, 0.42)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|