From e789ce08fed7a1b1023c411a7661bac6c8b0fa30 Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sun, 9 Jul 2023 17:49:03 +0200 Subject: smal fix --- .gitignore | 3 +++ Nodes/ui.tscn | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4709183..df79fb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Godot 4+ specific ignores .godot/ + +.build/ +.export_presets.cfg diff --git a/Nodes/ui.tscn b/Nodes/ui.tscn index aa40214..fb68989 100644 --- a/Nodes/ui.tscn +++ b/Nodes/ui.tscn @@ -252,6 +252,7 @@ text = "Time: " label_settings = SubResource("LabelSettings_cg3a3") [node name="PostGameUI" type="Panel" parent="Control"] +visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 -- cgit