Files
hotdesking/Gameplay/placeholder_ball.tscn
2025-07-31 03:05:11 -04:00

19 lines
643 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cxvrswwjwxgxj"]
[ext_resource type="Script" uid="uid://c2rt5f831l1l1" path="res://Gameplay/PlaceholderBall.cs" id="1_bwons"]
[sub_resource type="CircleShape2D" id="CircleShape2D_vjx3o"]
radius = 18.0
[node name="BallPlaceholder" type="Area2D"]
z_index = 2
script = ExtResource("1_bwons")
[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"]