talkpal-frontend/scenes/common/time/time_setting.tscn
2025-01-29 00:45:44 +03:00

132 lines
3.7 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://cxs8xe5w32jo4"]
[ext_resource type="Script" path="res://scenes/common/time/time_setting.gd" id="1_2uqfu"]
[ext_resource type="Texture2D" uid="uid://d0llucl6yfmwj" path="res://assets/textures/time_setting.tres" id="2_6xoc0"]
[ext_resource type="Theme" uid="uid://c5nehi7j4wsjd" path="res://assets/themes/time_font.tres" id="3_gngar"]
[ext_resource type="PackedScene" uid="uid://3omkos3a4po7" path="res://scenes/common/time/time_hand.tscn" id="4_g84y5"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_23ktd"]
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 250
corner_radius_top_right = 250
corner_radius_bottom_right = 250
corner_radius_bottom_left = 250
anti_aliasing_size = 0.01
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5mbj6"]
bg_color = Color(1, 1, 1, 1)
[node name="TimeSetting" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_2uqfu")
[node name="VerticalBar" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
[node name="Time" type="HBoxContainer" parent="VerticalBar"]
layout_mode = 2
theme = ExtResource("3_gngar")
alignment = 1
[node name="Hours" type="Label" parent="VerticalBar/Time"]
layout_mode = 2
text = "_"
[node name="_" type="Label" parent="VerticalBar/Time"]
layout_mode = 2
text = ":"
[node name="Minutes" type="Label" parent="VerticalBar/Time"]
layout_mode = 2
text = "00"
[node name="Circle" type="TextureRect" parent="VerticalBar"]
layout_mode = 2
texture = ExtResource("2_6xoc0")
[node name="Face" type="Control" parent="VerticalBar/Circle"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -350.0
offset_top = -350.0
offset_right = 350.0
offset_bottom = 350.0
grow_horizontal = 2
grow_vertical = 2
[node name="Clock" type="Control" parent="VerticalBar/Circle"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
[node name="Arrow" type="Marker2D" parent="VerticalBar/Circle/Clock"]
[node name="Center" type="Panel" parent="VerticalBar/Circle/Clock/Arrow"]
modulate = Color(0.282353, 0.580392, 0.235294, 1)
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -7.5
offset_top = -7.5
offset_right = 7.5
offset_bottom = 7.5
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_23ktd")
metadata/_edit_use_anchors_ = true
[node name="Circle" type="Panel" parent="VerticalBar/Circle/Clock/Arrow"]
modulate = Color(0.282353, 0.580392, 0.235294, 1)
offset_left = -44.0
offset_top = -345.0
offset_right = 45.0
offset_bottom = -256.0
theme_override_styles/panel = SubResource("StyleBoxFlat_23ktd")
[node name="Panel" type="Panel" parent="VerticalBar/Circle/Clock/Arrow"]
modulate = Color(0.282353, 0.580392, 0.235294, 1)
offset_left = 2.0
offset_top = 2.0
offset_right = 6.0
offset_bottom = 274.0
rotation = 3.14159
theme_override_styles/panel = SubResource("StyleBoxFlat_5mbj6")
[node name="Numbers" type="Control" parent="VerticalBar/Circle/Clock"]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Hand" parent="VerticalBar/Circle/Clock/Numbers" instance=ExtResource("4_g84y5")]
[node name="Hand2" parent="VerticalBar/Circle/Clock/Numbers" instance=ExtResource("4_g84y5")]
[node name="Hand3" parent="VerticalBar/Circle/Clock/Numbers" instance=ExtResource("4_g84y5")]