blob: 2f516570cf88783adefde31d4aeb1e85e8acb48b (
plain)
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
|
[gd_scene load_steps=3 format=3 uid="uid://bdybkbximkyj2"]
[ext_resource type="Script" path="res://Main.gd" id="1"]
[sub_resource type="StyleBoxEmpty" id="1"]
[node name="Main" type="Node2D"]
script = ExtResource("1")
[node name="Button" type="Button" parent="."]
offset_left = 90.0
offset_top = 178.0
offset_right = 281.0
offset_bottom = 261.0
scale = Vector2(2, 2)
text = "Start Timer"
[node name="Label" type="Label" parent="."]
offset_left = 515.0
offset_top = 217.0
offset_right = 591.0
offset_bottom = 265.0
scale = Vector2(2, 2)
theme_override_styles/normal = SubResource("1")
text = "00"
uppercase = true
|