feat: added clock
This commit is contained in:
parent
c422a83f59
commit
c5dcf3d9d1
9 changed files with 103 additions and 1 deletions
41
scenes/clock/clock.tscn
Normal file
41
scenes/clock/clock.tscn
Normal file
|
@ -0,0 +1,41 @@
|
|||
[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")
|
Loading…
Add table
Add a link
Reference in a new issue