[gd_scene load_steps=3 format=3 uid="uid://cxvrswwjwxgxj"] [ext_resource type="Script" uid="uid://c2rt5f831l1l1" path="res://Gameplay/TempBall.cs" id="1_y0oty"] [sub_resource type="CircleShape2D" id="CircleShape2D_vjx3o"] radius = 18.0 [node name="TempBall" type="Area2D"] z_index = 2 script = ExtResource("1_y0oty") [node name="Image" type="Sprite2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_vjx3o") [connection signal="mouse_entered" from="." to="." method="OnMouseEntered"] [connection signal="mouse_exited" from="." to="." method="OnMouseExited"]