From ed136195044de732c6a6de5231cc179ff557bd09 Mon Sep 17 00:00:00 2001 From: leca Date: Thu, 30 May 2024 06:58:48 +0300 Subject: [PATCH] add crosshair --- scenes/ui.tscn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scenes/ui.tscn b/scenes/ui.tscn index 5bb9f91..d23599f 100644 --- a/scenes/ui.tscn +++ b/scenes/ui.tscn @@ -18,3 +18,18 @@ offset_left = -40.0 offset_bottom = 23.0 grow_horizontal = 0 text = "Speed:" + +[node name="Panel" type="Panel" parent="."] +layout_mode = 1 +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -4.0 +offset_top = -4.0 +offset_right = 4.0 +offset_bottom = 4.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 1