diff options
author | perivesta <> | 2023-07-09 13:05:58 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 13:05:58 +0200 |
commit | baf451d062acc110e791e73d28be9bdbf20a1eb3 (patch) | |
tree | 872de4909bff803614cc09d1e5a899caa7f7e902 /Nodes/ui.tscn | |
parent | 1bdd095785d4b2baa4c11bf981b008ce59ccb75d (diff) | |
download | 2023-baf451d062acc110e791e73d28be9bdbf20a1eb3.tar.gz 2023-baf451d062acc110e791e73d28be9bdbf20a1eb3.tar.bz2 2023-baf451d062acc110e791e73d28be9bdbf20a1eb3.zip |
better level end ui and some cleanup
Diffstat (limited to '')
-rw-r--r-- | Nodes/ui.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nodes/ui.tscn b/Nodes/ui.tscn index fd035c2..dcbbfa2 100644 --- a/Nodes/ui.tscn +++ b/Nodes/ui.tscn @@ -46,7 +46,7 @@ offset_right = 69.0 offset_bottom = 42.0 text = "Time: " -[node name="PostGameUI" type="Control" parent="Control"] +[node name="PostGameUI" type="Panel" parent="Control"] visible = false layout_mode = 1 anchors_preset = 15 |