127 lines
3.7 KiB
Plaintext
127 lines
3.7 KiB
Plaintext
[gd_scene load_steps=9 format=3]
|
|
|
|
[ext_resource type="FontVariation" path="res://assets/font/resource/location.tres" id="1"]
|
|
[ext_resource type="PackedScene" path="res://scenes/weather_display/weather_display.tscn" id="2"]
|
|
[ext_resource type="PackedScene" path="res://scenes/temperature_display/temperature_display.tscn" id="3"]
|
|
[ext_resource type="PackedScene" path="res://scenes/time_display/time_display.tscn" id="4"]
|
|
[ext_resource type="Script" path="res://scenes/current_time_screen/current_time_screen.gd" id="5"]
|
|
[ext_resource type="Texture2D" path="res://assets/texture/buttons/audio_on.png" id="6"]
|
|
[ext_resource type="Texture2D" path="res://assets/texture/buttons/audio_no_sound.png" id="7"]
|
|
[ext_resource type="Texture2D" path="res://assets/texture/weather_icons/weather8.png" id="8"]
|
|
|
|
[node name="current_time_screen" type="HBoxContainer" groups=["hourly_weather_updates", "minute_timer_updates"]]
|
|
offset_right = 350.0
|
|
offset_bottom = 600.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
script = ExtResource("5")
|
|
|
|
[node name="Control3" type="Control" parent="."]
|
|
offset_right = 21.0
|
|
offset_bottom = 600.0
|
|
custom_minimum_size = Vector2(0, 10)
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
offset_left = 25.0
|
|
offset_right = 325.0
|
|
offset_bottom = 600.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 2.0
|
|
alignment = 1
|
|
|
|
[node name="Control" type="Control" parent="VBoxContainer"]
|
|
offset_right = 300.0
|
|
offset_bottom = 62.0
|
|
custom_minimum_size = Vector2(0, 10)
|
|
mouse_filter = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="time_display" parent="VBoxContainer" instance=ExtResource("4")]
|
|
unique_name_in_owner = true
|
|
offset_left = 27.0
|
|
offset_top = 66.0
|
|
offset_right = 273.0
|
|
offset_bottom = 155.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="weather_display" parent="VBoxContainer" instance=ExtResource("2")]
|
|
unique_name_in_owner = true
|
|
offset_left = 0.0
|
|
offset_top = 159.0
|
|
offset_right = 300.0
|
|
offset_bottom = 359.0
|
|
custom_minimum_size = Vector2(300, 200)
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
size_flags_stretch_ratio = 3.0
|
|
texture = ExtResource("8")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
weather = 7
|
|
|
|
[node name="location_display" type="Label" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
offset_top = 363.0
|
|
offset_right = 300.0
|
|
offset_bottom = 383.0
|
|
theme_override_fonts/font = ExtResource("1")
|
|
theme_override_font_sizes/font_size = 21
|
|
text = "AMSTERDAM"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="temperature_display" parent="VBoxContainer" instance=ExtResource("3")]
|
|
unique_name_in_owner = true
|
|
offset_top = 387.0
|
|
offset_right = 300.0
|
|
offset_bottom = 423.0
|
|
mouse_filter = 2
|
|
|
|
[node name="Control2" type="Control" parent="VBoxContainer"]
|
|
offset_top = 427.0
|
|
offset_right = 300.0
|
|
offset_bottom = 489.0
|
|
custom_minimum_size = Vector2(0, 10)
|
|
mouse_filter = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="audio" type="TextureButton" parent="VBoxContainer"]
|
|
offset_left = 130.0
|
|
offset_top = 493.0
|
|
offset_right = 170.0
|
|
offset_bottom = 533.0
|
|
custom_minimum_size = Vector2(40, 40)
|
|
tooltip_text = "Speak time and
|
|
weather out loud"
|
|
mouse_default_cursor_shape = 2
|
|
size_flags_horizontal = 4
|
|
toggle_mode = true
|
|
texture_normal = ExtResource("7")
|
|
texture_pressed = ExtResource("6")
|
|
ignore_texture_size = true
|
|
stretch_mode = 5
|
|
|
|
[node name="Control3" type="Control" parent="VBoxContainer"]
|
|
offset_top = 537.0
|
|
offset_right = 300.0
|
|
offset_bottom = 600.0
|
|
custom_minimum_size = Vector2(0, 10)
|
|
mouse_filter = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Control4" type="Control" parent="."]
|
|
offset_left = 329.0
|
|
offset_right = 350.0
|
|
offset_bottom = 600.0
|
|
custom_minimum_size = Vector2(0, 10)
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|