From b5be244a54529fc9573e20bd191f7c2f86a049db Mon Sep 17 00:00:00 2001 From: IcECreAm777 Date: Sun, 9 Jul 2023 14:55:29 +0200 Subject: first 2 tut levels --- Nodes/ui.tscn | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Nodes/ui.tscn') 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 -- cgit