logo!
This commit is contained in:
parent
d5dbe18665
commit
9baedc6550
11 changed files with 101 additions and 4 deletions
15
main.tscn
15
main.tscn
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://dp4nvppf3b0gj" path="res://clock.gd" id="1_h2yge"]
|
||||
[ext_resource type="Script" uid="uid://njpp5gvmxi7f" path="res://TitleBar.gd" id="1_ig7tw"]
|
||||
[ext_resource type="Texture2D" uid="uid://b502wtiwv20em" path="res://Sprites/statusIcon.png" id="3_h2yge"]
|
||||
[ext_resource type="Texture2D" uid="uid://j8lswk62w1d3" path="res://Logo/logo taskbar.png" id="3_h2yge"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_h2yge"]
|
||||
offsets = PackedFloat32Array(1)
|
||||
|
|
@ -124,6 +124,19 @@ item_5/text = "Large"
|
|||
item_5/checkable = 2
|
||||
item_5/id = 4
|
||||
|
||||
[node name="Window" type="Window" parent="." unique_id=1001535585]
|
||||
oversampling_override = 1.0
|
||||
always_on_top = true
|
||||
force_native = true
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Window" unique_id=797740471]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="Label" type="Label" parent="Window/VBoxContainer" unique_id=140895632]
|
||||
layout_mode = 2
|
||||
text = "meow"
|
||||
|
||||
[connection signal="gui_input" from="VBoxContainer/TitleBar" to="VBoxContainer/TitleBar" method="_on_TitleBar_gui_input"]
|
||||
[connection signal="id_pressed" from="StatusIndicator/PopupMenu" to="." method="_on_popup_menu_id_pressed"]
|
||||
[connection signal="id_pressed" from="StatusIndicator/PopupMenu" to="VBoxContainer/TitleBar" method="_on_popup_menu_id_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue