[gd_scene load_steps=3 format=3 uid="uid://d1bhrxmr0oo0n"] [ext_resource type="Script" path="res://scripts/Bounty.gd" id="1_450ye"] [sub_resource type="CircleShape2D" id="CircleShape2D_xkl60"] radius = 32.0 [node name="Bounty" type="Area2D"] collision_layer = 4 script = ExtResource("1_450ye") [node name="Label" type="Label" parent="."] offset_left = -27.0 offset_top = -13.0 offset_right = 28.0 offset_bottom = 13.0 text = "7-8 MU" horizontal_alignment = 1 vertical_alignment = 1 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_xkl60") [connection signal="body_entered" from="." to="." method="_on_body_entered"]