[gd_scene load_steps=5 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"] [ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="4_hf0ru"] [node name="Clock" type="Window"] transparent_bg = true size = Vector2i(200, 100) unresizable = true borderless = true always_on_top = true transparent = true script = ExtResource("1_yxh3l") [node name="TextureRect" type="TextureRect" parent="."] offset_right = 200.0 offset_bottom = 100.0 texture = ExtResource("4_hf0ru") expand_mode = 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")