diff options
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 | 
