diff options
| author | 2023-07-09 17:49:03 +0200 | |
|---|---|---|
| committer | 2023-07-09 17:49:42 +0200 | |
| commit | e789ce08fed7a1b1023c411a7661bac6c8b0fa30 (patch) | |
| tree | 77f9a2507b25573b85c7d2e27ee07d437b2b1742 | |
| parent | 53a5ceb792bf3db3114dd06dbbc90c0f2c683afe (diff) | |
| download | 2023-e789ce08fed7a1b1023c411a7661bac6c8b0fa30.tar.gz 2023-e789ce08fed7a1b1023c411a7661bac6c8b0fa30.tar.bz2 2023-e789ce08fed7a1b1023c411a7661bac6c8b0fa30.zip | |
smal fix
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | Nodes/ui.tscn | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |
