Hsif/Scenes/GoldenBait.tscn

19 lines
664 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dw8v4oau5ahlu"]
[ext_resource type="Texture2D" uid="uid://b0pqcncvub8ho" path="res://Sprites/GoldenBait.png" id="1_05atl"]
[ext_resource type="Script" path="res://Scripts/GoldenBait.gd" id="1_ptwu7"]
[sub_resource type="CircleShape2D" id="CircleShape2D_ckek7"]
radius = 58.0
[node name="GoldenBait" type="Area2D"]
script = ExtResource("1_ptwu7")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_05atl")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_ckek7")
[connection signal="body_entered" from="." to="." method="_on_body_entered"]