aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/ui.tscn
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Nodes/ui.tscn12
1 files changed, 11 insertions, 1 deletions
diff --git a/Nodes/ui.tscn b/Nodes/ui.tscn
index dcbbfa2..8eabc5d 100644
--- a/Nodes/ui.tscn
+++ b/Nodes/ui.tscn
@@ -1,7 +1,15 @@
-[gd_scene load_steps=4 format=3 uid="uid://c8r6i3bu37ogu"]
+[gd_scene load_steps=6 format=3 uid="uid://c8r6i3bu37ogu"]
[ext_resource type="Script" path="res://Scripts/UI_Control.gd" id="1_77hb8"]
+[sub_resource type="LabelSettings" id="LabelSettings_0qmdi"]
+outline_size = 3
+outline_color = Color(0, 0, 0, 1)
+
+[sub_resource type="LabelSettings" id="LabelSettings_cg3a3"]
+outline_size = 3
+outline_color = Color(0, 0, 0, 1)
+
[sub_resource type="LabelSettings" id="LabelSettings_p2s2c"]
font_size = 64
@@ -37,6 +45,7 @@ offset_top = 17.0
offset_right = 119.0
offset_bottom = 43.0
text = "0:00:00"
+label_settings = SubResource("LabelSettings_0qmdi")
[node name="CurrentTimeLabel" type="Label" parent="Control/InGameUI"]
layout_mode = 0
@@ -45,6 +54,7 @@ offset_top = 16.0
offset_right = 69.0
offset_bottom = 42.0
text = "Time: "
+label_settings = SubResource("LabelSettings_cg3a3")
[node name="PostGameUI" type="Panel" parent="Control"]
visible = false