-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTimerWidget.tscn
More file actions
37 lines (32 loc) · 891 Bytes
/
TimerWidget.tscn
File metadata and controls
37 lines (32 loc) · 891 Bytes
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
35
36
37
[gd_scene load_steps=5 format=2]
[ext_resource path="res://res/Cinzel/Cinzel-VariableFont_wght.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://res/timer.svg" type="Texture" id=2]
[ext_resource path="res://TimerWidget.cs" type="Script" id=3]
[sub_resource type="DynamicFont" id=1]
size = 25
outline_size = 5
outline_color = Color( 0, 0, 0, 1 )
use_filter = true
font_data = ExtResource( 1 )
[node name="TimerWidget" type="Node2D"]
script = ExtResource( 3 )
[node name="TextureRect" type="TextureRect" parent="."]
margin_right = 80.0
margin_bottom = 57.0
texture = ExtResource( 2 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 41.0
margin_top = 1.0
margin_right = 153.0
margin_bottom = 60.0
custom_fonts/font = SubResource( 1 )
text = "100s"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}