-
Notifications
You must be signed in to change notification settings - Fork 0
/
CurrentWeather.tscn
110 lines (93 loc) · 2.83 KB
/
CurrentWeather.tscn
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[gd_scene load_steps=8 format=2]
[ext_resource path="res://Theme.tres" type="Theme" id=1]
[ext_resource path="res://CurrentWeather.gd" type="Script" id=2]
[ext_resource path="res://icon.png" type="Texture" id=3]
[sub_resource type="DynamicFontData" id=5]
font_path = "res://Font/ArmataHairline-J1Vx.otf"
[sub_resource type="DynamicFont" id=6]
size = 70
use_filter = true
font_data = SubResource( 5 )
[sub_resource type="DynamicFont" id=7]
size = 40
use_filter = true
font_data = SubResource( 5 )
[sub_resource type="DynamicFont" id=8]
size = 60
use_filter = true
font_data = SubResource( 5 )
[node name="CurrentWeather" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
size_flags_horizontal = 4
size_flags_vertical = 4
script = ExtResource( 2 )
[node name="AllElements" type="HBoxContainer" parent="."]
margin_left = 144.0
margin_top = 228.0
margin_right = 880.0
margin_bottom = 372.0
size_flags_horizontal = 4
size_flags_vertical = 4
[node name="MarginTime" type="MarginContainer" parent="AllElements"]
margin_right = 300.0
margin_bottom = 144.0
mouse_filter = 1
[node name="TimeContainer" type="VBoxContainer" parent="AllElements/MarginTime"]
margin_right = 300.0
margin_bottom = 144.0
rect_min_size = Vector2( 300, 0 )
size_flags_horizontal = 0
size_flags_vertical = 4
[node name="Time" type="Label" parent="AllElements/MarginTime/TimeContainer"]
margin_right = 300.0
margin_bottom = 89.0
custom_fonts/font = SubResource( 6 )
text = "00:00"
align = 2
[node name="Date" type="Label" parent="AllElements/MarginTime/TimeContainer"]
margin_top = 93.0
margin_right = 300.0
margin_bottom = 144.0
custom_fonts/font = SubResource( 7 )
text = "november 29"
align = 2
[node name="MarginIcon" type="MarginContainer" parent="AllElements"]
margin_left = 304.0
margin_right = 432.0
margin_bottom = 144.0
rect_min_size = Vector2( 128, 0 )
mouse_filter = 1
size_flags_horizontal = 0
size_flags_vertical = 5
[node name="Icon" type="TextureRect" parent="AllElements/MarginIcon"]
margin_right = 128.0
margin_bottom = 144.0
texture = ExtResource( 3 )
stretch_mode = 4
[node name="MarginWeather" type="MarginContainer" parent="AllElements"]
margin_left = 436.0
margin_top = 12.0
margin_right = 736.0
margin_bottom = 132.0
mouse_filter = 1
size_flags_horizontal = 0
size_flags_vertical = 4
[node name="WeatherContainer" type="VBoxContainer" parent="AllElements/MarginWeather"]
margin_right = 300.0
margin_bottom = 120.0
rect_min_size = Vector2( 300, 0 )
size_flags_horizontal = 4
size_flags_vertical = 4
[node name="CurrTemp" type="Label" parent="AllElements/MarginWeather/WeatherContainer"]
margin_right = 300.0
margin_bottom = 77.0
custom_fonts/font = SubResource( 8 )
text = "temp"
[node name="BodyTemp" type="Label" parent="AllElements/MarginWeather/WeatherContainer"]
margin_top = 81.0
margin_right = 300.0
margin_bottom = 120.0
theme = ExtResource( 1 )
text = "temp"