55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://3omkos3a4po7"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="1_ne7tv"]
|
|
[ext_resource type="Script" path="res://scenes/common/time/time_hand.gd" id="1_tiohc"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5bs5k"]
|
|
bg_color = Color(1, 1, 1, 0)
|
|
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
|
|
|
|
[node name="Hand" type="Marker2D"]
|
|
script = ExtResource("1_tiohc")
|
|
|
|
[node name="TapArea" type="Panel" parent="."]
|
|
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_5bs5k")
|
|
|
|
[node name="Number" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_top = -301.0
|
|
offset_right = 1.0
|
|
offset_bottom = -301.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="Number"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -27.0
|
|
offset_top = -34.0
|
|
offset_right = 27.0
|
|
offset_bottom = 33.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_ne7tv")
|
|
text = "20"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|