-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimer.tscn
More file actions
30 lines (25 loc) · 1.12 KB
/
Timer.tscn
File metadata and controls
30 lines (25 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[gd_scene load_steps=4 format=3 uid="uid://c3vc4a06yj8sh"]
[ext_resource type="StyleBox" uid="uid://52sg5fw2k6km" path="res://UI_Style.tres" id="1_6emqk"]
[ext_resource type="FontFile" uid="uid://d0dceg0j1riyv" path="res://Textures/Roboto-VariableFont_wdth,wght.ttf" id="2_4o3kb"]
[ext_resource type="Script" uid="uid://3agptd12268x" path="res://Timer.gd" id="2_lwawe"]
[node name="PanelContainer" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("2_lwawe")
[node name="PanelContainer" type="PanelContainer" parent="."]
layout_mode = 2
offset_right = 137.0
offset_bottom = 87.4375
theme_override_styles/panel = ExtResource("1_6emqk")
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 15
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 15
[node name="Label" type="Label" parent="PanelContainer/MarginContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_4o3kb")
theme_override_font_sizes/font_size = 45
text = "00:00"
horizontal_alignment = 1