Friday, 15 August 2025 23:08:08
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://8kv00jc35dma"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://8kv00jc35dma"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c4ekvurl6q7jn" path="res://Gameplay/ManagerPanel.cs" id="1_8n1hc"]
|
||||
[ext_resource type="PackedScene" uid="uid://cudhpkje2ax2g" path="res://Gameplay/rack.tscn" id="2_20uuj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bfxav1txgaxo5" path="res://Gameplay/ball_return.tscn" id="3_sx67n"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e1ofl"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
@@ -130,99 +128,47 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_j2own")
|
||||
|
||||
[node name="T1" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 79.0
|
||||
offset_top = 28.0
|
||||
offset_right = 129.0
|
||||
offset_bottom = 78.0
|
||||
offset_left = 63.0
|
||||
offset_top = 26.0
|
||||
offset_right = 213.0
|
||||
offset_bottom = 176.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T1"]
|
||||
position = Vector2(25, 25)
|
||||
position = Vector2(75, 75)
|
||||
|
||||
[node name="T2" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 154.0
|
||||
offset_left = 237.0
|
||||
offset_top = 28.0
|
||||
offset_right = 204.0
|
||||
offset_bottom = 78.0
|
||||
offset_right = 387.0
|
||||
offset_bottom = 178.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T2"]
|
||||
position = Vector2(25, 25)
|
||||
position = Vector2(75, 75)
|
||||
|
||||
[node name="T3" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 229.0
|
||||
offset_top = 28.0
|
||||
offset_right = 279.0
|
||||
offset_bottom = 78.0
|
||||
offset_left = 60.0
|
||||
offset_top = 194.0
|
||||
offset_right = 210.0
|
||||
offset_bottom = 344.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T3"]
|
||||
position = Vector2(25, 25)
|
||||
position = Vector2(75, 75)
|
||||
|
||||
[node name="T4" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 304.0
|
||||
offset_top = 28.0
|
||||
offset_right = 354.0
|
||||
offset_bottom = 78.0
|
||||
offset_left = 237.0
|
||||
offset_top = 196.0
|
||||
offset_right = 387.0
|
||||
offset_bottom = 346.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T4"]
|
||||
position = Vector2(25, 25)
|
||||
|
||||
[node name="T5" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 79.0
|
||||
offset_top = 103.0
|
||||
offset_right = 129.0
|
||||
offset_bottom = 153.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T5"]
|
||||
position = Vector2(25, 25)
|
||||
|
||||
[node name="T6" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 154.0
|
||||
offset_top = 103.0
|
||||
offset_right = 204.0
|
||||
offset_bottom = 153.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T6"]
|
||||
position = Vector2(25, 25)
|
||||
|
||||
[node name="T7" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 229.0
|
||||
offset_top = 103.0
|
||||
offset_right = 279.0
|
||||
offset_bottom = 153.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T7"]
|
||||
position = Vector2(25, 25)
|
||||
|
||||
[node name="T8" type="Panel" parent="Team"]
|
||||
layout_mode = 0
|
||||
offset_left = 304.0
|
||||
offset_top = 103.0
|
||||
offset_right = 354.0
|
||||
offset_bottom = 153.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_058dj")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Team/T8"]
|
||||
position = Vector2(25, 25)
|
||||
|
||||
[node name="Rack" parent="." instance=ExtResource("2_20uuj")]
|
||||
position = Vector2(107, 346)
|
||||
|
||||
[node name="BallReturn" parent="." instance=ExtResource("3_sx67n")]
|
||||
layout_mode = 0
|
||||
offset_left = 475.0
|
||||
offset_right = 550.0
|
||||
position = Vector2(75, 75)
|
||||
|
||||
[connection signal="mouse_entered" from="." to="." method="OnMouseEntered"]
|
||||
[connection signal="mouse_exited" from="." to="." method="OnMouseExited"]
|
||||
|
||||
Reference in New Issue
Block a user