La-Torreta-del-Drac/scenes/clock/clock.tscn
2025-04-09 18:43:34 +02:00

41 lines
1.2 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://bj5ptaniasaaj"]
[ext_resource type="Script" uid="uid://ddsdlhbepjrm3" path="res://scenes/clock/day.gd" id="1_4o2gw"]
[ext_resource type="Script" uid="uid://catrd7ir3ekyj" path="res://scenes/clock/clock_window.gd" id="1_yxh3l"]
[ext_resource type="Script" uid="uid://drnne01ksnlqv" path="res://scenes/clock/clock.gd" id="2_ngmfe"]
[node name="Clock" type="Window"]
transparent_bg = true
size = Vector2i(200, 100)
unresizable = true
borderless = true
transparent = true
script = ExtResource("1_yxh3l")
[node name="ColorRect" type="ColorRect" parent="."]
offset_right = 200.0
offset_bottom = 100.0
color = Color(0, 0.5, 0.2, 1)
[node name="Clock" type="Label" parent="."]
offset_right = 146.0
offset_bottom = 49.0
theme_override_font_sizes/font_size = 41
text = "00:00"
script = ExtResource("2_ngmfe")
[node name="Coins" type="Label" parent="."]
offset_left = 126.0
offset_right = 200.0
offset_bottom = 57.0
theme_override_font_sizes/font_size = 41
text = "00"
horizontal_alignment = 2
[node name="Day" type="Label" parent="."]
offset_top = 65.0
offset_right = 146.0
offset_bottom = 100.0
theme_override_font_sizes/font_size = 25
text = "dl. 23-04"
script = ExtResource("1_4o2gw")