This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
Gamify-Life/Gamify Life/Busy Time Stuffs/busy_time.tscn
2025-04-15 11:55:58 -07:00

163 lines
4.1 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://byj1hyj8n6mjo"]
[ext_resource type="Script" path="res://Busy Time Stuffs/busy_time.gd" id="1_vhr47"]
[ext_resource type="PackedScene" uid="uid://dw40u2fc4fhrc" path="res://ZGlobal/multi_music_player.tscn" id="2_dw64x"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pk7iq"]
bg_color = Color(0.807843, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0nsyf"]
bg_color = Color(1, 0.231373, 0.176471, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2oim1"]
bg_color = Color(0.603922, 0, 0, 1)
[node name="BusyTime" type="Node2D"]
script = ExtResource("1_vhr47")
[node name="ColorRect" type="ColorRect" parent="."]
offset_top = -1.0
offset_right = 960.0
offset_bottom = 600.0
color = Color(0, 0, 0, 1)
[node name="Seconds" type="Label" parent="."]
offset_left = 60.0
offset_top = 60.0
offset_right = 299.0
offset_bottom = 146.0
theme_override_font_sizes/font_size = 60
text = "Seconds"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Time" type="Label" parent="Seconds"]
layout_mode = 0
offset_left = 34.0
offset_top = 72.0
offset_right = 192.0
offset_bottom = 185.0
theme_override_font_sizes/font_size = 80
text = "00"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Minutes" type="Label" parent="."]
offset_left = 360.0
offset_top = 60.0
offset_right = 599.0
offset_bottom = 146.0
theme_override_font_sizes/font_size = 60
text = "Minutes"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Time" type="Label" parent="Minutes"]
layout_mode = 0
offset_left = 34.0
offset_top = 72.0
offset_right = 192.0
offset_bottom = 185.0
theme_override_font_sizes/font_size = 80
text = "00"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Hours" type="Label" parent="."]
offset_left = 660.0
offset_top = 60.0
offset_right = 899.0
offset_bottom = 146.0
theme_override_font_sizes/font_size = 60
text = "Hours"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Time" type="Label" parent="Hours"]
layout_mode = 0
offset_left = 34.0
offset_top = 72.0
offset_right = 192.0
offset_bottom = 185.0
theme_override_font_sizes/font_size = 80
text = "00"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Days" type="Label" parent="."]
offset_left = 60.0
offset_top = 310.0
offset_right = 299.0
offset_bottom = 396.0
theme_override_font_sizes/font_size = 60
text = "Days"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Time" type="Label" parent="Days"]
layout_mode = 0
offset_left = 34.0
offset_top = 72.0
offset_right = 192.0
offset_bottom = 185.0
theme_override_font_sizes/font_size = 80
text = "00"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Months" type="Label" parent="."]
offset_left = 360.0
offset_top = 310.0
offset_right = 599.0
offset_bottom = 396.0
theme_override_font_sizes/font_size = 60
text = "Months"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Time" type="Label" parent="Months"]
layout_mode = 0
offset_left = 34.0
offset_top = 72.0
offset_right = 192.0
offset_bottom = 185.0
theme_override_font_sizes/font_size = 80
text = "00"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Years" type="Label" parent="."]
offset_left = 660.0
offset_top = 310.0
offset_right = 899.0
offset_bottom = 396.0
theme_override_font_sizes/font_size = 60
text = "Years"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Time" type="Label" parent="Years"]
layout_mode = 0
offset_left = 34.0
offset_top = 72.0
offset_right = 192.0
offset_bottom = 185.0
theme_override_font_sizes/font_size = 80
text = "00"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Done" type="Button" parent="."]
offset_left = 328.0
offset_top = 506.0
offset_right = 607.0
offset_bottom = 569.0
theme_override_font_sizes/font_size = 40
theme_override_styles/normal = SubResource("StyleBoxFlat_pk7iq")
theme_override_styles/hover = SubResource("StyleBoxFlat_0nsyf")
theme_override_styles/pressed = SubResource("StyleBoxFlat_2oim1")
text = "Done Working"
[node name="Multi-Music Player" parent="." instance=ExtResource("2_dw64x")]
[connection signal="pressed" from="Done" to="." method="_on_done_pressed"]