8-4-25 @ 2:42 am

This commit is contained in:
2025-08-04 02:42:51 -04:00
parent 50e4f8fcb5
commit 7f65338679
15 changed files with 357 additions and 250 deletions

13
ball_return.tscn Normal file
View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://bfxav1txgaxo5"]
[ext_resource type="Script" uid="uid://bbcrvn06t2aem" path="res://BallReturn.cs" id="1_omsmb"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3x8cv"]
bg_color = Color(0.501407, 0.501406, 0.501406, 1)
[node name="BallReturn" type="Panel"]
offset_right = 75.0
offset_bottom = 800.0
mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_3x8cv")
script = ExtResource("1_omsmb")