From f3e196451ec1dc2f4040aff37d14003607e4f4fe Mon Sep 17 00:00:00 2001 From: Sofia Date: Fri, 24 Jul 2026 20:20:23 +0300 Subject: [PATCH] Move crosshair behind other UI elements --- godot/scenes/player/local_player.tscn | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/godot/scenes/player/local_player.tscn b/godot/scenes/player/local_player.tscn index 8fa053d..7294514 100644 --- a/godot/scenes/player/local_player.tscn +++ b/godot/scenes/player/local_player.tscn @@ -53,6 +53,21 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.16157162, 1.4223524, 0) [node name="dead_camera_target" type="Node3D" parent="." unique_id=559969559] transform = Transform3D(1, 0, 0, 0, 0.9069022, 0.4213412, 0, -0.4213412, 0.9069022, 0, 2.3258846, 1.5254744) +[node name="texture_rect" type="TextureRect" parent="." unique_id=1329977849] +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -14.25 +offset_top = -14.25 +offset_right = 14.25 +offset_bottom = 14.25 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("6_7awel") +expand_mode = 3 + [node name="respawn_label" type="Label" parent="." unique_id=595642200] anchors_preset = 8 anchor_left = 0.5 @@ -149,21 +164,6 @@ offset_top = -300.0 offset_bottom = 0.0 grow_vertical = 0 -[node name="texture_rect" type="TextureRect" parent="." unique_id=1329977849] -anchors_preset = 8 -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -offset_left = -14.0 -offset_top = -14.25 -offset_right = 14.0 -offset_bottom = 14.25 -grow_horizontal = 2 -grow_vertical = 2 -texture = ExtResource("6_7awel") -expand_mode = 3 - [connection signal="pressed" from="pause_menu/v_box_container/settings" to="settings" method="open"] [connection signal="pressed" from="pause_menu/v_box_container/exit_to_lobby" to="." method="exit_to_lobby"] [connection signal="pressed" from="pause_menu/v_box_container/exit" to="." method="exit"]