Quick-Tasks/Quick Tasks/Scenes/Start.tscn
2025-04-15 11:57:44 -07:00

139 lines
7 KiB
Text

[gd_scene load_steps=10 format=3 uid="uid://ia5u2wd3knil"]
[ext_resource type="Script" path="res://Scripts/Root_Scene.gd" id="1_ljtwx"]
[ext_resource type="PackedScene" uid="uid://c70gbr2jffkw4" path="res://Scenes/tasks_interface.tscn" id="2_i801n"]
[ext_resource type="PackedScene" uid="uid://vcmi7tocwssm" path="res://Scenes/task_interface.tscn" id="3_p26ph"]
[ext_resource type="PackedScene" uid="uid://blx2x3hqimch5" path="res://Scenes/repeating_interface.tscn" id="4_afesl"]
[ext_resource type="AudioStream" uid="uid://bnjtjmmw4aqji" path="res://Audio/Sound effects/flourescent-light-29596.mp3" id="5_o4evo"]
[ext_resource type="Script" path="res://addons/Saving/SaveScript.gd" id="5_yateg"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cblec"]
bg_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fucp0"]
bg_color = Color(0.247059, 0, 0.215686, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pr4tw"]
bg_color = Color(0, 0, 0, 0)
[node name="Selection" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ljtwx")
ThreeTasksButton = ExtResource("2_i801n")
OneTaskButton = ExtResource("3_p26ph")
RepeatingButton = ExtResource("4_afesl")
[node name="SaveNode" type="Node" parent="."]
script = ExtResource("5_yateg")
MainVars = {
"Accounting": PackedStringArray("Look at your account balance.", "Plan one month in the future.", "See what you spent money on.", "Stop spending money on something."),
"Artist": PackedStringArray("Learn to draw something new.", "Draw something you know.", "Create a vector image.", "Create pixel art."),
"Biology": PackedStringArray("Learn something new about humans.", "Learn something new about animals.", "Relearn some facts about humans.", "Relearn some facts about animals."),
"Building": PackedStringArray("Learn about screws.", "Learn about nails.", "Learn about different wood types.", "Learn about different metal types.", "Learn about some cool designs."),
"Cleaning": PackedStringArray("Clean the desk.", "Clean the monitor.", "Clean the computer.", "Dust a room.", "Clean a cupboard.", "Clean the floor.", "Clean the walls.", "Shred paper."),
"Computer Science": PackedStringArray("Learn about programming.", "Learn about programming languages.", "Learn about applications.", "Create a program.", "Polish a program."),
"Game Developer": PackedStringArray("Learn about game design.", "Learn about a new game.", "Analyze a game.", "Create a gameplay mechanic."),
"Gardening": PackedStringArray("Trim a bush.", "Pull some weeds.", "Mow the grass.", "Edge the lawn.", "Plan how the lawn will look."),
"Language": PackedStringArray("Learn a new language.", "Continue learning a language."),
"Medical": PackedStringArray("Learn a new first aid.", "Learn about R.I.C.E.", "Learn about Shock.", "Learn how to treat simple injuries.", "Learn CPR."),
"Musician": PackedStringArray("Learn a new element about music.", "Create a song.", "Create a riff.", "Create a new synth instrument.", "Analyze a song."),
"Pet Care": PackedStringArray("Learn a new things about animals.", "Care for your pet."),
"Photographer": PackedStringArray("Learn about lighting.", "Learn about framing.", "Take a picture."),
"Reading": PackedStringArray("Read a book for 5 minutes.", "Find a new book to read."),
"Researcher": PackedStringArray("Learn about how to research.", "Find an interesting topic to research.", "Research a topic.", "Verify the volitidy of a topic."),
"Security": PackedStringArray("Check the locks on your doors and windows.", "Make sure outside things are stored inside."),
"Self Care": PackedStringArray("Comb your hair.", "Shower yourself.", "Shave."),
"Socializing": PackedStringArray("Learn how to public speak.", "Practice public speaking.", "Learn how to speak better."),
"Teaching": PackedStringArray("Learn how to teach.", "Make a plan on teaching.", "Write down your knowledge.", "Share your experiences."),
"Technology": PackedStringArray("Learn about audio.", "Learn about technology.", "Create a cool invention."),
"Video Creation": PackedStringArray("Learn about video creation.", "Create a video.", "Learn about audio mastery.", "Learn about editing.", "Learn about video visuals."),
"Web Development": PackedStringArray("Learn about HTML.", "Learn a new things about HTML.", "Create a web page.", "Polish a web page.", "Learn about CSS.", "Learn a new thing about CSS.", "Learn about Javascript.", "Learn a new thing about Javascript."),
"Writing": PackedStringArray("Learn a new word.", "Create a paragraph.", "Write for 5 minutes.", "Plan a story.")
}
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
offset_right = 900.0
offset_bottom = 600.0
color = Color(0.196078, 0.196078, 0.196078, 1)
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 300.0
offset_top = 100.0
offset_right = 600.0
offset_bottom = 200.0
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_font_sizes/font_size = 40
text = "Quick Tasks :)"
horizontal_alignment = 1
vertical_alignment = 1
[node name="3 Tasks Button" type="Button" parent="."]
layout_mode = 0
offset_left = 200.0
offset_top = 300.0
offset_right = 400.0
offset_bottom = 350.0
theme_override_font_sizes/font_size = 30
theme_override_styles/normal = SubResource("StyleBoxFlat_cblec")
theme_override_styles/hover = SubResource("StyleBoxFlat_fucp0")
theme_override_styles/focus = SubResource("StyleBoxFlat_pr4tw")
action_mode = 0
text = "3 Tasks"
[node name="1 Task Button" type="Button" parent="."]
layout_mode = 0
offset_left = 500.0
offset_top = 300.0
offset_right = 700.0
offset_bottom = 350.0
theme_override_font_sizes/font_size = 30
theme_override_styles/normal = SubResource("StyleBoxFlat_cblec")
theme_override_styles/hover = SubResource("StyleBoxFlat_fucp0")
theme_override_styles/focus = SubResource("StyleBoxFlat_pr4tw")
action_mode = 0
text = "Random Task"
[node name="Repeating Button" type="Button" parent="."]
layout_mode = 0
offset_left = 300.0
offset_top = 400.0
offset_right = 600.0
offset_bottom = 450.0
theme_override_font_sizes/font_size = 30
theme_override_styles/normal = SubResource("StyleBoxFlat_cblec")
theme_override_styles/hover = SubResource("StyleBoxFlat_fucp0")
theme_override_styles/focus = SubResource("StyleBoxFlat_pr4tw")
action_mode = 0
text = "Repeat Tasks"
[node name="Volume" type="HScrollBar" parent="."]
layout_mode = 0
offset_left = 371.0
offset_top = 496.0
offset_right = 521.0
offset_bottom = 512.0
min_value = -36.0
max_value = 0.0
[node name="Label" type="Label" parent="Volume"]
layout_mode = 0
offset_top = -24.0
offset_right = 150.0
offset_bottom = -1.0
text = "Audio"
horizontal_alignment = 1
[node name="TestSoundEffect" type="AudioStreamPlayer" parent="."]
stream = ExtResource("5_o4evo")
[connection signal="pressed" from="3 Tasks Button" to="." method="Three_Tasks_Button"]
[connection signal="pressed" from="1 Task Button" to="." method="One_Task_Button"]
[connection signal="pressed" from="Repeating Button" to="." method="Repeating_Button"]
[connection signal="value_changed" from="Volume" to="." method="_on_volume_value_changed"]