meow
This commit is contained in:
parent
10a7e89e3a
commit
5cab4e0ab9
5 changed files with 295 additions and 5 deletions
18
main.tscn
18
main.tscn
|
|
@ -11,7 +11,10 @@ colors = PackedColorArray(1, 1, 1, 1)
|
|||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_1bvp3"]
|
||||
gradient = SubResource("Gradient_h2yge")
|
||||
|
||||
[node name="Control" type="Control" unique_id=577067945 node_paths=PackedStringArray("bar")]
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_h2yge"]
|
||||
font_size = 11
|
||||
|
||||
[node name="Control" type="Control" unique_id=577067945 node_paths=PackedStringArray("bar", "label")]
|
||||
modulate = Color(1, 1, 1, 0.42745098)
|
||||
layout_mode = 3
|
||||
anchors_preset = 12
|
||||
|
|
@ -23,6 +26,7 @@ grow_horizontal = 2
|
|||
grow_vertical = 0
|
||||
script = ExtResource("1_h2yge")
|
||||
bar = NodePath("VBoxContainer/MainContent/bar")
|
||||
label = NodePath("VBoxContainer/MainContent/Label")
|
||||
|
||||
[node name="Background" type="ColorRect" parent="." unique_id=641703216]
|
||||
layout_mode = 1
|
||||
|
|
@ -81,10 +85,20 @@ grow_vertical = 2
|
|||
min_value = 11.5
|
||||
max_value = 13.5
|
||||
step = 0.0
|
||||
value = 13.5
|
||||
value = 11.81
|
||||
nine_patch_stretch = true
|
||||
texture_progress = SubResource("GradientTexture1D_1bvp3")
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/MainContent" unique_id=2054367507]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "12:34 Remaining Until Sleepy time, there is alot of space for text you can work with here meow meow meow meow"
|
||||
label_settings = SubResource("LabelSettings_h2yge")
|
||||
|
||||
[node name="StatusIndicator" type="StatusIndicator" parent="." unique_id=1039426600]
|
||||
icon = ExtResource("3_h2yge")
|
||||
menu = NodePath("PopupMenu")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue