blob: 41e5fb41f64a91ae4dde5f942439b36584b8224d (
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
27
28
29
30
31
32
33
34
|
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[sub_resource type="StyleBoxEmpty" id=1]
[node name="Main" type="Node2D"]
script = ExtResource( 1 )
[node name="Button" type="Button" parent="."]
margin_left = 90.0
margin_top = 178.0
margin_right = 281.0
margin_bottom = 261.0
rect_scale = Vector2( 2, 2 )
text = "Start Timer"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 515.0
margin_top = 217.0
margin_right = 591.0
margin_bottom = 265.0
rect_scale = Vector2( 2, 2 )
custom_styles/normal = SubResource( 1 )
text = "00"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_use_anchors_": false
}
|