chore: clock background is now an image
This commit is contained in:
parent
c5dcf3d9d1
commit
4f5ad345ad
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bj5ptaniasaaj"]
|
||||
[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
|
||||
|
@ -12,10 +13,11 @@ borderless = true
|
|||
transparent = true
|
||||
script = ExtResource("1_yxh3l")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
offset_right = 200.0
|
||||
offset_bottom = 100.0
|
||||
color = Color(0, 0.5, 0.2, 1)
|
||||
texture = ExtResource("4_hf0ru")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="Clock" type="Label" parent="."]
|
||||
offset_right = 146.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue