7-28-25 @ 11:39pm

This commit is contained in:
2025-07-28 23:39:40 -04:00
parent f351f0ade9
commit 41b5c34e70
30 changed files with 669 additions and 402 deletions

17
Gameplay/temp_ball.tscn Normal file
View File

@@ -0,0 +1,17 @@
[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"]
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"]