From 31d475225d5a147e40658ef03c146616f56d9337 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 10 Apr 2025 13:47:03 +0200 Subject: [PATCH] Hide FPS --- Scenes/HUD/HUD.tscn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Scenes/HUD/HUD.tscn b/Scenes/HUD/HUD.tscn index 65e1a3b4..70877de3 100644 --- a/Scenes/HUD/HUD.tscn +++ b/Scenes/HUD/HUD.tscn @@ -411,14 +411,18 @@ expand_mode = 1 stretch_mode = 3 [node name="FPS" type="Label" parent="."] +visible = false z_index = 10 z_as_relative = false -anchors_preset = 1 +anchors_preset = 3 anchor_left = 1.0 +anchor_top = 1.0 anchor_right = 1.0 +anchor_bottom = 1.0 offset_left = -40.0 -offset_bottom = 23.0 +offset_top = -23.0 grow_horizontal = 0 +grow_vertical = 0 text = "1234" label_settings = ExtResource("2_x7kl7") script = ExtResource("15_x61tu")