14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bfxav1txgaxo5"]
|
|
|
|
[ext_resource type="Script" uid="uid://bbcrvn06t2aem" path="res://Gameplay/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")
|