From f3e3d4bfcd9f0e5983abe8df781a9723cd009b98 Mon Sep 17 00:00:00 2001 From: Adrien Ufferte Date: Tue, 27 Jan 2026 14:43:19 +0100 Subject: [PATCH] Upgrade Godot version to 4.6 --- .../godot-form-validator/example/example.tscn | 141 ++++++++++-------- kalulu_localization.csv.import | 2 + progression.tres | 3 +- project.godot | 4 +- resources/gardens/flower_material.tres | 2 +- resources/gardens/garden.tscn | 12 +- resources/gardens/garden_flower.tscn | 12 +- resources/themes/error_label_settings.tres | 2 +- resources/themes/kalulu_theme.tres | 2 +- resources/themes/kalulu_theme_big.tres | 2 +- .../themes/minigames_label_settings.tres | 2 +- .../themes/minigames_label_settings_ants.tres | 2 +- .../minigames_label_settings_caterpillar.tres | 2 +- ...nigames_label_settings_monkey_coconut.tres | 2 +- .../minigames_label_settings_parakeet.tres | 2 +- .../minigames_label_settings_penguins.tres | 2 +- .../minigames_label_settings_turtles.tres | 2 +- sources/gardens/boss_button.tscn | 14 +- sources/gardens/flower_particle.tscn | 12 +- sources/gardens/gardens.tscn | 102 ++++++------- sources/kalulu.tscn | 4 +- sources/language_tool/fish_word_list.tscn | 28 ++-- .../language_tool/fish_word_list_element.tscn | 16 +- .../gp_image_and_sound_descriptions.tscn | 36 ++--- sources/language_tool/gp_list.tscn | 28 ++-- sources/language_tool/gp_list_button.tscn | 4 +- sources/language_tool/gp_list_element.tscn | 34 ++--- sources/language_tool/gp_select_popup.tscn | 8 +- .../language_tool/gp_video_descriptions.tscn | 28 ++-- .../image_and_sound_gp_description.tscn | 32 ++-- sources/language_tool/in_game_sounds.tscn | 6 +- sources/language_tool/kalulu_speech.tscn | 20 +-- .../language_tool/kalulu_speech_title.tscn | 8 +- sources/language_tool/kalulu_speeches.tscn | 20 +-- sources/language_tool/lesson_container.tscn | 16 +- sources/language_tool/lesson_exercises.tscn | 38 ++--- .../lesson_exercises_container.tscn | 54 +++---- sources/language_tool/lesson_gp_label.tscn | 4 +- sources/language_tool/lessons_list.tscn | 32 ++-- sources/language_tool/list_title.tscn | 28 ++-- sources/language_tool/plus_button.tscn | 6 +- sources/language_tool/prof_tool_menu.tscn | 84 +++++------ sources/language_tool/segment_build.tscn | 18 +-- sources/language_tool/segment_container.tscn | 38 ++--- .../language_tool/segment_point_button.tscn | 8 +- sources/language_tool/sentence_list.tscn | 14 +- .../language_tool/sentence_list_element.tscn | 4 +- sources/language_tool/syllable_list.tscn | 4 +- .../language_tool/syllable_list_element.tscn | 4 +- sources/language_tool/tracing_builder.tscn | 50 +++---- .../language_tool/video_gp_description.tscn | 28 ++-- sources/language_tool/word_list.tscn | 56 +++---- sources/language_tool/word_list_element.tscn | 66 ++++---- sources/lesson_screen/lesson_button.tscn | 12 +- sources/look_and_learn/letter_segment.tscn | 12 +- sources/look_and_learn/look_and_learn.tscn | 56 ++++--- sources/look_and_learn/tracing_effects.tscn | 10 +- sources/look_and_learn/tracing_manager.tscn | 10 +- sources/look_and_learn/tracing_path.tscn | 24 ++- sources/menus/adult_block/adult_block.tscn | 25 +--- sources/menus/adult_check/adult_check.tscn | 31 ++-- sources/menus/brain/brain.tscn | 120 +++++++-------- sources/menus/components/code_keyboard.tscn | 30 ++-- .../menus/components/night_sky/night_sky.tscn | 10 +- .../menus/components/password_visualizer.tscn | 16 +- .../device_selection/device_selection.tscn | 16 +- .../language_selection/language_check.tscn | 38 ++--- .../package_downloader.tscn | 54 +++---- sources/menus/login/login.tscn | 38 ++--- sources/menus/main/device_button.tscn | 8 +- sources/menus/main/main_menu.tscn | 129 ++++++++-------- sources/menus/main/plants/bush.tscn | 14 +- sources/menus/main/plants/flower.tscn | 16 +- sources/menus/main/plants/large_flower.tscn | 34 ++--- sources/menus/main/plants/palm.tscn | 14 +- sources/menus/register/register.tscn | 34 ++--- .../register/steps/account_type_step.tscn | 25 ++-- sources/menus/register/steps/base_step.tscn | 39 ++--- .../register/steps/credentials_step.tscn | 42 +++--- .../menus/register/steps/device_recap.tscn | 10 +- .../steps/general_conditions_step.tscn | 24 +-- .../steps/language/language_step.tscn | 12 +- .../register/steps/parent/player_step.tscn | 48 +++--- .../steps/parent/players_count_step.tscn | 4 +- sources/menus/register/steps/recap_step.tscn | 32 ++-- .../steps/teacher/devices_count_step.tscn | 12 +- .../register/steps/teacher/method_step.tscn | 22 +-- .../steps/teacher/students_count_step.tscn | 10 +- .../menus/settings/developer_settings.tscn | 54 +++---- sources/menus/settings/device_tab.tscn | 10 +- sources/menus/settings/lesson_unlock.tscn | 22 +-- sources/menus/settings/lesson_unlocks.tscn | 72 ++++----- sources/menus/settings/log_level_element.tscn | 18 +-- .../menus/settings/sound_settings_button.tscn | 60 ++++---- sources/menus/settings/student_panel.tscn | 16 +- sources/menus/settings/teacher_settings.tscn | 74 ++++----- sources/menus/splash_screen/error_screen.tscn | 12 +- .../menus/splash_screen/splash_screen.tscn | 10 +- sources/minigames/ants/ant.tscn | 10 +- sources/minigames/ants/ant_animations.tres | 2 +- sources/minigames/ants/ants_minigame.tscn | 26 ++-- sources/minigames/ants/blank.tscn | 8 +- sources/minigames/ants/word.tscn | 22 +-- sources/minigames/base/base_minigame.tscn | 14 +- .../hear_and_find/syllables_minigame.tscn | 6 +- sources/minigames/base/kalulu.tscn | 12 +- sources/minigames/base/minigame_ui.tscn | 72 +++++---- .../minigames/base/words/words_minigame.tscn | 4 +- sources/minigames/caterpillar/berry.tscn | 22 +-- sources/minigames/caterpillar/branch.tscn | 14 +- .../minigames/caterpillar/caterpillar.tscn | 16 +- .../caterpillar/caterpillar_body.tscn | 24 +-- .../caterpillar/caterpillar_body_side.tscn | 6 +- .../caterpillar/caterpillar_head.tscn | 10 +- .../caterpillar_head_animations.tres | 2 +- .../caterpillar/caterpillar_leg_back.tscn | 6 +- .../caterpillar/caterpillar_leg_front.tscn | 6 +- .../caterpillar/caterpillar_minigame.tscn | 16 +- sources/minigames/caterpillar/leaf.tscn | 8 +- sources/minigames/caterpillar/spit_fx.tscn | 8 +- sources/minigames/crabs/crab/crab.tscn | 34 ++--- .../minigames/crabs/crab/crab_animations.tres | 2 +- sources/minigames/crabs/crabs_minigame.tscn | 10 +- sources/minigames/crabs/hole/hole.tscn | 16 +- sources/minigames/fish/fish_minigame.tscn | 72 +++++---- sources/minigames/fish/fish_texture_rect.tscn | 9 +- sources/minigames/frog/frog.tscn | 8 +- sources/minigames/frog/frog_animations.tres | 2 +- sources/minigames/frog/frog_material.tres | 2 +- sources/minigames/frog/frog_minigame.tscn | 26 ++-- sources/minigames/frog/lilypad.tscn | 30 ++-- sources/minigames/frog/lilypad_material.tres | 2 +- sources/minigames/frog/lilypad_track.tscn | 8 +- sources/minigames/frog/river.tscn | 4 +- .../blue_jellyfish_animations_arms.tres | 2 +- .../blue_jellyfish_animations_body.tres | 2 +- .../jellyfish/green_jellyfish_animations.tres | 2 +- sources/minigames/jellyfish/jellyfish.tscn | 35 +++-- .../jellyfish/jellyfish_minigame.tscn | 12 +- .../pink_jellyfish_animations_arms.tres | 2 +- .../pink_jellyfish_animations_body.tres | 2 +- .../jellyfish/red_jellyfish_animations.tres | 2 +- .../minigames/monkeys/broken_coconut_fx.tscn | 12 +- sources/minigames/monkeys/coconut.tscn | 12 +- sources/minigames/monkeys/king_monkey.tscn | 12 +- sources/minigames/monkeys/monkey.tscn | 20 +-- .../minigames/monkeys/monkey_animations.tres | 2 +- .../monkeys/monkey_king_animations.tres | 2 +- .../minigames/monkeys/monkeys_minigame.tscn | 32 ++-- .../parakeets/green_parakeet_animations.tres | 2 +- .../green_parakeet_feathers_animations.tres | 2 +- sources/minigames/parakeets/parakeet.tscn | 26 ++-- .../parakeets/parakeets_minigame.tscn | 104 ++++++------- .../parakeets/red_parakeet_animations.tres | 2 +- .../red_parakeet_feathers_animations.tres | 2 +- .../parakeets/yellow_parakeet_animation.tres | 2 +- .../yellow_parakeet_feathers_animations.tres | 2 +- sources/minigames/penguin/penguin.tscn | 10 +- .../minigames/penguin/penguin_animations.tres | 2 +- sources/minigames/penguin/penguin_label.tscn | 16 +- .../minigames/penguin/penguin_minigame.tscn | 16 +- sources/minigames/penguin/snowball.tscn | 10 +- .../turtles/green_turtle_animations.tres | 2 +- sources/minigames/turtles/island.tscn | 10 +- .../turtles/khaki_turtle_animations.tres | 2 +- .../turtles/purple_turtle_animations.tres | 2 +- sources/minigames/turtles/turtle.tscn | 40 ++--- .../minigames/turtles/turtles_minigame.tscn | 48 +++--- .../turtles/turtles_water_material.tres | 2 +- sources/minigames/turtles/water.tscn | 4 +- sources/ui/loading_popup.tscn | 28 ++-- sources/ui/popup.tscn | 24 +-- sources/ui/tr_item_list.tscn | 4 +- sources/utils/auto_size_label.tscn | 6 +- sources/utils/autoloads/music_manager.tscn | 6 +- sources/utils/autoloads/opening_curtain.tscn | 14 +- sources/utils/autoloads/server_manager.tscn | 10 +- sources/utils/fx/firework.tscn | 6 +- sources/utils/fx/fireworks.tscn | 4 +- sources/utils/fx/highlight.tscn | 14 +- sources/utils/fx/right.tscn | 14 +- sources/utils/fx/right_stars.tscn | 8 +- sources/utils/fx/sand.tscn | 10 +- sources/utils/fx/water_ring.tscn | 8 +- sources/utils/fx/wrong.tscn | 14 +- sources/utils/keyboard_spacer.tscn | 4 +- sources/utils/swipe_detector.tscn | 6 +- 187 files changed, 1836 insertions(+), 1867 deletions(-) diff --git a/addons/godot-form-validator/example/example.tscn b/addons/godot-form-validator/example/example.tscn index 5f57cf7b..bc74ee5c 100644 --- a/addons/godot-form-validator/example/example.tscn +++ b/addons/godot-form-validator/example/example.tscn @@ -1,20 +1,20 @@ -[gd_scene load_steps=42 format=3 uid="uid://dpi5vv8r80o7r"] +[gd_scene format=3 uid="uid://dpi5vv8r80o7r"] [ext_resource type="Script" uid="uid://w3bvkvn7umfw" path="res://addons/godot-form-validator/example/example.gd" id="1_8caq6"] [ext_resource type="Script" uid="uid://ddmyah1o42hwp" path="res://addons/godot-form-validator/form_validator.gd" id="2_mtxo0"] -[ext_resource type="Script" uid="uid://b23qfes63s2no" path="res://addons/godot-form-validator/control_validator.gd" id="3_hkwup"] +[ext_resource type="Script" uid="uid://dg4qit8mffvjh" path="res://addons/godot-form-validator/control_validator.gd" id="3_hkwup"] [ext_resource type="Script" uid="uid://dg17cfvs2w257" path="res://addons/godot-form-validator/rules/validator_rule.gd" id="4_d7ctn"] -[ext_resource type="Script" uid="uid://ce2mdbvkkvvt4" path="res://addons/godot-form-validator/rules/alpha_rule.gd" id="4_dq1df"] -[ext_resource type="Script" uid="uid://b0dbsne0vdlsi" path="res://addons/godot-form-validator/rules/required_rule.gd" id="5_cu56g"] +[ext_resource type="Script" uid="uid://wgfr07ktmqap" path="res://addons/godot-form-validator/rules/alpha_rule.gd" id="4_dq1df"] +[ext_resource type="Script" uid="uid://dw5aercmfe4" path="res://addons/godot-form-validator/rules/required_rule.gd" id="5_cu56g"] [ext_resource type="Script" uid="uid://c1cqwb15yoqb3" path="res://addons/godot-form-validator/validators/line_edit_validator.gd" id="5_rknpr"] -[ext_resource type="Script" uid="uid://cklaq6vs6ekl5" path="res://addons/godot-form-validator/rules/numeric_rule.gd" id="7_6vtuw"] +[ext_resource type="Script" uid="uid://dgk131fex3ts2" path="res://addons/godot-form-validator/rules/numeric_rule.gd" id="7_6vtuw"] [ext_resource type="Script" uid="uid://bueqq0cpyjwtg" path="res://addons/godot-form-validator/rules/alphanumeric_rule.gd" id="8_mu0ia"] -[ext_resource type="Script" uid="uid://f4gllyb5w8eb" path="res://addons/godot-form-validator/rules/email_rule.gd" id="9_4ynyw"] -[ext_resource type="Script" uid="uid://daolm78xg3qgd" path="res://addons/godot-form-validator/rules/length_rule.gd" id="10_iuueu"] -[ext_resource type="Script" uid="uid://dxd215tab7r34" path="res://addons/godot-form-validator/rules/greater_than_rule.gd" id="11_1tya3"] +[ext_resource type="Script" uid="uid://dvpln5snrt4mq" path="res://addons/godot-form-validator/rules/email_rule.gd" id="9_4ynyw"] +[ext_resource type="Script" uid="uid://bj4s5o33vkcts" path="res://addons/godot-form-validator/rules/length_rule.gd" id="10_iuueu"] +[ext_resource type="Script" uid="uid://snmw7k006wch" path="res://addons/godot-form-validator/rules/greater_than_rule.gd" id="11_1tya3"] [ext_resource type="Script" uid="uid://kleihw30fvoh" path="res://addons/godot-form-validator/validators/range_validator.gd" id="11_51cp7"] [ext_resource type="Script" uid="uid://couf48gpjy4yt" path="res://addons/godot-form-validator/validators/button_validator.gd" id="13_eri47"] -[ext_resource type="Script" uid="uid://drref7rcao1tw" path="res://addons/godot-form-validator/rules/custom_rule.gd" id="13_ibg52"] +[ext_resource type="Script" uid="uid://c7tybiqm6xgvi" path="res://addons/godot-form-validator/rules/custom_rule.gd" id="13_ibg52"] [ext_resource type="Script" uid="uid://dsrxfoqxxycoi" path="res://addons/godot-form-validator/rules/boolean_rule.gd" id="15_xjpko"] [sub_resource type="LabelSettings" id="LabelSettings_nw8ds"] @@ -30,6 +30,7 @@ fail_message = "Value must contain only alpha characters." [sub_resource type="Resource" id="Resource_15man"] script = ExtResource("5_rknpr") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_i25hd"), SubResource("Resource_4mimn")]) [sub_resource type="LabelSettings" id="LabelSettings_su7t3"] @@ -48,6 +49,7 @@ fail_message = "Value must contain only numbers." [sub_resource type="Resource" id="Resource_1t3q0"] script = ExtResource("5_rknpr") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_j4pud"), SubResource("Resource_xxhfq")]) [sub_resource type="Resource" id="Resource_ftvbf"] @@ -60,6 +62,7 @@ fail_message = "A value is required." [sub_resource type="Resource" id="Resource_61y5a"] script = ExtResource("5_rknpr") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_ftvbf"), SubResource("Resource_my5ss")]) [sub_resource type="Resource" id="Resource_f3i8j"] @@ -72,6 +75,7 @@ fail_message = "A value is required." [sub_resource type="Resource" id="Resource_q4oax"] script = ExtResource("5_rknpr") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_f3i8j"), SubResource("Resource_l5e3w")]) [sub_resource type="Resource" id="Resource_d1g5r"] @@ -85,6 +89,7 @@ max_length = 10 [sub_resource type="Resource" id="Resource_62odm"] script = ExtResource("5_rknpr") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_d1g5r"), SubResource("Resource_jqdfw")]) [sub_resource type="Resource" id="Resource_qm2iv"] @@ -97,6 +102,7 @@ target_value = "3" [sub_resource type="Resource" id="Resource_smogv"] script = ExtResource("11_51cp7") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_qm2iv"), SubResource("Resource_brbah")]) [sub_resource type="Resource" id="Resource_4riv3"] @@ -106,6 +112,7 @@ fail_message = "The red channel must be greater than 0.5." [sub_resource type="Resource" id="Resource_mh7td"] script = ExtResource("13_eri47") +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_4riv3")]) [sub_resource type="Resource" id="Resource_3nuq2"] @@ -116,9 +123,10 @@ fail_message = "The check box must be checked." [sub_resource type="Resource" id="Resource_kbsj8"] script = ExtResource("13_eri47") validation_order = -1 +validation_method = 0 rules = Array[ExtResource("4_d7ctn")]([SubResource("Resource_3nuq2")]) -[node name="Example" type="PanelContainer"] +[node name="Example" type="PanelContainer" unique_id=1143668754] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -126,19 +134,20 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_8caq6") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=557209502] layout_mode = 2 theme_override_constants/margin_left = 32 theme_override_constants/margin_top = 32 theme_override_constants/margin_right = 32 theme_override_constants/margin_bottom = 32 -[node name="FormValidator" type="Control" parent="MarginContainer"] +[node name="FormValidator" type="Control" parent="MarginContainer" unique_id=740375273] layout_mode = 2 script = ExtResource("2_mtxo0") auto_validate = true +validation_method = 0 -[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/FormValidator"] +[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/FormValidator" unique_id=1672024461] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -146,267 +155,267 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Title" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2"] +[node name="Title" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2" unique_id=1875744463] layout_mode = 2 text = "Godot Form Validator Examples" label_settings = SubResource("LabelSettings_nw8ds") horizontal_alignment = 1 vertical_alignment = 1 -[node name="GridContainer" type="GridContainer" parent="MarginContainer/FormValidator/VBoxContainer2"] +[node name="GridContainer" type="GridContainer" parent="MarginContainer/FormValidator/VBoxContainer2" unique_id=973575488] layout_mode = 2 size_flags_vertical = 3 theme_override_constants/h_separation = 16 theme_override_constants/v_separation = 16 columns = 4 -[node name="Label" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=516411488] layout_mode = 2 text = "Alpha" vertical_alignment = 1 -[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1233638864] layout_mode = 2 size_flags_horizontal = 3 -[node name="Alpha" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer"] +[node name="Alpha" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer" unique_id=195719562] layout_mode = 2 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer/Alpha"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer/Alpha" unique_id=281329145] script = ExtResource("3_hkwup") validator = SubResource("Resource_15man") -[node name="AlphaError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer"] +[node name="AlphaError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer" unique_id=1627694098] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="AlphaValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer"] +[node name="AlphaValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer" unique_id=84059690] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label2" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label2" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1097468362] layout_mode = 2 text = "Numeric" vertical_alignment = 1 -[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1159405902] layout_mode = 2 size_flags_horizontal = 3 -[node name="Numeric" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2"] +[node name="Numeric" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2" unique_id=1678871163] layout_mode = 2 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2/Numeric"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2/Numeric" unique_id=714305967] script = ExtResource("3_hkwup") validator = SubResource("Resource_1t3q0") -[node name="NumericError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2"] +[node name="NumericError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2" unique_id=830938453] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="NumericValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2"] +[node name="NumericValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer2" unique_id=835884425] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label3" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label3" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1149940543] layout_mode = 2 text = "Alphanumeric" vertical_alignment = 1 -[node name="VBoxContainer3" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer3" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=388333675] layout_mode = 2 size_flags_horizontal = 3 -[node name="Alphanumeric" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3"] +[node name="Alphanumeric" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3" unique_id=1804794614] layout_mode = 2 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3/Alphanumeric"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3/Alphanumeric" unique_id=295749143] script = ExtResource("3_hkwup") validator = SubResource("Resource_61y5a") -[node name="AlphanumericError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3"] +[node name="AlphanumericError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3" unique_id=1860584450] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="AlphanumericValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3"] +[node name="AlphanumericValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer3" unique_id=493731166] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label4" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label4" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=539231275] layout_mode = 2 text = "Email" vertical_alignment = 1 -[node name="VBoxContainer4" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer4" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1263223546] layout_mode = 2 size_flags_horizontal = 3 -[node name="Email" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4"] +[node name="Email" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4" unique_id=1555844645] layout_mode = 2 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4/Email"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4/Email" unique_id=131516445] script = ExtResource("3_hkwup") validator = SubResource("Resource_q4oax") -[node name="EmailError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4"] +[node name="EmailError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4" unique_id=1261830767] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="EmailValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4"] +[node name="EmailValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer4" unique_id=384749791] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label5" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label5" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1714799108] layout_mode = 2 text = "Length" vertical_alignment = 1 -[node name="VBoxContainer5" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer5" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1293011567] layout_mode = 2 size_flags_horizontal = 3 -[node name="Length" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5"] +[node name="Length" type="LineEdit" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5" unique_id=2064540250] layout_mode = 2 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5/Length"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5/Length" unique_id=1845190839] script = ExtResource("3_hkwup") validator = SubResource("Resource_62odm") -[node name="LengthError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5"] +[node name="LengthError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5" unique_id=1875660447] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="LengthValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5"] +[node name="LengthValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer5" unique_id=2021172312] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label6" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label6" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=349007451] layout_mode = 2 text = "Value" vertical_alignment = 1 -[node name="VBoxContainer6" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer6" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1662292642] layout_mode = 2 size_flags_horizontal = 3 -[node name="Value" type="SpinBox" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6"] +[node name="Value" type="SpinBox" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6" unique_id=255442278] layout_mode = 2 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6/Value"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6/Value" unique_id=186846352] script = ExtResource("3_hkwup") validator = SubResource("Resource_smogv") -[node name="ValueError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6"] +[node name="ValueError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6" unique_id=1002570139] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="ValueValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6"] +[node name="ValueValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer6" unique_id=1604137535] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label7" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label7" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=2112194338] layout_mode = 2 text = "Custom" vertical_alignment = 1 -[node name="VBoxContainer7" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer7" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=418670733] layout_mode = 2 size_flags_horizontal = 3 -[node name="ColorPicker" type="ColorPickerButton" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7"] +[node name="ColorPicker" type="ColorPickerButton" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7" unique_id=1750844205] custom_minimum_size = Vector2(0, 32) layout_mode = 2 size_flags_vertical = 3 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7/ColorPicker"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7/ColorPicker" unique_id=807038440] script = ExtResource("3_hkwup") validator = SubResource("Resource_mh7td") -[node name="ColorPickerError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7"] +[node name="ColorPickerError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7" unique_id=582336359] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="ColorPickerValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7"] +[node name="ColorPickerValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer7" unique_id=2137026177] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="Label8" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="Label8" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1475169490] layout_mode = 2 text = "Checked" vertical_alignment = 1 -[node name="VBoxContainer8" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer"] +[node name="VBoxContainer8" type="VBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer" unique_id=1031839141] layout_mode = 2 size_flags_horizontal = 3 -[node name="Checked" type="CheckBox" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8"] +[node name="Checked" type="CheckBox" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8" unique_id=1249694583] custom_minimum_size = Vector2(0, 32) layout_mode = 2 size_flags_vertical = 3 -[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8/Checked"] +[node name="ControlValidator" type="Node" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8/Checked" unique_id=1199739924] script = ExtResource("3_hkwup") validator = SubResource("Resource_kbsj8") -[node name="CheckedError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8"] +[node name="CheckedError" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8" unique_id=1247191832] visible = false layout_mode = 2 text = "ERROR" label_settings = SubResource("LabelSettings_su7t3") autowrap_mode = 2 -[node name="CheckedValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8"] +[node name="CheckedValid" type="Label" parent="MarginContainer/FormValidator/VBoxContainer2/GridContainer/VBoxContainer8" unique_id=1900555189] visible = false layout_mode = 2 text = "Valid!" label_settings = SubResource("LabelSettings_urp4f") -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/FormValidator/VBoxContainer2" unique_id=566181778] layout_mode = 2 theme_override_constants/separation = 32 -[node name="Validate" type="Button" parent="MarginContainer/FormValidator/VBoxContainer2/HBoxContainer"] +[node name="Validate" type="Button" parent="MarginContainer/FormValidator/VBoxContainer2/HBoxContainer" unique_id=742843249] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Validate Form" -[node name="Exit" type="Button" parent="MarginContainer/FormValidator/VBoxContainer2/HBoxContainer"] +[node name="Exit" type="Button" parent="MarginContainer/FormValidator/VBoxContainer2/HBoxContainer" unique_id=809646022] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 diff --git a/kalulu_localization.csv.import b/kalulu_localization.csv.import index 798e491d..de5f0974 100644 --- a/kalulu_localization.csv.import +++ b/kalulu_localization.csv.import @@ -15,3 +15,5 @@ dest_files=["res://kalulu_localization.fr.translation", "res://kalulu_localizati compress=true delimiter=0 +unescape_keys=false +unescape_translations=true diff --git a/progression.tres b/progression.tres index 763358ee..3e9e0b5c 100644 --- a/progression.tres +++ b/progression.tres @@ -1,8 +1,7 @@ -[gd_resource type="Resource" script_class="UserProgression" load_steps=2 format=3 uid="uid://d2eidlyvq5bua"] +[gd_resource type="Resource" script_class="StudentProgression" format=3 uid="uid://d2eidlyvq5bua"] [ext_resource type="Script" uid="uid://bs5l0l33e7iqf" path="res://resources/user/student_progression.gd" id="1_6qylt"] [resource] script = ExtResource("1_6qylt") version = 1.0 -unlocks = {} diff --git a/project.godot b/project.godot index 3aa0506b..3544c749 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="Kalulu" config/version="2.1.8" run/main_scene="res://sources/menus/splash_screen/splash_screen.tscn" -config/features=PackedStringArray("4.5", "Forward Plus") +config/features=PackedStringArray("4.6", "Forward Plus") boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1) config/icon="res://assets/kalulu_icon.png" custom/unlock_everything=false @@ -31,11 +31,11 @@ ServerManager="*res://sources/utils/autoloads/server_manager.tscn" Database="*res://sources/utils/autoloads/database.gd" UserDataManager="*res://sources/utils/autoloads/user_data_manager.gd" MusicManager="*res://sources/utils/autoloads/music_manager.tscn" -Validation="*res://addons/godot-form-validator/validation.gd" OpeningCurtain="*res://sources/utils/autoloads/opening_curtain.tscn" Globals="*res://sources/language_tool/globals.gd" Utils="*res://sources/utils/autoloads/utils.gd" UnicodeNormalizer="*res://sources/utils/autoloads/unicode_normalizer.gd" +Validation="*uid://dprgt5c7gdii6" [debug] diff --git a/resources/gardens/flower_material.tres b/resources/gardens/flower_material.tres index e1933913..a920abad 100644 --- a/resources/gardens/flower_material.tres +++ b/resources/gardens/flower_material.tres @@ -1,4 +1,4 @@ -[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://djusd5bu6780j"] +[gd_resource type="ShaderMaterial" format=3 uid="uid://djusd5bu6780j"] [ext_resource type="Shader" uid="uid://b4ayxnpntyj46" path="res://resources/gardens/garden_flower.gdshader" id="1_n3pck"] diff --git a/resources/gardens/garden.tscn b/resources/gardens/garden.tscn index 239986d7..147dd98d 100644 --- a/resources/gardens/garden.tscn +++ b/resources/gardens/garden.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://btg3qd8eld1mm"] +[gd_scene format=3 uid="uid://btg3qd8eld1mm"] [ext_resource type="Script" uid="uid://ch5h4p1o54whq" path="res://resources/gardens/garden.gd" id="1_5owem"] [ext_resource type="Texture2D" uid="uid://b5kildofgmthb" path="res://assets/gardens/gardens/garden_01_open.png" id="3_p7iv3"] [ext_resource type="PackedScene" uid="uid://delcgui3v0eek" path="res://sources/lesson_screen/lesson_button.tscn" id="4_epm30"] -[node name="Garden" type="Control"] +[node name="Garden" type="Control" unique_id=1950346826] custom_minimum_size = Vector2(2400, 2.08165e-12) layout_mode = 3 anchors_preset = 15 @@ -16,7 +16,7 @@ mouse_filter = 2 script = ExtResource("1_5owem") garden_colors = Array[Color]([Color(0.588235, 0.439216, 0.878431, 1), Color(1, 0.909804, 0.137255, 1), Color(0.929412, 0.603922, 0.709804, 1), Color(0.658824, 0.262745, 0.286275, 1), Color(0.247059, 0.196078, 0.647059, 1), Color(0.619608, 0.976471, 0.670588, 1), Color(0.764706, 0.760784, 0.768627, 1), Color(1, 0.686275, 0.341176, 1), Color(0.305882, 0.996078, 0.894118, 1), Color(0.478431, 0.819608, 1, 1), Color(0.764706, 0.760784, 0.768627, 1), Color(1, 0.909804, 0.137255, 1), Color(0.658824, 0.262745, 0.286275, 1), Color(0.929412, 0.603922, 0.709804, 1), Color(0.619608, 0.976471, 0.670588, 1), Color(0.247059, 0.196078, 0.647059, 1), Color(0.305882, 0.996078, 0.894118, 1), Color(0.478431, 0.819608, 1, 1), Color(1, 0.686275, 0.341176, 1), Color(0.588235, 0.439216, 0.878431, 1)]) -[node name="Background" type="TextureRect" parent="."] +[node name="Background" type="TextureRect" parent="." unique_id=667507132] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -28,7 +28,7 @@ mouse_filter = 2 texture = ExtResource("3_p7iv3") expand_mode = 1 -[node name="Buttons" type="Control" parent="."] +[node name="Buttons" type="Control" parent="." unique_id=1943933146] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -37,11 +37,11 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="LessonButton" parent="Buttons" instance=ExtResource("4_epm30")] +[node name="LessonButton" parent="Buttons" unique_id=1734726442 instance=ExtResource("4_epm30")] layout_mode = 0 completed_color = Color(0.588235, 0.439216, 0.878431, 1) -[node name="Flowers" type="Control" parent="."] +[node name="Flowers" type="Control" parent="." unique_id=1191503680] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 diff --git a/resources/gardens/garden_flower.tscn b/resources/gardens/garden_flower.tscn index 9c52c560..4bbd8668 100644 --- a/resources/gardens/garden_flower.tscn +++ b/resources/gardens/garden_flower.tscn @@ -1,25 +1,25 @@ -[gd_scene load_steps=3 format=3 uid="uid://sjgk8i8m2lhn"] +[gd_scene format=3 uid="uid://sjgk8i8m2lhn"] [ext_resource type="Script" uid="uid://bhq3ocfpct206" path="res://resources/gardens/garden_flower.gd" id="1_mimdi"] [ext_resource type="Material" uid="uid://djusd5bu6780j" path="res://resources/gardens/flower_material.tres" id="3_xad8g"] -[node name="Flower" type="Node2D"] +[node name="Flower" type="Node2D" unique_id=772113731] script = ExtResource("1_mimdi") -[node name="Sprite" type="Sprite2D" parent="."] +[node name="Sprite" type="Sprite2D" parent="." unique_id=476478697] unique_name_in_owner = true material = ExtResource("3_xad8g") -[node name="Area2D" type="Area2D" parent="."] +[node name="Area2D" type="Area2D" parent="." unique_id=956672821] top_level = true z_index = 20 z_as_relative = false -[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Area2D"] +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Area2D" unique_id=1805399946] position = Vector2(250, 1546) polygon = PackedVector2Array(1030, -1546, -250, -1546, -250, 254, 1030, 254, 774, 225, 630, 163, 449, 44, 264, -167, 163, -383, 125, -619, 158, -890, 251, -1101, 390, -1282, 563, -1416, 710, -1490, 838, -1522) -[node name="CollisionPolygon2D2" type="CollisionPolygon2D" parent="Area2D"] +[node name="CollisionPolygon2D2" type="CollisionPolygon2D" parent="Area2D" unique_id=996975812] position = Vector2(2312, 1544) rotation = -3.14159 scale = Vector2(1, -1) diff --git a/resources/themes/error_label_settings.tres b/resources/themes/error_label_settings.tres index aeead59a..39c37695 100644 --- a/resources/themes/error_label_settings.tres +++ b/resources/themes/error_label_settings.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://ohvlqccl2oog"] +[gd_resource type="LabelSettings" format=3 uid="uid://ohvlqccl2oog"] [ext_resource type="FontFile" uid="uid://dnulwsojj835p" path="res://assets/fonts/kalulu_mulish_black.otf" id="1_pq2gh"] diff --git a/resources/themes/kalulu_theme.tres b/resources/themes/kalulu_theme.tres index 08ce0105..95d7a256 100644 --- a/resources/themes/kalulu_theme.tres +++ b/resources/themes/kalulu_theme.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=77 format=3 uid="uid://dqjvrt5nrtwn1"] +[gd_resource type="Theme" format=3 uid="uid://dqjvrt5nrtwn1"] [ext_resource type="FontFile" uid="uid://bw8cb4e0a7ayj" path="res://assets/fonts/kalulu_mulish_regular.otf" id="1_10vt2"] [ext_resource type="Texture2D" uid="uid://2pldpmhcg6v4" path="res://assets/theme/previous.svg" id="1_mdn6k"] diff --git a/resources/themes/kalulu_theme_big.tres b/resources/themes/kalulu_theme_big.tres index 627266c9..7aa58bcb 100644 --- a/resources/themes/kalulu_theme_big.tres +++ b/resources/themes/kalulu_theme_big.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=14 format=3 uid="uid://cd7ftmo5x4c2r"] +[gd_resource type="Theme" format=3 uid="uid://cd7ftmo5x4c2r"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_7lw0t"] [ext_resource type="Texture2D" uid="uid://2pldpmhcg6v4" path="res://assets/theme/previous.svg" id="2_xlrdq"] diff --git a/resources/themes/minigames_label_settings.tres b/resources/themes/minigames_label_settings.tres index 6385f0d0..af82e71d 100644 --- a/resources/themes/minigames_label_settings.tres +++ b/resources/themes/minigames_label_settings.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://bguqnhiblwick"] +[gd_resource type="LabelSettings" format=3 uid="uid://bguqnhiblwick"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_o7yiy"] diff --git a/resources/themes/minigames_label_settings_ants.tres b/resources/themes/minigames_label_settings_ants.tres index f39ffcc9..aa7aed66 100644 --- a/resources/themes/minigames_label_settings_ants.tres +++ b/resources/themes/minigames_label_settings_ants.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dc23060y6xeyx"] +[gd_resource type="LabelSettings" format=3 uid="uid://dc23060y6xeyx"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_6g0d4"] diff --git a/resources/themes/minigames_label_settings_caterpillar.tres b/resources/themes/minigames_label_settings_caterpillar.tres index ed93745e..24cd0efb 100644 --- a/resources/themes/minigames_label_settings_caterpillar.tres +++ b/resources/themes/minigames_label_settings_caterpillar.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://vk8pnpl5skbd"] +[gd_resource type="LabelSettings" format=3 uid="uid://vk8pnpl5skbd"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_x5d5k"] diff --git a/resources/themes/minigames_label_settings_monkey_coconut.tres b/resources/themes/minigames_label_settings_monkey_coconut.tres index 13df1ba7..dea78b80 100644 --- a/resources/themes/minigames_label_settings_monkey_coconut.tres +++ b/resources/themes/minigames_label_settings_monkey_coconut.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://c4n6n26sxuxbh"] +[gd_resource type="LabelSettings" format=3 uid="uid://c4n6n26sxuxbh"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_gfu6b"] diff --git a/resources/themes/minigames_label_settings_parakeet.tres b/resources/themes/minigames_label_settings_parakeet.tres index 2077c31b..2c3b3cfa 100644 --- a/resources/themes/minigames_label_settings_parakeet.tres +++ b/resources/themes/minigames_label_settings_parakeet.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://c7aoyw5gjrrnp"] +[gd_resource type="LabelSettings" format=3 uid="uid://c7aoyw5gjrrnp"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_3qi2o"] diff --git a/resources/themes/minigames_label_settings_penguins.tres b/resources/themes/minigames_label_settings_penguins.tres index 3458041a..f409c76c 100644 --- a/resources/themes/minigames_label_settings_penguins.tres +++ b/resources/themes/minigames_label_settings_penguins.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://jpm7cxm0xaeq"] +[gd_resource type="LabelSettings" format=3 uid="uid://jpm7cxm0xaeq"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_k63mv"] diff --git a/resources/themes/minigames_label_settings_turtles.tres b/resources/themes/minigames_label_settings_turtles.tres index f87881bf..5ac4cbcc 100644 --- a/resources/themes/minigames_label_settings_turtles.tres +++ b/resources/themes/minigames_label_settings_turtles.tres @@ -1,4 +1,4 @@ -[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dn32fpff81uu"] +[gd_resource type="LabelSettings" format=3 uid="uid://dn32fpff81uu"] [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="1_s26u4"] diff --git a/sources/gardens/boss_button.tscn b/sources/gardens/boss_button.tscn index 55254ced..c72a99c0 100644 --- a/sources/gardens/boss_button.tscn +++ b/sources/gardens/boss_button.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://dkxci0n2tcyxc"] +[gd_scene format=3 uid="uid://dkxci0n2tcyxc"] [ext_resource type="Texture2D" uid="uid://3iuuq06ovbos" path="res://assets/theme/button_normal_empty.svg" id="1_pdrhc"] [ext_resource type="Texture2D" uid="uid://j7sffldhbunj" path="res://assets/theme/button_pressed_empty.svg" id="2_2g676"] @@ -9,7 +9,7 @@ [ext_resource type="PackedScene" uid="uid://cn2rw06pltyiu" path="res://sources/utils/fx/right.tscn" id="7_rtwam"] [ext_resource type="Texture2D" uid="uid://cfnjk06m367r3" path="res://assets/minigames/fish/fish_icon.png" id="8_oy4mt"] -[node name="BossButton" type="TextureButton"] +[node name="BossButton" type="TextureButton" unique_id=1297494779] z_index = 2 offset_right = 512.0 offset_bottom = 512.0 @@ -27,7 +27,7 @@ icon_texture = ExtResource("8_oy4mt") base_color = Color(0.537255, 0.231373, 0.8, 1) completed_color = Color(0.537255, 0.231373, 0.8, 1) -[node name="RightFX" parent="." instance=ExtResource("7_rtwam")] +[node name="RightFX" parent="." unique_id=1100015067 instance=ExtResource("7_rtwam")] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -39,7 +39,7 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Center" type="TextureRect" parent="."] +[node name="Center" type="TextureRect" parent="." unique_id=758604923] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -50,7 +50,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("6_o0qkw") -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=962237768] unique_name_in_owner = true z_index = 1 layout_mode = 1 @@ -69,7 +69,7 @@ horizontal_alignment = 1 vertical_alignment = 1 uppercase = true -[node name="Placeholder" type="TextureRect" parent="."] +[node name="Placeholder" type="TextureRect" parent="." unique_id=929335849] unique_name_in_owner = true visible = false modulate = Color(0.775063, 0.775063, 0.775063, 1) @@ -82,7 +82,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("6_o0qkw") -[node name="Icon" type="TextureRect" parent="."] +[node name="Icon" type="TextureRect" parent="." unique_id=502041740] unique_name_in_owner = true clip_contents = true layout_mode = 1 diff --git a/sources/gardens/flower_particle.tscn b/sources/gardens/flower_particle.tscn index fc946e2d..abad9a5e 100644 --- a/sources/gardens/flower_particle.tscn +++ b/sources/gardens/flower_particle.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=16 format=3 uid="uid://bpfcrbd5pxbtm"] +[gd_scene format=3 uid="uid://bpfcrbd5pxbtm"] [ext_resource type="Script" uid="uid://bqp3akngv876c" path="res://sources/gardens/flower_particle.gd" id="1_8kusj"] [ext_resource type="Texture2D" uid="uid://bhlxctbycwwg6" path="res://assets/vfx/cloud_01.png" id="1_osgji"] @@ -42,14 +42,14 @@ scale_curve = SubResource("CurveTexture_s0j5o") color_ramp = SubResource("GradientTexture1D_hbug8") turbulence_noise_strength = 20.0 -[node name="FlowerParticle" type="Control"] +[node name="FlowerParticle" type="Control" unique_id=203388971] layout_mode = 3 anchors_preset = 0 scale = Vector2(1.2, 1.2) script = ExtResource("1_8kusj") sounds = Array[AudioStream]([ExtResource("4_0jd3r"), ExtResource("3_hopxg"), ExtResource("4_3jfcb"), ExtResource("5_oxx05"), ExtResource("6_7ujvn"), ExtResource("7_f62pv")]) -[node name="Particles" type="GPUParticles2D" parent="."] +[node name="Particles" type="GPUParticles2D" parent="." unique_id=1926190254] emitting = false amount = 10 texture = ExtResource("1_osgji") @@ -57,7 +57,7 @@ one_shot = true explosiveness = 1.0 process_material = SubResource("ParticleProcessMaterial_8m4ej") -[node name="Particles2" type="GPUParticles2D" parent="."] +[node name="Particles2" type="GPUParticles2D" parent="." unique_id=1705348747] emitting = false amount = 10 texture = ExtResource("2_ijsw8") @@ -65,7 +65,7 @@ one_shot = true explosiveness = 1.0 process_material = SubResource("ParticleProcessMaterial_8m4ej") -[node name="Particles3" type="GPUParticles2D" parent="."] +[node name="Particles3" type="GPUParticles2D" parent="." unique_id=988860853] emitting = false amount = 10 texture = ExtResource("3_wp5xb") @@ -73,6 +73,6 @@ one_shot = true explosiveness = 1.0 process_material = SubResource("ParticleProcessMaterial_8m4ej") -[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=1445481898] stream = ExtResource("4_0jd3r") bus = &"Effects" diff --git a/sources/gardens/gardens.tscn b/sources/gardens/gardens.tscn index 0ff6ee18..ef1c87f4 100644 --- a/sources/gardens/gardens.tscn +++ b/sources/gardens/gardens.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=57 format=3 uid="uid://b1rkn0uwoyd7l"] +[gd_scene format=3 uid="uid://b1rkn0uwoyd7l"] [ext_resource type="Script" uid="uid://djolw68efn6r5" path="res://sources/gardens/gardens.gd" id="1_qlsw4"] [ext_resource type="PackedScene" uid="uid://bxh1torc05k7p" path="res://sources/minigames/crabs/crabs_minigame.tscn" id="3_vqohy"] @@ -138,7 +138,7 @@ scale_min = 0.25 anim_speed_min = 2.0 anim_speed_max = 2.0 -[node name="Gardens" type="Control"] +[node name="Gardens" type="Control" unique_id=647781783] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -150,25 +150,25 @@ script = ExtResource("1_qlsw4") minigames_scenes = Array[PackedScene]([ExtResource("4_cvoj1"), ExtResource("3_vqohy"), ExtResource("5_ix8qe"), ExtResource("6_r5cos"), ExtResource("6_flf16"), ExtResource("7_o1s4m"), ExtResource("8_ylxff"), ExtResource("8_g4mhc"), ExtResource("10_l1gcl"), ExtResource("15_6dtg2")]) minigames_icons = Array[Texture]([ExtResource("6_p30hm"), ExtResource("5_h8c5w"), ExtResource("6_hekq6"), ExtResource("9_68su4"), ExtResource("16_prl1o"), ExtResource("10_5wvwc"), ExtResource("18_12pcf"), ExtResource("12_ohgqx"), ExtResource("20_ouafq"), ExtResource("16_5rwfp")]) -[node name="RightAudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="RightAudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=941811110] stream = ExtResource("17_37f6y") bus = &"Effects" -[node name="LeftAudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="LeftAudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=567321236] stream = ExtResource("18_bdar8") bus = &"Effects" -[node name="FeedBackAudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="FeedBackAudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=2139847118] stream = ExtResource("24_ljadf") bus = &"Effects" -[node name="FeedBackAudioStreamPlayer2" type="AudioStreamPlayer" parent="."] +[node name="FeedBackAudioStreamPlayer2" type="AudioStreamPlayer" parent="." unique_id=586237908] stream = ExtResource("25_npbuv") volume_db = -1.0 pitch_scale = 0.75 bus = &"Effects" -[node name="Background" type="Control" parent="."] +[node name="Background" type="Control" parent="." unique_id=866022875] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -176,10 +176,10 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="CanvasLayer" type="CanvasLayer" parent="Background"] +[node name="CanvasLayer" type="CanvasLayer" parent="Background" unique_id=1839508377] layer = -128 -[node name="ColorRect" type="ColorRect" parent="Background/CanvasLayer"] +[node name="ColorRect" type="ColorRect" parent="Background/CanvasLayer" unique_id=714425286] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -187,13 +187,13 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0.00392157, 0, 0.105882, 1) -[node name="ParallaxBackground" type="ParallaxBackground" parent="Background"] +[node name="ParallaxBackground" type="ParallaxBackground" parent="Background" unique_id=857811333] unique_name_in_owner = true -[node name="ParallaxLayer" type="ParallaxLayer" parent="Background/ParallaxBackground"] +[node name="ParallaxLayer" type="ParallaxLayer" parent="Background/ParallaxBackground" unique_id=151646353] motion_scale = Vector2(0.1, 0.1) -[node name="GPUParticles2D" type="GPUParticles2D" parent="Background/ParallaxBackground/ParallaxLayer"] +[node name="GPUParticles2D" type="GPUParticles2D" parent="Background/ParallaxBackground/ParallaxLayer" unique_id=1102792463] material = SubResource("CanvasItemMaterial_ey6av") position = Vector2(1280, 900) amount = 256 @@ -205,7 +205,7 @@ visibility_rect = Rect2(-12800, -900, 25600, 1800) local_coords = true process_material = SubResource("ParticleProcessMaterial_m12rm") -[node name="ScrollContainer" type="ScrollContainer" parent="."] +[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=90003528] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -215,37 +215,37 @@ grow_vertical = 2 horizontal_scroll_mode = 3 vertical_scroll_mode = 3 -[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer" unique_id=1491212715] layout_mode = 2 size_flags_vertical = 3 -[node name="Control" type="Control" parent="ScrollContainer/HBoxContainer"] +[node name="Control" type="Control" parent="ScrollContainer/HBoxContainer" unique_id=44442868] custom_minimum_size = Vector2(80, 2.08165e-12) layout_mode = 2 -[node name="GardenParent" type="HBoxContainer" parent="ScrollContainer/HBoxContainer"] +[node name="GardenParent" type="HBoxContainer" parent="ScrollContainer/HBoxContainer" unique_id=442147386] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 -[node name="Control2" type="Control" parent="ScrollContainer/HBoxContainer"] +[node name="Control2" type="Control" parent="ScrollContainer/HBoxContainer" unique_id=1120165158] custom_minimum_size = Vector2(80, 2.08165e-12) layout_mode = 2 -[node name="BossButtons" type="Control" parent="ScrollContainer"] +[node name="BossButtons" type="Control" parent="ScrollContainer" unique_id=1176317047] unique_name_in_owner = true layout_mode = 2 -[node name="LockedLine" type="Line2D" parent="ScrollContainer"] +[node name="LockedLine" type="Line2D" parent="ScrollContainer" unique_id=1229207154] unique_name_in_owner = true width = 20.0 default_color = Color(0.356863, 0.356863, 0.356863, 1) -[node name="UnlockedLine" type="Line2D" parent="ScrollContainer"] +[node name="UnlockedLine" type="Line2D" parent="ScrollContainer" unique_id=931930346] unique_name_in_owner = true width = 50.0 -[node name="LineParticles" type="GPUParticles2D" parent="ScrollContainer/UnlockedLine"] +[node name="LineParticles" type="GPUParticles2D" parent="ScrollContainer/UnlockedLine" unique_id=213294011] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_13bcn") @@ -254,14 +254,14 @@ scale = Vector2(0.4, 0.4) texture = ExtResource("25_00sy7") process_material = SubResource("ParticleProcessMaterial_3eofo") -[node name="LineAudioStreamPlayer" type="AudioStreamPlayer2D" parent="ScrollContainer/UnlockedLine/LineParticles"] +[node name="LineAudioStreamPlayer" type="AudioStreamPlayer2D" parent="ScrollContainer/UnlockedLine/LineParticles" unique_id=1534832715] unique_name_in_owner = true stream = ExtResource("26_5g3l0") volume_db = -5.0 -[node name="CanvasLayer" type="CanvasLayer" parent="."] +[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1456876816] -[node name="MinigameBackgroundCenter" type="TextureRect" parent="CanvasLayer"] +[node name="MinigameBackgroundCenter" type="TextureRect" parent="CanvasLayer" unique_id=380724732] unique_name_in_owner = true visible = false modulate = Color(0.109804, 0.14902, 0.384314, 1) @@ -275,7 +275,7 @@ texture = ExtResource("21_r0a4h") expand_mode = 1 stretch_mode = 5 -[node name="MinigameSelection" type="Control" parent="CanvasLayer"] +[node name="MinigameSelection" type="Control" parent="CanvasLayer" unique_id=613163331] unique_name_in_owner = true visible = false modulate = Color(1, 1, 1, 0) @@ -289,7 +289,7 @@ grow_vertical = 2 pivot_offset = Vector2(1280, 900) mouse_filter = 2 -[node name="MinigameBackground1" type="TextureRect" parent="CanvasLayer/MinigameSelection"] +[node name="MinigameBackground1" type="TextureRect" parent="CanvasLayer/MinigameSelection" unique_id=405469610] unique_name_in_owner = true layout_mode = 0 offset_right = 40.0 @@ -298,7 +298,7 @@ mouse_filter = 2 texture = ExtResource("23_p1d10") script = ExtResource("28_kvgph") -[node name="TextureRect" type="TextureRect" parent="CanvasLayer/MinigameSelection/MinigameBackground1"] +[node name="TextureRect" type="TextureRect" parent="CanvasLayer/MinigameSelection/MinigameBackground1" unique_id=1383000761] material = SubResource("ShaderMaterial_mpipb") custom_minimum_size = Vector2(256, 256) layout_mode = 0 @@ -312,7 +312,7 @@ texture = ExtResource("10_5wvwc") expand_mode = 1 stretch_mode = 5 -[node name="RightFX" parent="CanvasLayer/MinigameSelection/MinigameBackground1/TextureRect" instance=ExtResource("33_5y3ye")] +[node name="RightFX" parent="CanvasLayer/MinigameSelection/MinigameBackground1/TextureRect" unique_id=1031123340 instance=ExtResource("33_5y3ye")] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -322,12 +322,12 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Area2D" type="Area2D" parent="CanvasLayer/MinigameSelection/MinigameBackground1"] +[node name="Area2D" type="Area2D" parent="CanvasLayer/MinigameSelection/MinigameBackground1" unique_id=802836280] -[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/MinigameSelection/MinigameBackground1/Area2D"] +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/MinigameSelection/MinigameBackground1/Area2D" unique_id=1785915721] polygon = PackedVector2Array(1279, 61.6, 1284, 63.6, 1284, 901.8, 1280.8, 905, 1278.5, 905, 556, 1324.3, 554, 1323.2, 554, 1321.5, 513, 1244.5, 513, 1241.3, 489, 1185.4, 489, 1184.3, 467, 1114.3, 467, 1109, 459, 1080.3, 459, 1079, 458.1, 1066, 455, 1061.6, 455, 1060, 446, 1005.2, 446, 1004, 440, 930.1, 440, 865, 441.1, 865, 445.1, 801, 446.3, 801, 460.3, 713, 461.5, 713, 481.5, 638, 482.6, 638, 500.6, 586, 501.7, 586, 513, 562.5, 513, 561.5, 510.8, 557, 513.7, 557, 540.7, 501, 541.9, 501, 570.8, 450, 572.2, 450, 576, 446.2, 574.6, 444.5, 575.7, 442, 577, 442, 587, 429.3, 587, 425.5, 588.8, 422, 590, 422, 639, 357, 640.1, 357, 691.1, 301, 693.1, 301, 745.2, 252, 747.3, 252, 809.3, 204, 811.4, 204, 865.4, 169, 867.5, 169, 957.5, 124, 960.6, 124, 996, 111.6, 996, 111, 1001.3, 107, 1002.9, 107, 1022, 102.5, 1025.2, 99, 1026.8, 99, 1075.7, 85, 1077.2, 85, 1080, 85.5, 1110.7, 77, 1113.2, 77, 1115.6, 77.6, 1118.2, 75, 1119.7, 75, 1182.8, 65, 1184.8, 65, 1185.8, 66, 1204.8, 63, 1207.6, 63, 1209.2, 64.1, 1212.4, 62, 1214.5, 62, 1216.6, 63.1, 1252, 61.1, 1252, 60, 1279, 60) -[node name="MinigameBackground2" type="TextureRect" parent="CanvasLayer/MinigameSelection"] +[node name="MinigameBackground2" type="TextureRect" parent="CanvasLayer/MinigameSelection" unique_id=1529070021] unique_name_in_owner = true layout_mode = 0 offset_right = 2560.0 @@ -336,7 +336,7 @@ mouse_filter = 2 texture = ExtResource("24_30f83") script = ExtResource("28_kvgph") -[node name="TextureRect" type="TextureRect" parent="CanvasLayer/MinigameSelection/MinigameBackground2"] +[node name="TextureRect" type="TextureRect" parent="CanvasLayer/MinigameSelection/MinigameBackground2" unique_id=373021186] material = SubResource("ShaderMaterial_t7vua") custom_minimum_size = Vector2(256, 256) layout_mode = 0 @@ -350,7 +350,7 @@ texture = ExtResource("10_5wvwc") expand_mode = 1 stretch_mode = 5 -[node name="RightFX" parent="CanvasLayer/MinigameSelection/MinigameBackground2/TextureRect" instance=ExtResource("33_5y3ye")] +[node name="RightFX" parent="CanvasLayer/MinigameSelection/MinigameBackground2/TextureRect" unique_id=1160342672 instance=ExtResource("33_5y3ye")] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -360,12 +360,12 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Area2D" type="Area2D" parent="CanvasLayer/MinigameSelection/MinigameBackground2"] +[node name="Area2D" type="Area2D" parent="CanvasLayer/MinigameSelection/MinigameBackground2" unique_id=204471632] -[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/MinigameSelection/MinigameBackground2/Area2D"] +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/MinigameSelection/MinigameBackground2/Area2D" unique_id=1948283316] polygon = PackedVector2Array(1378, 65.1, 1378, 66.3, 1457, 78.3, 1457, 79.5, 1537, 99.4, 1537, 100.6, 1608, 125.6, 1608, 126.7, 1663, 151.7, 1663, 153, 1671.5, 159, 1673.3, 159, 1682, 161.5, 1682, 162.9, 1750, 202.9, 1750, 204, 1801, 240, 1801, 241.1, 1839, 272.1, 1839, 273.1, 1879, 310.1, 1879, 312.4, 1880.1, 314, 1885, 315.6, 1885, 318.2, 1936, 374.2, 1936, 376.3, 1983, 438.3, 1983, 439.5, 2026, 511.4, 2026, 515.5, 2044, 547.5, 2044, 548.6, 2045.7, 557, 2046.3, 557, 2061, 587.5, 2061, 590.6, 2082, 646.6, 2082, 651, 2082.7, 655, 2087, 661.4, 2087, 663, 2107, 744.8, 2107, 748, 2119, 835.9, 2119, 837, 2121, 923, 2120, 923, 2120, 955, 2118.8, 955, 2111.8, 1029, 2110.7, 1029, 2104.7, 1068, 2103.7, 1068, 2098.7, 1096, 2097.5, 1096, 2088, 1127.3, 2088, 1128.7, 2089.8, 1134, 2087.4, 1134, 2052.4, 1235, 2051.3, 1235, 2017.3, 1306, 2016.3, 1306, 2010.2, 1317, 2008.5, 1317, 2003, 1320.3, 2001, 1319.2, 2001, 1318.1, 1276, 902.2, 1276, 63.9, 1279, 61.9, 1279, 59.9) -[node name="MinigameBackground3" type="TextureRect" parent="CanvasLayer/MinigameSelection"] +[node name="MinigameBackground3" type="TextureRect" parent="CanvasLayer/MinigameSelection" unique_id=433963142] unique_name_in_owner = true layout_mode = 0 offset_right = 2560.0 @@ -374,7 +374,7 @@ mouse_filter = 2 texture = ExtResource("25_tyvq6") script = ExtResource("28_kvgph") -[node name="TextureRect" type="TextureRect" parent="CanvasLayer/MinigameSelection/MinigameBackground3"] +[node name="TextureRect" type="TextureRect" parent="CanvasLayer/MinigameSelection/MinigameBackground3" unique_id=1532680395] material = SubResource("ShaderMaterial_js0rl") custom_minimum_size = Vector2(256, 256) layout_mode = 0 @@ -388,7 +388,7 @@ texture = ExtResource("10_5wvwc") expand_mode = 1 stretch_mode = 5 -[node name="RightFX" parent="CanvasLayer/MinigameSelection/MinigameBackground3/TextureRect" instance=ExtResource("33_5y3ye")] +[node name="RightFX" parent="CanvasLayer/MinigameSelection/MinigameBackground3/TextureRect" unique_id=151107649 instance=ExtResource("33_5y3ye")] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -398,12 +398,12 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Area2D" type="Area2D" parent="CanvasLayer/MinigameSelection/MinigameBackground3"] +[node name="Area2D" type="Area2D" parent="CanvasLayer/MinigameSelection/MinigameBackground3" unique_id=1208926048] -[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/MinigameSelection/MinigameBackground3/Area2D"] +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/MinigameSelection/MinigameBackground3/Area2D" unique_id=890040811] polygon = PackedVector2Array(1902, 1250.8, 1902, 1251.9, 2010.3, 1316.1, 2009.5, 1319, 2008.1, 1319, 1986.2, 1358, 1985, 1358, 1974, 1371.7, 1974, 1372.4, 1970.4, 1382, 1969, 1382, 1916, 1451, 1914.9, 1451, 1865.9, 1504, 1863.8, 1504, 1827.8, 1539, 1825.7, 1539, 1791.7, 1568, 1789.6, 1568, 1720.6, 1617, 1717.7, 1617, 1702.7, 1628, 1700.5, 1628, 1633.5, 1664, 1632.6, 1664, 1556.4, 1695, 1555.1, 1695, 1509, 1707.5, 1509, 1708.3, 1498.4, 1713, 1497.4, 1713, 1407.2, 1732, 1406.2, 1732, 1330.1, 1740, 1328, 1740, 1254, 1741, 1254, 1739.9, 1184, 1735.9, 1184, 1734.8, 1112, 1724.7, 1112, 1723.5, 1094.7, 1718, 1085, 1719.3, 1085, 1717.4, 1072.6, 1713, 1065, 1714.4, 1065, 1712.4, 1030.7, 1701, 1030.1, 1701, 1024, 1702.6, 1024, 1700.5, 1009, 1696.5, 1009, 1695, 1006.3, 1693, 994, 1691.8, 994, 1690.4, 969, 1681.4, 969, 1680.1, 964.3, 1677, 962.8, 1677, 961.5, 1678.4, 959, 1677.3, 959, 1676.4, 924, 1662.4, 924, 1661.3, 875, 1637.2, 875, 1636.1, 826, 1608.2, 826, 1607.1, 781, 1577.1, 781, 1576, 738, 1543, 738, 1541.9, 695, 1503.9, 695, 1502.8, 661, 1468.8, 661, 1466.7, 615, 1414.8, 615, 1412.7, 582, 1368.7, 582, 1365.6, 553.7, 1321.1, 554.8, 1319, 556, 1319, 560, 1314, 562.5, 1314, 619.4, 1279, 621.5, 1279, 1276, 897.9, 1276, 894.6) -[node name="Branches" type="TextureRect" parent="CanvasLayer/MinigameSelection"] +[node name="Branches" type="TextureRect" parent="CanvasLayer/MinigameSelection" unique_id=301987876] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -413,7 +413,7 @@ grow_vertical = 2 mouse_filter = 2 texture = ExtResource("7_axgdc") -[node name="LessonButton" parent="CanvasLayer/MinigameSelection" instance=ExtResource("25_0ruwb")] +[node name="LessonButton" parent="CanvasLayer/MinigameSelection" unique_id=843010913 instance=ExtResource("25_0ruwb")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -428,7 +428,7 @@ offset_bottom = 192.0 grow_horizontal = 2 grow_vertical = 2 -[node name="LessonButtonParticles" type="GPUParticles2D" parent="CanvasLayer/MinigameSelection/LessonButton"] +[node name="LessonButtonParticles" type="GPUParticles2D" parent="CanvasLayer/MinigameSelection/LessonButton" unique_id=1605639976] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_5003s") @@ -438,7 +438,7 @@ emitting = false texture = ExtResource("25_00sy7") process_material = SubResource("ParticleProcessMaterial_4gqpn") -[node name="MinigameBackground" type="TextureRect" parent="CanvasLayer"] +[node name="MinigameBackground" type="TextureRect" parent="CanvasLayer" unique_id=2050203805] unique_name_in_owner = true visible = false anchors_preset = 15 @@ -453,7 +453,7 @@ texture = ExtResource("20_elp7t") expand_mode = 1 stretch_mode = 5 -[node name="BackButton" type="TextureButton" parent="CanvasLayer"] +[node name="BackButton" type="TextureButton" parent="CanvasLayer" unique_id=1838227918] unique_name_in_owner = true custom_minimum_size = Vector2(275, 275) offset_left = 50.0 @@ -466,7 +466,7 @@ texture_pressed = ExtResource("5_2yuxn") texture_disabled = ExtResource("6_gs6gi") stretch_mode = 4 -[node name="KaluluButton" type="TextureButton" parent="CanvasLayer"] +[node name="KaluluButton" type="TextureButton" parent="CanvasLayer" unique_id=999341786] unique_name_in_owner = true offset_left = 56.0 offset_top = 1464.0 @@ -478,23 +478,23 @@ texture_pressed = ExtResource("42_l35j3") texture_disabled = ExtResource("43_jfyfk") stretch_mode = 4 -[node name="Area2D" type="Area2D" parent="CanvasLayer"] +[node name="Area2D" type="Area2D" parent="CanvasLayer" unique_id=2010807264] z_index = 20 z_as_relative = false monitoring = false monitorable = false -[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/Area2D"] +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="CanvasLayer/Area2D" unique_id=650676582] position = Vector2(250, 1546) polygon = PackedVector2Array(1030, -1546, -250, -1546, -250, 254, 1030, 254, 774, 225, 630, 163, 449, 44, 264, -167, 163, -383, 125, -619, 158, -890, 251, -1101, 390, -1282, 563, -1416, 710, -1490, 838, -1522) -[node name="CollisionPolygon2D2" type="CollisionPolygon2D" parent="CanvasLayer/Area2D"] +[node name="CollisionPolygon2D2" type="CollisionPolygon2D" parent="CanvasLayer/Area2D" unique_id=1658740051] position = Vector2(2312, 1544) rotation = -3.14159 scale = Vector2(1, -1) polygon = PackedVector2Array(1030, -1546, -250, -1546, -250, 254, 1030, 254, 774, 225, 630, 163, 449, 44, 264, -167, 163, -383, 125, -619, 158, -890, 251, -1101, 390, -1282, 563, -1416, 710, -1490, 838, -1522) -[node name="Lock" type="Control" parent="CanvasLayer"] +[node name="Lock" type="Control" parent="CanvasLayer" unique_id=1485897620] unique_name_in_owner = true visible = false top_level = true @@ -505,7 +505,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Kalulu" parent="CanvasLayer" instance=ExtResource("44_okr34")] +[node name="Kalulu" parent="CanvasLayer" unique_id=1840639204 instance=ExtResource("44_okr34")] unique_name_in_owner = true visible = false diff --git a/sources/kalulu.tscn b/sources/kalulu.tscn index c83bc5a4..95886b83 100644 --- a/sources/kalulu.tscn +++ b/sources/kalulu.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=151 format=3 uid="uid://dnuny6200v5b0"] +[gd_scene format=3 uid="uid://dnuny6200v5b0"] [ext_resource type="Texture2D" uid="uid://berypn513y7ts" path="res://assets/kalulu/kalulu_hide_0000.png" id="1_kedj5"] [ext_resource type="Texture2D" uid="uid://ctkb46hb7gd47" path="res://assets/kalulu/kalulu_hide_0001.png" id="2_u4jwh"] @@ -657,7 +657,7 @@ animations = [{ "speed": 12.0 }] -[node name="Kalulu" type="AnimatedSprite2D"] +[node name="Kalulu" type="AnimatedSprite2D" unique_id=1277205438] sprite_frames = SubResource("SpriteFrames_bhck1") animation = &"Hide" script = ExtResource("149_lwhfy") diff --git a/sources/language_tool/fish_word_list.tscn b/sources/language_tool/fish_word_list.tscn index cffaa2fa..f2c72041 100644 --- a/sources/language_tool/fish_word_list.tscn +++ b/sources/language_tool/fish_word_list.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://cjrhhxq1x7n8r"] +[gd_scene format=3 uid="uid://cjrhhxq1x7n8r"] [ext_resource type="Script" uid="uid://8j5fxpx5tefq" path="res://sources/language_tool/fish_word_list.gd" id="1_bdlmx"] [ext_resource type="PackedScene" uid="uid://clf3v6355wond" path="res://sources/language_tool/list_title.tscn" id="1_mlni4"] [ext_resource type="Script" uid="uid://c45af60t46e6n" path="res://sources/language_tool/scroll_container.gd" id="2_okviq"] -[node name="FishWordList" type="Control"] +[node name="FishWordList" type="Control" unique_id=1065746559] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -13,7 +13,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_bdlmx") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=211125382] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -22,7 +22,7 @@ grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 0 -[node name="ListTitle" parent="VBoxContainer" instance=ExtResource("1_mlni4")] +[node name="ListTitle" parent="VBoxContainer" unique_id=1782355526 instance=ExtResource("1_mlni4")] layout_mode = 2 [node name="TitleLabel" parent="VBoxContainer/ListTitle/HBoxContainer/MarginContainer" index="0"] @@ -31,17 +31,17 @@ text = "Pseudowords List" [node name="MarginContainer" parent="VBoxContainer/ListTitle/HBoxContainer/HBoxContainer" index="0"] visible = false -[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"] +[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer" unique_id=1549294579] layout_mode = 2 -[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer2"] +[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer2" unique_id=752699417] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer2"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer2" unique_id=904450969] custom_minimum_size = Vector2(2.08165e-12, 200) layout_mode = 2 -[node name="Word" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer"] +[node name="Word" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer" unique_id=349194653] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -51,7 +51,7 @@ text = "Word " horizontal_alignment = 1 -[node name="PseudoWord" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer"] +[node name="PseudoWord" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer" unique_id=1078091438] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -60,7 +60,7 @@ theme_override_font_sizes/font_size = 100 text = "Pseudoword" horizontal_alignment = 1 -[node name="Type" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer"] +[node name="Type" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer" unique_id=211606413] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -70,24 +70,24 @@ theme_override_font_sizes/font_size = 100 text = "Lesson" horizontal_alignment = 1 -[node name="ColorRect" type="ColorRect" parent="VBoxContainer"] +[node name="ColorRect" type="ColorRect" parent="VBoxContainer" unique_id=1866496410] custom_minimum_size = Vector2(2.08165e-12, 18) layout_mode = 2 color = Color(0, 0, 0, 1) -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1252655194] layout_mode = 2 size_flags_vertical = 3 script = ExtResource("2_okviq") -[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] +[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=45120374] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 0 -[node name="ErrorLabel" type="Label" parent="VBoxContainer"] +[node name="ErrorLabel" type="Label" parent="VBoxContainer" unique_id=1539301110] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 60 diff --git a/sources/language_tool/fish_word_list_element.tscn b/sources/language_tool/fish_word_list_element.tscn index b13d07c1..0a69bb28 100644 --- a/sources/language_tool/fish_word_list_element.tscn +++ b/sources/language_tool/fish_word_list_element.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://f7s5uqqaoavv"] +[gd_scene format=3 uid="uid://f7s5uqqaoavv"] [ext_resource type="Script" uid="uid://k8j3qop7d83b" path="res://sources/language_tool/fish_word_list_element.gd" id="1_ni50l"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="2_ywxuc"] @@ -9,7 +9,7 @@ bg_color = Color(0.254902, 0.329412, 0.572549, 1) border_width_bottom = 2 border_color = Color(0, 0, 0, 1) -[node name="FishWordListElement" type="MarginContainer"] +[node name="FishWordListElement" type="MarginContainer" unique_id=1507664322] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -20,21 +20,21 @@ grow_vertical = 2 size_flags_horizontal = 3 script = ExtResource("1_ni50l") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=164138437] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_0dyeu") -[node name="HBoxContainer" type="HBoxContainer" parent="."] +[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=61074257] layout_mode = 2 -[node name="OptionButton" type="OptionButton" parent="HBoxContainer"] +[node name="OptionButton" type="OptionButton" parent="HBoxContainer" unique_id=2115698639] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 70 alignment = 1 -[node name="LineEdit" type="LineEdit" parent="HBoxContainer"] +[node name="LineEdit" type="LineEdit" parent="HBoxContainer" unique_id=1960110123] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -42,14 +42,14 @@ theme_override_font_sizes/font_size = 70 placeholder_text = "pseudoword" alignment = 1 -[node name="LessonLabel" type="Label" parent="HBoxContainer"] +[node name="LessonLabel" type="Label" parent="HBoxContainer" unique_id=1167129515] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_stretch_ratio = 0.5 horizontal_alignment = 1 -[node name="Button" parent="HBoxContainer" instance=ExtResource("2_ywxuc")] +[node name="Button" parent="HBoxContainer" unique_id=1242959140 instance=ExtResource("2_ywxuc")] layout_mode = 2 [node name="TextureRect" parent="HBoxContainer/Button" index="0"] diff --git a/sources/language_tool/gp_image_and_sound_descriptions.tscn b/sources/language_tool/gp_image_and_sound_descriptions.tscn index 82442933..449d6306 100644 --- a/sources/language_tool/gp_image_and_sound_descriptions.tscn +++ b/sources/language_tool/gp_image_and_sound_descriptions.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://dk8seaie6lxn1"] +[gd_scene format=3 uid="uid://dk8seaie6lxn1"] [ext_resource type="Script" uid="uid://dcc1st4oqub6k" path="res://sources/language_tool/gp_image_and_sound_descriptions.gd" id="1_8rkii"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_tjhx5"] [ext_resource type="Texture2D" uid="uid://cw15lg6j37pvj" path="res://assets/menus/back_button.png" id="3_04mkx"] [ext_resource type="Script" uid="uid://c45af60t46e6n" path="res://sources/language_tool/scroll_container.gd" id="4_groag"] -[node name="GpImageAndSoundDescriptions" type="Control"] +[node name="GpImageAndSoundDescriptions" type="Control" unique_id=504762870] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -14,7 +14,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_8rkii") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1257112512] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -22,13 +22,13 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=807109125] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer" unique_id=644062517] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=1721842986] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/margin_left = 20 @@ -36,13 +36,13 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer" unique_id=668469224] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "GP" vertical_alignment = 1 -[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer"] +[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=1458111739] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/margin_left = 20 @@ -50,13 +50,13 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer2"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer2" unique_id=97501347] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "Image" vertical_alignment = 1 -[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer"] +[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=138002522] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/margin_left = 20 @@ -64,40 +64,40 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer3"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer3" unique_id=1511615248] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "Sound" vertical_alignment = 1 -[node name="PlusButton" parent="VBoxContainer/PanelContainer/HBoxContainer" instance=ExtResource("1_tjhx5")] +[node name="PlusButton" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=452832148 instance=ExtResource("1_tjhx5")] visible = false layout_mode = 2 -[node name="BackButton" parent="VBoxContainer/PanelContainer/HBoxContainer" instance=ExtResource("1_tjhx5")] +[node name="BackButton" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=1412061445 instance=ExtResource("1_tjhx5")] layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/PanelContainer/HBoxContainer/BackButton" index="0"] texture = ExtResource("3_04mkx") -[node name="PanelContainer3" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer3" type="PanelContainer" parent="VBoxContainer" unique_id=1669586334] layout_mode = 2 -[node name="LineEdit" type="LineEdit" parent="VBoxContainer/PanelContainer3"] +[node name="LineEdit" type="LineEdit" parent="VBoxContainer/PanelContainer3" unique_id=546171146] layout_mode = 2 theme_override_font_sizes/font_size = 50 placeholder_text = "Search" alignment = 1 -[node name="PanelContainer2" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer2" type="PanelContainer" parent="VBoxContainer" unique_id=1871135572] layout_mode = 2 size_flags_vertical = 3 -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/PanelContainer2"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/PanelContainer2" unique_id=1375163640] layout_mode = 2 script = ExtResource("4_groag") -[node name="DescriptionsContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer2/ScrollContainer"] +[node name="DescriptionsContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer2/ScrollContainer" unique_id=1618925781] unique_name_in_owner = true layout_mode = 2 diff --git a/sources/language_tool/gp_list.tscn b/sources/language_tool/gp_list.tscn index 4c49b81e..c0474ec4 100644 --- a/sources/language_tool/gp_list.tscn +++ b/sources/language_tool/gp_list.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://cnyl3pxt7dn8y"] +[gd_scene format=3 uid="uid://cnyl3pxt7dn8y"] [ext_resource type="Script" uid="uid://c6topd4d04tb" path="res://sources/language_tool/gp_list.gd" id="1_vqemo"] [ext_resource type="PackedScene" uid="uid://clf3v6355wond" path="res://sources/language_tool/list_title.tscn" id="2_irm5b"] [ext_resource type="Script" uid="uid://c45af60t46e6n" path="res://sources/language_tool/scroll_container.gd" id="6_t1l1g"] -[node name="GpList" type="Control"] +[node name="GpList" type="Control" unique_id=1512637912] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -13,7 +13,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_vqemo") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1836368885] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -22,20 +22,20 @@ grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 0 -[node name="ListTitle" parent="VBoxContainer" instance=ExtResource("2_irm5b")] +[node name="ListTitle" parent="VBoxContainer" unique_id=418999588 instance=ExtResource("2_irm5b")] layout_mode = 2 -[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"] +[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer" unique_id=2098561334] layout_mode = 2 -[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer2"] +[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer2" unique_id=128646104] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer2"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer2" unique_id=577818983] custom_minimum_size = Vector2(2.08165e-12, 200) layout_mode = 2 -[node name="Grapheme" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer"] +[node name="Grapheme" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer" unique_id=1774349539] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -45,7 +45,7 @@ text = "Grapheme " horizontal_alignment = 1 -[node name="Phoneme" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer"] +[node name="Phoneme" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer" unique_id=622894466] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -54,7 +54,7 @@ theme_override_font_sizes/font_size = 100 text = "Phoneme" horizontal_alignment = 1 -[node name="Type" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer"] +[node name="Type" type="Label" parent="VBoxContainer/MarginContainer2/HBoxContainer" unique_id=329942470] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -63,24 +63,24 @@ theme_override_font_sizes/font_size = 100 text = "Type" horizontal_alignment = 1 -[node name="ColorRect" type="ColorRect" parent="VBoxContainer"] +[node name="ColorRect" type="ColorRect" parent="VBoxContainer" unique_id=178930847] custom_minimum_size = Vector2(2.08165e-12, 18) layout_mode = 2 color = Color(0, 0, 0, 1) -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1120454808] layout_mode = 2 size_flags_vertical = 3 script = ExtResource("6_t1l1g") -[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] +[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=1212570774] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 0 -[node name="ErrorLabel" type="Label" parent="VBoxContainer"] +[node name="ErrorLabel" type="Label" parent="VBoxContainer" unique_id=1930979797] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 60 diff --git a/sources/language_tool/gp_list_button.tscn b/sources/language_tool/gp_list_button.tscn index 5528c502..0b1a72cc 100644 --- a/sources/language_tool/gp_list_button.tscn +++ b/sources/language_tool/gp_list_button.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://dg26jwinhpn1j"] +[gd_scene format=3 uid="uid://dg26jwinhpn1j"] [ext_resource type="Script" uid="uid://bdkqwrskevf76" path="res://sources/language_tool/gp_list_button.gd" id="1_14uic"] -[node name="GPListButton" type="OptionButton"] +[node name="GPListButton" type="OptionButton" unique_id=1083338787] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 diff --git a/sources/language_tool/gp_list_element.tscn b/sources/language_tool/gp_list_element.tscn index a283d561..46fef879 100644 --- a/sources/language_tool/gp_list_element.tscn +++ b/sources/language_tool/gp_list_element.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://l3ktlla1kreu"] +[gd_scene format=3 uid="uid://l3ktlla1kreu"] [ext_resource type="Script" uid="uid://iibuytoowsm" path="res://sources/language_tool/gp_list_element.gd" id="1_guuq2"] [ext_resource type="Theme" uid="uid://dqjvrt5nrtwn1" path="res://resources/themes/kalulu_theme.tres" id="1_pvlmp"] @@ -13,7 +13,7 @@ border_color = Color(0, 0, 0, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_43k67"] -[node name="GpListElement" type="MarginContainer"] +[node name="GpListElement" type="MarginContainer" unique_id=5515822] anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -26,11 +26,11 @@ size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource("1_guuq2") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=1714151931] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_vy06h") -[node name="TabContainer" type="TabContainer" parent="."] +[node name="TabContainer" type="TabContainer" parent="." unique_id=346734714] unique_name_in_owner = true layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxEmpty_43k67") @@ -38,11 +38,11 @@ current_tab = 0 tabs_visible = false use_hidden_tabs_for_min_size = true -[node name="NormalContainer" type="HBoxContainer" parent="TabContainer"] +[node name="NormalContainer" type="HBoxContainer" parent="TabContainer" unique_id=1160808691] layout_mode = 2 metadata/_tab_index = 0 -[node name="ExceptionCheckBox" type="CheckBox" parent="TabContainer/NormalContainer"] +[node name="ExceptionCheckBox" type="CheckBox" parent="TabContainer/NormalContainer" unique_id=2146955519] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 @@ -50,7 +50,7 @@ disabled = true text = "Exception" expand_icon = true -[node name="Grapheme" type="Label" parent="TabContainer/NormalContainer"] +[node name="Grapheme" type="Label" parent="TabContainer/NormalContainer" unique_id=401621236] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -59,7 +59,7 @@ theme_override_font_sizes/font_size = 100 text = "G" horizontal_alignment = 1 -[node name="Phoneme" type="Label" parent="TabContainer/NormalContainer"] +[node name="Phoneme" type="Label" parent="TabContainer/NormalContainer" unique_id=1020329159] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -68,7 +68,7 @@ theme_override_font_sizes/font_size = 100 text = "G" horizontal_alignment = 1 -[node name="Type" type="Label" parent="TabContainer/NormalContainer"] +[node name="Type" type="Label" parent="TabContainer/NormalContainer" unique_id=1211300606] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -77,7 +77,7 @@ theme_override_font_sizes/font_size = 100 text = "C" horizontal_alignment = 1 -[node name="EditButton" parent="TabContainer/NormalContainer" instance=ExtResource("3_1dwyr")] +[node name="EditButton" parent="TabContainer/NormalContainer" unique_id=296519724 instance=ExtResource("3_1dwyr")] custom_minimum_size = Vector2(120, 120) layout_mode = 2 tooltip_text = "Edit" @@ -85,19 +85,19 @@ tooltip_text = "Edit" [node name="TextureRect" parent="TabContainer/NormalContainer/EditButton" index="0"] texture = ExtResource("4_eakjn") -[node name="EditContainer" type="HBoxContainer" parent="TabContainer"] +[node name="EditContainer" type="HBoxContainer" parent="TabContainer" unique_id=1491769046] visible = false layout_mode = 2 theme_override_constants/separation = 0 metadata/_tab_index = 1 -[node name="DeleteButton" parent="TabContainer/EditContainer" instance=ExtResource("3_1dwyr")] +[node name="DeleteButton" parent="TabContainer/EditContainer" unique_id=1766970248 instance=ExtResource("3_1dwyr")] layout_mode = 2 [node name="TextureRect" parent="TabContainer/EditContainer/DeleteButton" index="0"] texture = ExtResource("5_d5iin") -[node name="ExceptionEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer"] +[node name="ExceptionEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer" unique_id=795260526] unique_name_in_owner = true layout_mode = 2 tooltip_text = "Don't show the word alone in Kalulu games" @@ -105,7 +105,7 @@ theme_override_font_sizes/font_size = 50 text = "Exception" expand_icon = true -[node name="GraphemeEdit" type="LineEdit" parent="TabContainer/EditContainer"] +[node name="GraphemeEdit" type="LineEdit" parent="TabContainer/EditContainer" unique_id=1023522491] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -114,7 +114,7 @@ theme_override_font_sizes/font_size = 100 text = "G" alignment = 1 -[node name="PhonemeEdit" type="LineEdit" parent="TabContainer/EditContainer"] +[node name="PhonemeEdit" type="LineEdit" parent="TabContainer/EditContainer" unique_id=855236127] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -123,7 +123,7 @@ theme_override_font_sizes/font_size = 100 text = "G" alignment = 1 -[node name="TypeEdit" type="OptionButton" parent="TabContainer/EditContainer"] +[node name="TypeEdit" type="OptionButton" parent="TabContainer/EditContainer" unique_id=2096996560] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -138,7 +138,7 @@ popup/item_1/id = 1 popup/item_2/text = "Consonant" popup/item_2/id = 2 -[node name="ValidateButton" parent="TabContainer/EditContainer" instance=ExtResource("3_1dwyr")] +[node name="ValidateButton" parent="TabContainer/EditContainer" unique_id=38065946 instance=ExtResource("3_1dwyr")] custom_minimum_size = Vector2(120, 120) layout_mode = 2 diff --git a/sources/language_tool/gp_select_popup.tscn b/sources/language_tool/gp_select_popup.tscn index b2be25a8..47708354 100644 --- a/sources/language_tool/gp_select_popup.tscn +++ b/sources/language_tool/gp_select_popup.tscn @@ -1,16 +1,16 @@ -[gd_scene load_steps=2 format=3 uid="uid://dqgqvjcjj07i3"] +[gd_scene format=3 uid="uid://dqgqvjcjj07i3"] [ext_resource type="Script" uid="uid://by0vt068i7cw" path="res://sources/language_tool/gp_select_popup.gd" id="1_1wl8e"] -[node name="GPSelectPopup" type="MarginContainer"] +[node name="GPSelectPopup" type="MarginContainer" unique_id=750011910] offset_right = 593.0 offset_bottom = 140.0 script = ExtResource("1_1wl8e") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1548781289] layout_mode = 2 -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=857265864] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 80 diff --git a/sources/language_tool/gp_video_descriptions.tscn b/sources/language_tool/gp_video_descriptions.tscn index 622f5ecc..f2b6a23c 100644 --- a/sources/language_tool/gp_video_descriptions.tscn +++ b/sources/language_tool/gp_video_descriptions.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://c1fn2kk0005ce"] +[gd_scene format=3 uid="uid://c1fn2kk0005ce"] [ext_resource type="Script" uid="uid://dwhmlqu2myp2m" path="res://sources/language_tool/gp_video_descriptions.gd" id="1_nggwi"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="2_qd3s2"] [ext_resource type="Texture2D" uid="uid://cw15lg6j37pvj" path="res://assets/menus/back_button.png" id="3_kfx0p"] [ext_resource type="Script" uid="uid://c45af60t46e6n" path="res://sources/language_tool/scroll_container.gd" id="4_o8dkr"] -[node name="GpVideoDescriptions" type="Control"] +[node name="GpVideoDescriptions" type="Control" unique_id=1521321584] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -14,7 +14,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_nggwi") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1175140670] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -22,13 +22,13 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=1739722973] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer" unique_id=1455857787] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=447832766] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/margin_left = 20 @@ -36,13 +36,13 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer" unique_id=1126367448] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "GP" vertical_alignment = 1 -[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer"] +[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=2095003871] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/margin_left = 20 @@ -50,31 +50,31 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer2"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer/MarginContainer2" unique_id=753988711] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "Video" vertical_alignment = 1 -[node name="PlusButton" parent="VBoxContainer/PanelContainer/HBoxContainer" instance=ExtResource("2_qd3s2")] +[node name="PlusButton" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=1713483627 instance=ExtResource("2_qd3s2")] visible = false layout_mode = 2 -[node name="BackButton" parent="VBoxContainer/PanelContainer/HBoxContainer" instance=ExtResource("2_qd3s2")] +[node name="BackButton" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=290744749 instance=ExtResource("2_qd3s2")] layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/PanelContainer/HBoxContainer/BackButton" index="0"] texture = ExtResource("3_kfx0p") -[node name="PanelContainer2" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer2" type="PanelContainer" parent="VBoxContainer" unique_id=189013909] layout_mode = 2 size_flags_vertical = 3 -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/PanelContainer2"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/PanelContainer2" unique_id=745996599] layout_mode = 2 script = ExtResource("4_o8dkr") -[node name="DescriptionsContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer2/ScrollContainer"] +[node name="DescriptionsContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer2/ScrollContainer" unique_id=1571054499] unique_name_in_owner = true layout_mode = 2 diff --git a/sources/language_tool/image_and_sound_gp_description.tscn b/sources/language_tool/image_and_sound_gp_description.tscn index 40684599..71d4a5b3 100644 --- a/sources/language_tool/image_and_sound_gp_description.tscn +++ b/sources/language_tool/image_and_sound_gp_description.tscn @@ -1,16 +1,16 @@ -[gd_scene load_steps=5 format=3 uid="uid://cfpx5q6dd2gq7"] +[gd_scene format=3 uid="uid://cfpx5q6dd2gq7"] [ext_resource type="Script" uid="uid://brjtalga57k4m" path="res://sources/language_tool/image_and_sound_gp_description.gd" id="1_rm4b8"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_uutsu"] [ext_resource type="Texture2D" uid="uid://5fffpm7hc12k" path="res://assets/menus/upload.png" id="2_0hqnp"] [ext_resource type="Texture2D" uid="uid://b8tctfnsj3prx" path="res://assets/menus/minus_button.png" id="3_q62yc"] -[node name="ImageAndSoundGPDescription" type="HBoxContainer"] +[node name="ImageAndSoundGPDescription" type="HBoxContainer" unique_id=865508915] offset_right = 2780.0 offset_bottom = 240.0 script = ExtResource("1_rm4b8") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1849482185] custom_minimum_size = Vector2(776, 0) layout_mode = 2 theme_override_constants/margin_left = 20 @@ -18,7 +18,7 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="GPMenuButton" type="MenuButton" parent="MarginContainer"] +[node name="GPMenuButton" type="MenuButton" parent="MarginContainer" unique_id=853092023] unique_name_in_owner = true layout_mode = 2 mouse_filter = 2 @@ -26,7 +26,7 @@ theme_override_font_sizes/font_size = 64 text = "GP" alignment = 0 -[node name="ImageContainer" type="MarginContainer" parent="."] +[node name="ImageContainer" type="MarginContainer" parent="." unique_id=132870390] unique_name_in_owner = true custom_minimum_size = Vector2(776, 0) layout_mode = 2 @@ -35,30 +35,30 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="HBoxContainer" type="HBoxContainer" parent="ImageContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="ImageContainer" unique_id=1649532075] layout_mode = 2 -[node name="ImagePreview" type="TextureRect" parent="ImageContainer/HBoxContainer"] +[node name="ImagePreview" type="TextureRect" parent="ImageContainer/HBoxContainer" unique_id=161960178] unique_name_in_owner = true custom_minimum_size = Vector2(200, 100) layout_mode = 2 expand_mode = 1 -[node name="ImageClearButton" parent="ImageContainer/HBoxContainer" instance=ExtResource("1_uutsu")] +[node name="ImageClearButton" parent="ImageContainer/HBoxContainer" unique_id=59774048 instance=ExtResource("1_uutsu")] unique_name_in_owner = true layout_mode = 2 [node name="TextureRect" parent="ImageContainer/HBoxContainer/ImageClearButton" index="0"] texture = ExtResource("3_q62yc") -[node name="ImageUploadButton" parent="ImageContainer/HBoxContainer" instance=ExtResource("1_uutsu")] +[node name="ImageUploadButton" parent="ImageContainer/HBoxContainer" unique_id=1418866201 instance=ExtResource("1_uutsu")] unique_name_in_owner = true layout_mode = 2 [node name="TextureRect" parent="ImageContainer/HBoxContainer/ImageUploadButton" index="0"] texture = ExtResource("2_0hqnp") -[node name="MarginContainer3" type="MarginContainer" parent="."] +[node name="MarginContainer3" type="MarginContainer" parent="." unique_id=112988935] custom_minimum_size = Vector2(996, 0) layout_mode = 2 theme_override_constants/margin_left = 20 @@ -66,31 +66,31 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer3"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer3" unique_id=2050320296] layout_mode = 2 -[node name="SoundPreview" type="Button" parent="MarginContainer3/HBoxContainer"] +[node name="SoundPreview" type="Button" parent="MarginContainer3/HBoxContainer" unique_id=1396333683] unique_name_in_owner = true custom_minimum_size = Vector2(200, 2.08165e-12) layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "Play" -[node name="SoundClearButton" parent="MarginContainer3/HBoxContainer" instance=ExtResource("1_uutsu")] +[node name="SoundClearButton" parent="MarginContainer3/HBoxContainer" unique_id=1578675970 instance=ExtResource("1_uutsu")] unique_name_in_owner = true layout_mode = 2 [node name="TextureRect" parent="MarginContainer3/HBoxContainer/SoundClearButton" index="0"] texture = ExtResource("3_q62yc") -[node name="SoundUploadButton" parent="MarginContainer3/HBoxContainer" instance=ExtResource("1_uutsu")] +[node name="SoundUploadButton" parent="MarginContainer3/HBoxContainer" unique_id=180782432 instance=ExtResource("1_uutsu")] unique_name_in_owner = true layout_mode = 2 [node name="TextureRect" parent="MarginContainer3/HBoxContainer/SoundUploadButton" index="0"] texture = ExtResource("2_0hqnp") -[node name="FileDialog" type="FileDialog" parent="."] +[node name="FileDialog" type="FileDialog" parent="." unique_id=994818927] title = "Open a File" initial_position = 2 size = Vector2i(1500, 1000) @@ -100,7 +100,7 @@ ok_button_text = "Open" file_mode = 0 access = 2 -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1742139366] [connection signal="pressed" from="ImageContainer/HBoxContainer/ImageClearButton" to="." method="_on_image_clear_button_pressed"] [connection signal="pressed" from="ImageContainer/HBoxContainer/ImageUploadButton" to="." method="_on_image_upload_button_pressed"] diff --git a/sources/language_tool/in_game_sounds.tscn b/sources/language_tool/in_game_sounds.tscn index a19b9536..c226c12f 100644 --- a/sources/language_tool/in_game_sounds.tscn +++ b/sources/language_tool/in_game_sounds.tscn @@ -1,12 +1,12 @@ -[gd_scene load_steps=3 format=3 uid="uid://dirpfv4una0fi"] +[gd_scene format=3 uid="uid://dirpfv4una0fi"] [ext_resource type="PackedScene" uid="uid://dk8seaie6lxn1" path="res://sources/language_tool/gp_image_and_sound_descriptions.tscn" id="1_7ykws"] [ext_resource type="Script" uid="uid://tejasv3db381" path="res://sources/language_tool/in_game_sounds.gd" id="2_hmn1q"] -[node name="InGameSounds" instance=ExtResource("1_7ykws")] +[node name="InGameSounds" unique_id=212723254 instance=ExtResource("1_7ykws")] script = ExtResource("2_hmn1q") -[node name="MarginContainer2" parent="VBoxContainer/PanelContainer/HBoxContainer" index="1"] +[node name="MarginContainer2" parent="VBoxContainer/PanelContainer/HBoxContainer" parent_id_path=PackedInt32Array(644062517) index="1" unique_id=1458111739] visible = false [editable path="VBoxContainer/PanelContainer/HBoxContainer/BackButton"] diff --git a/sources/language_tool/kalulu_speech.tscn b/sources/language_tool/kalulu_speech.tscn index ed8b7d98..40698c92 100644 --- a/sources/language_tool/kalulu_speech.tscn +++ b/sources/language_tool/kalulu_speech.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://b71fcfvtqfuov"] +[gd_scene format=3 uid="uid://b71fcfvtqfuov"] [ext_resource type="Script" uid="uid://b2x5phjrytw85" path="res://sources/language_tool/kalulu_speech.gd" id="1_7ncv6"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_sx2aj"] [ext_resource type="Texture2D" uid="uid://ctike5jfpr68v" path="res://assets/menus/play_button.png" id="2_kpiy8"] [ext_resource type="Texture2D" uid="uid://5fffpm7hc12k" path="res://assets/menus/upload.png" id="3_et87x"] -[node name="KaluluSpeech" type="PanelContainer"] +[node name="KaluluSpeech" type="PanelContainer" unique_id=715940506] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -13,41 +13,41 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_7ncv6") -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=464267222] bus = &"Voice" -[node name="FileDialog" type="FileDialog" parent="."] +[node name="FileDialog" type="FileDialog" parent="." unique_id=213927621] title = "Open a File" initial_position = 2 size = Vector2i(1500, 1000) ok_button_text = "Open" file_mode = 0 -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2110028807] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 12 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 12 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer" unique_id=2052539292] layout_mode = 2 -[node name="NameLabel" type="Label" parent="MarginContainer/HBoxContainer"] +[node name="NameLabel" type="Label" parent="MarginContainer/HBoxContainer" unique_id=522903481] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 50 text = "First Welcome" -[node name="DescriptionLabel" type="Label" parent="MarginContainer/HBoxContainer"] +[node name="DescriptionLabel" type="Label" parent="MarginContainer/HBoxContainer" unique_id=1588823316] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 50 text = "Played on the first opening of the game" -[node name="PlayButton" parent="MarginContainer/HBoxContainer" instance=ExtResource("1_sx2aj")] +[node name="PlayButton" parent="MarginContainer/HBoxContainer" unique_id=1355251069 instance=ExtResource("1_sx2aj")] unique_name_in_owner = true visible = false layout_mode = 2 @@ -55,7 +55,7 @@ layout_mode = 2 [node name="TextureRect" parent="MarginContainer/HBoxContainer/PlayButton" index="0"] texture = ExtResource("2_kpiy8") -[node name="UploadButton" parent="MarginContainer/HBoxContainer" instance=ExtResource("1_sx2aj")] +[node name="UploadButton" parent="MarginContainer/HBoxContainer" unique_id=1446558308 instance=ExtResource("1_sx2aj")] unique_name_in_owner = true layout_mode = 2 diff --git a/sources/language_tool/kalulu_speech_title.tscn b/sources/language_tool/kalulu_speech_title.tscn index 0e6b1714..5e13a348 100644 --- a/sources/language_tool/kalulu_speech_title.tscn +++ b/sources/language_tool/kalulu_speech_title.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://bbvgtp81etltf"] +[gd_scene format=3 uid="uid://bbvgtp81etltf"] [ext_resource type="Script" uid="uid://buutin0kywi2f" path="res://sources/language_tool/kalulu_speech_title.gd" id="1_6lip0"] -[node name="KaluluSpeechTitle" type="PanelContainer"] +[node name="KaluluSpeechTitle" type="PanelContainer" unique_id=1664488222] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -11,10 +11,10 @@ grow_vertical = 2 size_flags_horizontal = 3 script = ExtResource("1_6lip0") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1879187398] layout_mode = 2 -[node name="TitleLabel" type="Label" parent="MarginContainer"] +[node name="TitleLabel" type="Label" parent="MarginContainer" unique_id=1434765278] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 72 diff --git a/sources/language_tool/kalulu_speeches.tscn b/sources/language_tool/kalulu_speeches.tscn index 299edd7e..580a4fcf 100644 --- a/sources/language_tool/kalulu_speeches.tscn +++ b/sources/language_tool/kalulu_speeches.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://bwi4v0us2td1q"] +[gd_scene format=3 uid="uid://bwi4v0us2td1q"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_2m4af"] [ext_resource type="Script" uid="uid://8a7fw3x4pgmn" path="res://sources/language_tool/kalulu_speeches.gd" id="1_ea2f2"] [ext_resource type="Texture2D" uid="uid://cw15lg6j37pvj" path="res://assets/menus/back_button.png" id="5_5r4nk"] -[node name="KaluluSpeeches" type="Control"] +[node name="KaluluSpeeches" type="Control" unique_id=63492641] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -13,7 +13,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_ea2f2") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=752629979] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -21,37 +21,37 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=90040616] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer" unique_id=1151703507] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer" unique_id=574282076] layout_mode = 2 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=1967627361] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 72 text = "Kalulu Speeches" -[node name="BackButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" instance=ExtResource("1_2m4af")] +[node name="BackButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=634216441 instance=ExtResource("1_2m4af")] unique_name_in_owner = true layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/BackButton" index="0"] texture = ExtResource("5_5r4nk") -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=398726737] layout_mode = 2 size_flags_vertical = 3 -[node name="SpeechContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] +[node name="SpeechContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=692639854] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/language_tool/lesson_container.tscn b/sources/language_tool/lesson_container.tscn index 5569e327..dba2b9dd 100644 --- a/sources/language_tool/lesson_container.tscn +++ b/sources/language_tool/lesson_container.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://di1ul6ixytmcj"] +[gd_scene format=3 uid="uid://di1ul6ixytmcj"] [ext_resource type="Script" uid="uid://ri61tx6u2t7u" path="res://sources/language_tool/lesson_container.gd" id="1_vwysl"] @@ -7,7 +7,7 @@ bg_color = Color(0.254902, 0.329412, 0.572549, 1) border_width_bottom = 2 border_color = Color(0, 0, 0, 1) -[node name="LessonContainer" type="MarginContainer"] +[node name="LessonContainer" type="MarginContainer" unique_id=1361954394] anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -18,16 +18,16 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_vwysl") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=610231872] layout_mode = 2 mouse_filter = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_lnyia") -[node name="HBoxContainer" type="HBoxContainer" parent="."] +[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=528344410] layout_mode = 2 mouse_filter = 2 -[node name="NumberLabel" type="Label" parent="HBoxContainer"] +[node name="NumberLabel" type="Label" parent="HBoxContainer" unique_id=1908761565] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -36,18 +36,18 @@ theme_override_font_sizes/font_size = 100 text = "10" horizontal_alignment = 1 -[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer" unique_id=983675372] layout_mode = 2 size_flags_horizontal = 3 mouse_filter = 2 -[node name="Padding" type="Control" parent="HBoxContainer/HBoxContainer"] +[node name="Padding" type="Control" parent="HBoxContainer/HBoxContainer" unique_id=1440745963] layout_mode = 2 size_flags_horizontal = 3 size_flags_stretch_ratio = 0.3 mouse_filter = 2 -[node name="GPContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer"] +[node name="GPContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer" unique_id=440213722] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/language_tool/lesson_exercises.tscn b/sources/language_tool/lesson_exercises.tscn index 690330c4..a14c2158 100644 --- a/sources/language_tool/lesson_exercises.tscn +++ b/sources/language_tool/lesson_exercises.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://cij78pddskg6c"] +[gd_scene format=3 uid="uid://cij78pddskg6c"] [ext_resource type="Script" uid="uid://c50my6xolfdjn" path="res://sources/language_tool/lesson_exercises.gd" id="1_ndyj2"] [ext_resource type="Texture2D" uid="uid://5n02dxd66fw4" path="res://assets/menus/save_button.png" id="3_45rqa"] @@ -6,7 +6,7 @@ [ext_resource type="Texture2D" uid="uid://cw15lg6j37pvj" path="res://assets/menus/back_button.png" id="4_x81mj"] [ext_resource type="Script" uid="uid://c45af60t46e6n" path="res://sources/language_tool/scroll_container.gd" id="5_buf2w"] -[node name="LessonExercises" type="Control"] +[node name="LessonExercises" type="Control" unique_id=998348059] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -15,7 +15,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_ndyj2") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1565492002] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -23,85 +23,85 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=2137500978] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer" unique_id=1847604451] layout_mode = 2 theme_override_constants/margin_left = 10 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer" unique_id=903240074] layout_mode = 2 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=822203483] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 100 text = "Number" vertical_alignment = 2 -[node name="Label2" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="Label2" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=830982454] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 100 text = "GPs" vertical_alignment = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=1972743277] layout_mode = 2 theme_override_constants/margin_left = 5 theme_override_constants/margin_right = 5 -[node name="Label3" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/MarginContainer"] +[node name="Label3" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/MarginContainer" unique_id=630306719] layout_mode = 2 theme_override_font_sizes/font_size = 42 text = "Exercice 1" vertical_alignment = 2 -[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=1490592540] layout_mode = 2 theme_override_constants/margin_left = 5 theme_override_constants/margin_right = 5 -[node name="Label4" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/MarginContainer2"] +[node name="Label4" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/MarginContainer2" unique_id=521910352] layout_mode = 2 theme_override_font_sizes/font_size = 42 text = "Exercice 2 " vertical_alignment = 2 -[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=1648618189] layout_mode = 2 theme_override_constants/margin_left = 5 theme_override_constants/margin_right = 5 -[node name="Label5" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/MarginContainer3"] +[node name="Label5" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/MarginContainer3" unique_id=128109895] layout_mode = 2 theme_override_font_sizes/font_size = 42 text = "Exercice 3" vertical_alignment = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=302080191] layout_mode = 2 -[node name="SaveButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/HBoxContainer" instance=ExtResource("3_wd2r3")] +[node name="SaveButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/HBoxContainer" unique_id=1729708623 instance=ExtResource("3_wd2r3")] layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/HBoxContainer/SaveButton" index="0"] texture = ExtResource("3_45rqa") -[node name="BackButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/HBoxContainer" instance=ExtResource("3_wd2r3")] +[node name="BackButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/HBoxContainer" unique_id=540121617 instance=ExtResource("3_wd2r3")] layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer/HBoxContainer/BackButton" index="0"] texture = ExtResource("4_x81mj") -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1297742699] layout_mode = 2 size_flags_vertical = 3 script = ExtResource("5_buf2w") -[node name="LessonsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] +[node name="LessonsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=524793478] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/language_tool/lesson_exercises_container.tscn b/sources/language_tool/lesson_exercises_container.tscn index 1b12818e..01cae7e4 100644 --- a/sources/language_tool/lesson_exercises_container.tscn +++ b/sources/language_tool/lesson_exercises_container.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://w564hds6sey0"] +[gd_scene format=3 uid="uid://w564hds6sey0"] [ext_resource type="Script" uid="uid://b1p0ed4afojd0" path="res://sources/language_tool/lesson_exercises_container.gd" id="1_ov6jd"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="2_10y14"] @@ -10,109 +10,109 @@ bg_color = Color(0.254902, 0.329412, 0.572549, 1) border_width_bottom = 2 border_color = Color(0, 0, 0, 1) -[node name="LessonExercisesContainer" type="PanelContainer"] +[node name="LessonExercisesContainer" type="PanelContainer" unique_id=45130978] anchors_preset = 10 anchor_right = 1.0 grow_horizontal = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_qwmcw") script = ExtResource("1_ov6jd") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1468824048] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_right = 25 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer" unique_id=1310653404] layout_mode = 2 -[node name="LessonIDLabel" type="Label" parent="MarginContainer/HBoxContainer"] +[node name="LessonIDLabel" type="Label" parent="MarginContainer/HBoxContainer" unique_id=2119471174] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 -[node name="LessonGPs" type="HBoxContainer" parent="MarginContainer/HBoxContainer"] +[node name="LessonGPs" type="HBoxContainer" parent="MarginContainer/HBoxContainer" unique_id=98973265] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 10 -[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/HBoxContainer"] +[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/HBoxContainer" unique_id=1235485340] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 25 alignment = 1 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2" unique_id=1320176890] layout_mode = 2 -[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer"] +[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer" unique_id=980793569] layout_mode = 2 text = "GPs:" -[node name="NumberOfGPs" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer"] +[node name="NumberOfGPs" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer" unique_id=111640101] unique_name_in_owner = true layout_mode = 2 -[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2"] +[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2" unique_id=1778928230] layout_mode = 2 -[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer2"] +[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer2" unique_id=183589560] layout_mode = 2 text = "Syllables:" -[node name="NumberOfSyllables" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer2"] +[node name="NumberOfSyllables" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer2" unique_id=812846257] unique_name_in_owner = true layout_mode = 2 -[node name="HBoxContainer3" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2"] +[node name="HBoxContainer3" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2" unique_id=1733183061] layout_mode = 2 -[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer3"] +[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer3" unique_id=2017539474] layout_mode = 2 text = "Words:" -[node name="NumberOfWords" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer3"] +[node name="NumberOfWords" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer3" unique_id=1513718657] unique_name_in_owner = true layout_mode = 2 -[node name="HBoxContainer4" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2"] +[node name="HBoxContainer4" type="HBoxContainer" parent="MarginContainer/HBoxContainer/HBoxContainer2" unique_id=815071969] layout_mode = 2 -[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer4"] +[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer4" unique_id=2109422018] layout_mode = 2 text = "Sentences:" -[node name="NumberOfSentences" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer4"] +[node name="NumberOfSentences" type="Label" parent="MarginContainer/HBoxContainer/HBoxContainer2/HBoxContainer4" unique_id=1492029910] unique_name_in_owner = true layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer" unique_id=898228874] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_right = 25 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/HBoxContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/HBoxContainer/MarginContainer" unique_id=1991080662] layout_mode = 2 -[node name="ExerciseButton1" type="OptionButton" parent="MarginContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="ExerciseButton1" type="OptionButton" parent="MarginContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=202147542] unique_name_in_owner = true layout_mode = 2 -[node name="ExerciseButton2" type="OptionButton" parent="MarginContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="ExerciseButton2" type="OptionButton" parent="MarginContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=728808584] unique_name_in_owner = true layout_mode = 2 -[node name="ExerciseButton3" type="OptionButton" parent="MarginContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="ExerciseButton3" type="OptionButton" parent="MarginContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=2051339404] unique_name_in_owner = true layout_mode = 2 -[node name="SaveButton" parent="MarginContainer/HBoxContainer" instance=ExtResource("2_10y14")] +[node name="SaveButton" parent="MarginContainer/HBoxContainer" unique_id=167447895 instance=ExtResource("2_10y14")] layout_mode = 2 [node name="TextureRect" parent="MarginContainer/HBoxContainer/SaveButton" index="0"] texture = ExtResource("3_ssxih") -[node name="OKTexture" type="TextureRect" parent="MarginContainer/HBoxContainer/SaveButton/TextureRect" index="0"] +[node name="OKTexture" type="TextureRect" parent="MarginContainer/HBoxContainer/SaveButton/TextureRect" index="0" unique_id=1427847198] unique_name_in_owner = true layout_mode = 1 anchors_preset = 3 @@ -128,7 +128,7 @@ scale = Vector2(0.2, 0.2) pivot_offset = Vector2(512, 512) texture = ExtResource("4_0353f") -[node name="Control" type="Control" parent="MarginContainer/HBoxContainer"] +[node name="Control" type="Control" parent="MarginContainer/HBoxContainer" unique_id=1399234481] custom_minimum_size = Vector2(220, 220) layout_mode = 2 diff --git a/sources/language_tool/lesson_gp_label.tscn b/sources/language_tool/lesson_gp_label.tscn index 67e5b43f..2a27463e 100644 --- a/sources/language_tool/lesson_gp_label.tscn +++ b/sources/language_tool/lesson_gp_label.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://c2af8v3wmg3b1"] +[gd_scene format=3 uid="uid://c2af8v3wmg3b1"] [ext_resource type="Script" uid="uid://dg2yoclglxhj2" path="res://sources/language_tool/lesson_gp_label.gd" id="1_dfjts"] -[node name="LessonGPLabel" type="Label"] +[node name="LessonGPLabel" type="Label" unique_id=701149982] mouse_filter = 0 theme_override_font_sizes/font_size = 100 text = "e-e" diff --git a/sources/language_tool/lessons_list.tscn b/sources/language_tool/lessons_list.tscn index 2d1067d8..63f36cb7 100644 --- a/sources/language_tool/lessons_list.tscn +++ b/sources/language_tool/lessons_list.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://b75ondy7h3ssl"] +[gd_scene format=3 uid="uid://b75ondy7h3ssl"] [ext_resource type="Script" uid="uid://dn6yxhve21bsh" path="res://sources/language_tool/lessons_list.gd" id="1_0e3ki"] [ext_resource type="PackedScene" uid="uid://di1ul6ixytmcj" path="res://sources/language_tool/lesson_container.tscn" id="2_lhjp5"] @@ -12,7 +12,7 @@ bg_color = Color(0.254902, 0.329412, 0.572549, 1) border_width_bottom = 2 border_color = Color(0, 0, 0, 1) -[node name="LessonsList" type="Control"] +[node name="LessonsList" type="Control" unique_id=1575853001] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -21,7 +21,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_0e3ki") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1505005702] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -29,56 +29,56 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="LessonContainer" parent="VBoxContainer" instance=ExtResource("2_lhjp5")] +[node name="LessonContainer" parent="VBoxContainer" unique_id=988627476 instance=ExtResource("2_lhjp5")] layout_mode = 2 script = null [node name="NumberLabel" parent="VBoxContainer/LessonContainer/HBoxContainer" index="0"] text = "Number" -[node name="Label" type="Label" parent="VBoxContainer/LessonContainer/HBoxContainer/HBoxContainer/GPContainer" index="0"] +[node name="Label" type="Label" parent="VBoxContainer/LessonContainer/HBoxContainer/HBoxContainer/GPContainer" index="0" unique_id=1529253759] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "GPs" -[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/LessonContainer"] +[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/LessonContainer" unique_id=1942744934] layout_mode = 2 alignment = 2 -[node name="BackButton" parent="VBoxContainer/LessonContainer/HBoxContainer2" instance=ExtResource("3_jascd")] +[node name="BackButton" parent="VBoxContainer/LessonContainer/HBoxContainer2" unique_id=1842825113 instance=ExtResource("3_jascd")] layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/LessonContainer/HBoxContainer2/BackButton" index="0"] texture = ExtResource("4_g2qry") -[node name="SaveButton" parent="VBoxContainer/LessonContainer/HBoxContainer2" instance=ExtResource("3_jascd")] +[node name="SaveButton" parent="VBoxContainer/LessonContainer/HBoxContainer2" unique_id=1694316088 instance=ExtResource("3_jascd")] layout_mode = 2 [node name="TextureRect" parent="VBoxContainer/LessonContainer/HBoxContainer2/SaveButton" index="0"] texture = ExtResource("4_jdhgf") -[node name="PlusButton" parent="VBoxContainer/LessonContainer/HBoxContainer2" instance=ExtResource("3_jascd")] +[node name="PlusButton" parent="VBoxContainer/LessonContainer/HBoxContainer2" unique_id=1504011750 instance=ExtResource("3_jascd")] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer" unique_id=478228292] layout_mode = 2 -[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer"] +[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer" unique_id=358147185] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_73um4") -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/MarginContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/MarginContainer" unique_id=2134016752] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/margin_left = 500 -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/MarginContainer/MarginContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/MarginContainer/MarginContainer" unique_id=432054366] custom_minimum_size = Vector2(2.08165e-12, 300) layout_mode = 2 script = ExtResource("6_ej5w8") -[node name="UnusedGPContainer" type="GridContainer" parent="VBoxContainer/MarginContainer/MarginContainer/ScrollContainer"] +[node name="UnusedGPContainer" type="GridContainer" parent="VBoxContainer/MarginContainer/MarginContainer/ScrollContainer" unique_id=420297967] unique_name_in_owner = true custom_minimum_size = Vector2(2.08165e-12, 200) layout_mode = 2 @@ -88,12 +88,12 @@ theme_override_constants/h_separation = 50 theme_override_constants/v_separation = 100 columns = 5 -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=183362231] layout_mode = 2 size_flags_vertical = 3 script = ExtResource("6_ej5w8") -[node name="LessonsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] +[node name="LessonsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=666948167] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/language_tool/list_title.tscn b/sources/language_tool/list_title.tscn index c7606140..932fb88b 100644 --- a/sources/language_tool/list_title.tscn +++ b/sources/language_tool/list_title.tscn @@ -1,27 +1,27 @@ -[gd_scene load_steps=5 format=3 uid="uid://clf3v6355wond"] +[gd_scene format=3 uid="uid://clf3v6355wond"] [ext_resource type="Script" uid="uid://c4ii4csh1ryjn" path="res://sources/language_tool/list_title.gd" id="1_6a540"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_ej3gu"] [ext_resource type="Texture2D" uid="uid://5n02dxd66fw4" path="res://assets/menus/save_button.png" id="2_dorlw"] [ext_resource type="Texture2D" uid="uid://cw15lg6j37pvj" path="res://assets/menus/back_button.png" id="3_e0h3c"] -[node name="ListTitle" type="MarginContainer"] +[node name="ListTitle" type="MarginContainer" unique_id=2142752404] offset_right = 2552.0 offset_bottom = 220.0 script = ExtResource("1_6a540") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=1463180511] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="."] +[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1447545814] layout_mode = 2 alignment = 1 -[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer" unique_id=1448616505] layout_mode = 2 theme_override_constants/margin_left = 80 -[node name="TitleLabel" type="Label" parent="HBoxContainer/MarginContainer"] +[node name="TitleLabel" type="Label" parent="HBoxContainer/MarginContainer" unique_id=836498673] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -29,34 +29,34 @@ theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 100 text = "GP List" -[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer" unique_id=812363168] layout_mode = 2 size_flags_horizontal = 3 alignment = 2 -[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer/HBoxContainer" unique_id=4643803] layout_mode = 2 theme_override_constants/margin_right = 50 -[node name="Button" type="Button" parent="HBoxContainer/HBoxContainer/MarginContainer"] +[node name="Button" type="Button" parent="HBoxContainer/HBoxContainer/MarginContainer" unique_id=1651085369] layout_mode = 2 theme_override_font_sizes/font_size = 50 text = " Import CSV file " -[node name="LineEdit" type="LineEdit" parent="HBoxContainer/HBoxContainer"] +[node name="LineEdit" type="LineEdit" parent="HBoxContainer/HBoxContainer" unique_id=944281550] custom_minimum_size = Vector2(600, 2.08165e-12) layout_mode = 2 theme_override_font_sizes/font_size = 60 placeholder_text = "search" alignment = 1 -[node name="PlusButton" parent="HBoxContainer/HBoxContainer" instance=ExtResource("1_ej3gu")] +[node name="PlusButton" parent="HBoxContainer/HBoxContainer" unique_id=1463289944 instance=ExtResource("1_ej3gu")] custom_minimum_size = Vector2(120, 2.08165e-12) layout_mode = 2 size_flags_horizontal = 0 tooltip_text = "Add GP" -[node name="SaveButton" parent="HBoxContainer/HBoxContainer" instance=ExtResource("1_ej3gu")] +[node name="SaveButton" parent="HBoxContainer/HBoxContainer" unique_id=1087864069 instance=ExtResource("1_ej3gu")] unique_name_in_owner = true custom_minimum_size = Vector2(120, 2.08165e-12) layout_mode = 2 @@ -66,7 +66,7 @@ tooltip_text = "Save" [node name="TextureRect" parent="HBoxContainer/HBoxContainer/SaveButton" index="0"] texture = ExtResource("2_dorlw") -[node name="BackButton" parent="HBoxContainer/HBoxContainer" instance=ExtResource("1_ej3gu")] +[node name="BackButton" parent="HBoxContainer/HBoxContainer" unique_id=1584933352 instance=ExtResource("1_ej3gu")] unique_name_in_owner = true custom_minimum_size = Vector2(120, 2.08165e-12) layout_mode = 2 @@ -76,7 +76,7 @@ tooltip_text = "Back (no save)" [node name="TextureRect" parent="HBoxContainer/HBoxContainer/BackButton" index="0"] texture = ExtResource("3_e0h3c") -[node name="FileDialog" type="FileDialog" parent="."] +[node name="FileDialog" type="FileDialog" parent="." unique_id=177443815] title = "Open a File" initial_position = 2 size = Vector2i(1500, 1000) diff --git a/sources/language_tool/plus_button.tscn b/sources/language_tool/plus_button.tscn index 83200229..3814e8ee 100644 --- a/sources/language_tool/plus_button.tscn +++ b/sources/language_tool/plus_button.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://dbl3r8426473v"] +[gd_scene format=3 uid="uid://dbl3r8426473v"] [ext_resource type="Texture2D" uid="uid://ouhnm00r8rt6" path="res://assets/menus/plus_button.png" id="1_bx7x7"] [ext_resource type="Script" uid="uid://c36ocmxuvku4y" path="res://sources/language_tool/plus_button.gd" id="2_wbgmd"] -[node name="Button" type="MarginContainer"] +[node name="Button" type="MarginContainer" unique_id=1664670650] offset_left = 1.0 offset_top = 144.0 offset_right = 121.0 @@ -15,7 +15,7 @@ theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 script = ExtResource("2_wbgmd") -[node name="TextureRect" type="TextureRect" parent="."] +[node name="TextureRect" type="TextureRect" parent="." unique_id=1207987905] custom_minimum_size = Vector2(120, 120) layout_mode = 2 texture = ExtResource("1_bx7x7") diff --git a/sources/language_tool/prof_tool_menu.tscn b/sources/language_tool/prof_tool_menu.tscn index ad519f65..73adcbc7 100644 --- a/sources/language_tool/prof_tool_menu.tscn +++ b/sources/language_tool/prof_tool_menu.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=3 format=3 uid="uid://cp832jmwru06w"] +[gd_scene format=3 uid="uid://cp832jmwru06w"] [ext_resource type="Script" uid="uid://c47yey6m0t3ir" path="res://sources/language_tool/prof_tool_menu.gd" id="1_ibtf2"] [sub_resource type="FontVariation" id="FontVariation_vmcjv"] -[node name="ProfToolMenu" type="Control"] +[node name="ProfToolMenu" type="Control" unique_id=1037481795] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -17,7 +17,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_ibtf2") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=2551959] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -25,7 +25,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="CenterContainer" type="CenterContainer" parent="."] +[node name="CenterContainer" type="CenterContainer" parent="." unique_id=1042637513] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -33,95 +33,95 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="TabContainer" type="TabContainer" parent="CenterContainer"] +[node name="TabContainer" type="TabContainer" parent="CenterContainer" unique_id=1581012583] layout_mode = 2 theme_override_font_sizes/font_size = 40 current_tab = 0 use_hidden_tabs_for_min_size = true -[node name="Language" type="VBoxContainer" parent="CenterContainer/TabContainer"] +[node name="Language" type="VBoxContainer" parent="CenterContainer/TabContainer" unique_id=412186574] layout_mode = 2 theme_override_constants/separation = 50 metadata/_tab_index = 0 -[node name="GPListButton" type="Button" parent="CenterContainer/TabContainer/Language"] +[node name="GPListButton" type="Button" parent="CenterContainer/TabContainer/Language" unique_id=1896155174] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "GP List" -[node name="WordListButton" type="Button" parent="CenterContainer/TabContainer/Language"] +[node name="WordListButton" type="Button" parent="CenterContainer/TabContainer/Language" unique_id=1378602137] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Word List" -[node name="SyllableListButton" type="Button" parent="CenterContainer/TabContainer/Language"] +[node name="SyllableListButton" type="Button" parent="CenterContainer/TabContainer/Language" unique_id=2129528522] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Syllable List" -[node name="SentenceListButton" type="Button" parent="CenterContainer/TabContainer/Language"] +[node name="SentenceListButton" type="Button" parent="CenterContainer/TabContainer/Language" unique_id=983765545] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Sentence List" -[node name="LessonListButton" type="Button" parent="CenterContainer/TabContainer/Language"] +[node name="LessonListButton" type="Button" parent="CenterContainer/TabContainer/Language" unique_id=59942026] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Lesson List" -[node name="LookAndLearnData" type="VBoxContainer" parent="CenterContainer/TabContainer"] +[node name="LookAndLearnData" type="VBoxContainer" parent="CenterContainer/TabContainer" unique_id=1996734598] visible = false layout_mode = 2 theme_override_constants/separation = 50 metadata/_tab_index = 1 -[node name="TracingBuilderButton" type="Button" parent="CenterContainer/TabContainer/LookAndLearnData"] +[node name="TracingBuilderButton" type="Button" parent="CenterContainer/TabContainer/LookAndLearnData" unique_id=382897123] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Tracing Builder " -[node name="DataLoaderButton" type="Button" parent="CenterContainer/TabContainer/LookAndLearnData"] +[node name="DataLoaderButton" type="Button" parent="CenterContainer/TabContainer/LookAndLearnData" unique_id=346366737] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "GP Image/Sound Loader" -[node name="DataLoaderButton2" type="Button" parent="CenterContainer/TabContainer/LookAndLearnData"] +[node name="DataLoaderButton2" type="Button" parent="CenterContainer/TabContainer/LookAndLearnData" unique_id=1876207497] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "GP Video Loader " -[node name="GameData" type="VBoxContainer" parent="CenterContainer/TabContainer"] +[node name="GameData" type="VBoxContainer" parent="CenterContainer/TabContainer" unique_id=727670303] visible = false layout_mode = 2 theme_override_constants/separation = 50 metadata/_tab_index = 2 -[node name="GameSoundsButton" type="Button" parent="CenterContainer/TabContainer/GameData"] +[node name="GameSoundsButton" type="Button" parent="CenterContainer/TabContainer/GameData" unique_id=1505903973] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "GP/syllable/word sounds " -[node name="PseudowordsButton" type="Button" parent="CenterContainer/TabContainer/GameData"] +[node name="PseudowordsButton" type="Button" parent="CenterContainer/TabContainer/GameData" unique_id=1007215314] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Pseudowords " -[node name="ExercisesButton" type="Button" parent="CenterContainer/TabContainer/GameData"] +[node name="ExercisesButton" type="Button" parent="CenterContainer/TabContainer/GameData" unique_id=549365738] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Lesson Exercises" -[node name="SpeechesButton" type="Button" parent="CenterContainer/TabContainer/GameData"] +[node name="SpeechesButton" type="Button" parent="CenterContainer/TabContainer/GameData" unique_id=367625584] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "Kalulu Speeches " -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=500881106] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 @@ -134,7 +134,7 @@ grow_horizontal = 2 theme_override_font_sizes/font_size = 120 text = "Kalulu Language Tool" -[node name="ExportButton" type="Button" parent="."] +[node name="ExportButton" type="Button" parent="." unique_id=453963793] layout_mode = 0 offset_left = 32.0 offset_top = 1502.0 @@ -144,7 +144,7 @@ theme_override_font_sizes/font_size = 100 text = "Export " -[node name="CreateBookButton" type="Button" parent="."] +[node name="CreateBookButton" type="Button" parent="." unique_id=1638670196] layout_mode = 0 offset_left = 32.0 offset_top = 1304.0 @@ -154,7 +154,7 @@ theme_override_font_sizes/font_size = 100 text = "Create Book " -[node name="CheckIntegrityButton" type="Button" parent="."] +[node name="CheckIntegrityButton" type="Button" parent="." unique_id=1824370913] layout_mode = 0 offset_left = 1035.33 offset_top = 1502.0 @@ -164,14 +164,14 @@ theme_override_font_sizes/font_size = 100 text = "Check Integrity " -[node name="CheckBoxLog" type="CheckBox" parent="CheckIntegrityButton"] +[node name="CheckBoxLog" type="CheckBox" parent="CheckIntegrityButton" unique_id=1888994321] layout_mode = 0 offset_left = -93.0 offset_top = 39.0 offset_right = -23.0 offset_bottom = 109.0 -[node name="Label" type="Label" parent="CheckIntegrityButton/CheckBoxLog"] +[node name="Label" type="Label" parent="CheckIntegrityButton/CheckBoxLog" unique_id=689182662] layout_mode = 0 offset_left = -35.33 offset_top = 66.0 @@ -180,7 +180,7 @@ offset_bottom = 121.0 text = "Log all" horizontal_alignment = 1 -[node name="OpenFolderButton" type="Button" parent="."] +[node name="OpenFolderButton" type="Button" parent="." unique_id=804331039] layout_mode = 0 offset_left = 1922.0 offset_top = 1545.0 @@ -189,7 +189,7 @@ offset_bottom = 1636.0 theme_override_font_sizes/font_size = 42 text = "Open language resource Folder" -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=674870614] layout_mode = 0 offset_left = 50.0 offset_top = 117.0 @@ -197,12 +197,12 @@ offset_right = 667.0 offset_bottom = 547.0 theme_override_constants/separation = 50 -[node name="ImportLanguageButton" type="Button" parent="VBoxContainer"] +[node name="ImportLanguageButton" type="Button" parent="VBoxContainer" unique_id=2144416707] layout_mode = 2 theme_override_font_sizes/font_size = 60 text = "Import language data" -[node name="LanguageSelectButton" type="OptionButton" parent="VBoxContainer"] +[node name="LanguageSelectButton" type="OptionButton" parent="VBoxContainer" unique_id=1503619054] unique_name_in_owner = true custom_minimum_size = Vector2(2.08165e-12, 150) layout_mode = 2 @@ -212,12 +212,12 @@ item_count = 1 popup/item_0/text = "New" popup/item_0/id = 0 -[node name="AddWordListButton" type="Button" parent="VBoxContainer"] +[node name="AddWordListButton" type="Button" parent="VBoxContainer" unique_id=90454929] layout_mode = 2 theme_override_font_sizes/font_size = 60 text = "Change word list" -[node name="NewLanguageContainer" type="PanelContainer" parent="."] +[node name="NewLanguageContainer" type="PanelContainer" parent="." unique_id=957166960] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(1000, 1000) @@ -234,31 +234,31 @@ offset_bottom = 650.0 grow_horizontal = 2 grow_vertical = 2 -[node name="VBoxContainer" type="VBoxContainer" parent="NewLanguageContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="NewLanguageContainer" unique_id=1165609542] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="NewLanguageContainer/VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="NewLanguageContainer/VBoxContainer" unique_id=2114730140] layout_mode = 2 theme_override_constants/margin_top = 100 -[node name="Label" type="Label" parent="NewLanguageContainer/VBoxContainer/MarginContainer"] +[node name="Label" type="Label" parent="NewLanguageContainer/VBoxContainer/MarginContainer" unique_id=1800563501] layout_mode = 2 size_flags_vertical = 0 theme_override_font_sizes/font_size = 100 text = "Enter new language name" horizontal_alignment = 1 -[node name="CenterContainer" type="CenterContainer" parent="NewLanguageContainer/VBoxContainer"] +[node name="CenterContainer" type="CenterContainer" parent="NewLanguageContainer/VBoxContainer" unique_id=354586417] layout_mode = 2 size_flags_vertical = 3 -[node name="LineEdit" type="LineEdit" parent="NewLanguageContainer/VBoxContainer/CenterContainer"] +[node name="LineEdit" type="LineEdit" parent="NewLanguageContainer/VBoxContainer/CenterContainer" unique_id=275288544] unique_name_in_owner = true custom_minimum_size = Vector2(800, 2.08165e-12) layout_mode = 2 theme_override_font_sizes/font_size = 100 -[node name="ButtonContainer" type="MarginContainer" parent="NewLanguageContainer/VBoxContainer"] +[node name="ButtonContainer" type="MarginContainer" parent="NewLanguageContainer/VBoxContainer" unique_id=485101047] layout_mode = 2 size_flags_horizontal = 8 theme_override_constants/margin_left = 50 @@ -266,13 +266,13 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="ValidateLanguage" type="Button" parent="NewLanguageContainer/VBoxContainer/ButtonContainer"] +[node name="ValidateLanguage" type="Button" parent="NewLanguageContainer/VBoxContainer/ButtonContainer" unique_id=591614952] layout_mode = 2 size_flags_horizontal = 4 theme_override_font_sizes/font_size = 100 text = "Validate" -[node name="FileDialog" type="FileDialog" parent="."] +[node name="FileDialog" type="FileDialog" parent="." unique_id=841807716] title = "Open a File" initial_position = 2 size = Vector2i(1500, 1000) @@ -282,13 +282,13 @@ ok_button_text = "Open" file_mode = 0 access = 2 -[node name="FileDialogExport" type="FileDialog" parent="."] +[node name="FileDialogExport" type="FileDialog" parent="." unique_id=223904125] initial_position = 2 size = Vector2i(1500, 1000) popup_window = true access = 2 -[node name="ErrorLabel" type="Label" parent="."] +[node name="ErrorLabel" type="Label" parent="." unique_id=1041818691] unique_name_in_owner = true layout_mode = 1 anchors_preset = 12 diff --git a/sources/language_tool/segment_build.tscn b/sources/language_tool/segment_build.tscn index 4631f6dc..d57e352b 100644 --- a/sources/language_tool/segment_build.tscn +++ b/sources/language_tool/segment_build.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://cc3ni3cos6bya"] +[gd_scene format=3 uid="uid://cc3ni3cos6bya"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_6jo1k"] [ext_resource type="Script" uid="uid://dsg2pifyn1vbs" path="res://sources/language_tool/segment_build.gd" id="1_vfx2k"] [ext_resource type="Texture2D" uid="uid://b8tctfnsj3prx" path="res://assets/menus/minus_button.png" id="2_kw4hw"] [ext_resource type="Texture2D" uid="uid://c5jiyxrmmjmdb" path="res://assets/menus/modify_button.png" id="3_dc4jl"] -[node name="SegmentBuild" type="HBoxContainer"] +[node name="SegmentBuild" type="HBoxContainer" unique_id=801243687] custom_minimum_size = Vector2(750, 0) size_flags_horizontal = 3 size_flags_vertical = 4 @@ -13,35 +13,35 @@ mouse_filter = 2 alignment = 1 script = ExtResource("1_vfx2k") -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=1434260452] layout_mode = 2 size_flags_horizontal = 3 text = "Points:" -[node name="NumberOfPointsLabel" type="Label" parent="."] +[node name="NumberOfPointsLabel" type="Label" parent="." unique_id=217371902] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 text = "0 " -[node name="ColorRect" type="ColorRect" parent="."] +[node name="ColorRect" type="ColorRect" parent="." unique_id=1292786638] unique_name_in_owner = true custom_minimum_size = Vector2(75, 75) layout_mode = 2 size_flags_vertical = 4 mouse_filter = 2 -[node name="ModifyButton" parent="." instance=ExtResource("1_6jo1k")] +[node name="ModifyButton" parent="." unique_id=1008882084 instance=ExtResource("1_6jo1k")] layout_mode = 2 -[node name="TextureRect" parent="ModifyButton" index="0"] +[node name="TextureRect" parent="ModifyButton" index="0" unique_id=1207987905] texture = ExtResource("3_dc4jl") -[node name="DeleteButton" parent="." instance=ExtResource("1_6jo1k")] +[node name="DeleteButton" parent="." unique_id=1888916055 instance=ExtResource("1_6jo1k")] layout_mode = 2 -[node name="TextureRect" parent="DeleteButton" index="0"] +[node name="TextureRect" parent="DeleteButton" index="0" unique_id=1207987905] texture = ExtResource("2_kw4hw") [connection signal="pressed" from="ModifyButton" to="." method="_on_modify_button_pressed"] diff --git a/sources/language_tool/segment_container.tscn b/sources/language_tool/segment_container.tscn index d74437a3..3a335ebe 100644 --- a/sources/language_tool/segment_container.tscn +++ b/sources/language_tool/segment_container.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=3 uid="uid://bvb8iewnsnsoj"] +[gd_scene format=3 uid="uid://bvb8iewnsnsoj"] [ext_resource type="Script" uid="uid://c75qci4r1opf1" path="res://sources/language_tool/segment_container.gd" id="1_07lpk"] [ext_resource type="FontFile" uid="uid://bw8cb4e0a7ayj" path="res://assets/fonts/kalulu_mulish_regular.otf" id="2_6k0sf"] @@ -18,7 +18,7 @@ font_size = 768 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ssy0w"] -[node name="SegmentContainer" type="HBoxContainer"] +[node name="SegmentContainer" type="HBoxContainer" unique_id=1771179766] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -30,13 +30,13 @@ mouse_filter = 2 alignment = 1 script = ExtResource("1_07lpk") -[node name="DrawingContainer" type="PanelContainer" parent="."] +[node name="DrawingContainer" type="PanelContainer" parent="." unique_id=466470731] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 mouse_filter = 2 -[node name="MarginContainer" type="MarginContainer" parent="DrawingContainer"] +[node name="MarginContainer" type="MarginContainer" parent="DrawingContainer" unique_id=970339473] layout_mode = 2 mouse_filter = 2 theme_override_constants/margin_left = 12 @@ -44,7 +44,7 @@ theme_override_constants/margin_top = 12 theme_override_constants/margin_right = 12 theme_override_constants/margin_bottom = 12 -[node name="GraphemeLabel" type="Label" parent="DrawingContainer/MarginContainer"] +[node name="GraphemeLabel" type="Label" parent="DrawingContainer/MarginContainer" unique_id=122177424] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 @@ -54,7 +54,7 @@ label_settings = SubResource("LabelSettings_md77l") horizontal_alignment = 1 vertical_alignment = 1 -[node name="PlacePointButton" type="Button" parent="DrawingContainer/MarginContainer/GraphemeLabel"] +[node name="PlacePointButton" type="Button" parent="DrawingContainer/MarginContainer/GraphemeLabel" unique_id=487808025] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -67,25 +67,25 @@ theme_override_styles/hover = SubResource("StyleBoxEmpty_54blg") theme_override_styles/disabled = SubResource("StyleBoxEmpty_qds63") theme_override_styles/focus = SubResource("StyleBoxEmpty_ssy0w") -[node name="ButtonsParent" type="Control" parent="DrawingContainer/MarginContainer"] +[node name="ButtonsParent" type="Control" parent="DrawingContainer/MarginContainer" unique_id=1542799053] unique_name_in_owner = true layout_mode = 2 mouse_filter = 2 -[node name="SegmentContainer" type="MarginContainer" parent="."] +[node name="SegmentContainer" type="MarginContainer" parent="." unique_id=298712436] custom_minimum_size = Vector2(800, 0) layout_mode = 2 mouse_filter = 2 -[node name="VBoxContainer" type="VBoxContainer" parent="SegmentContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="SegmentContainer" unique_id=493660913] layout_mode = 2 mouse_filter = 2 -[node name="AddSegmentContainer" type="PanelContainer" parent="SegmentContainer/VBoxContainer"] +[node name="AddSegmentContainer" type="PanelContainer" parent="SegmentContainer/VBoxContainer" unique_id=1640006151] layout_mode = 2 mouse_filter = 2 -[node name="MarginContainer" type="MarginContainer" parent="SegmentContainer/VBoxContainer/AddSegmentContainer"] +[node name="MarginContainer" type="MarginContainer" parent="SegmentContainer/VBoxContainer/AddSegmentContainer" unique_id=156741152] layout_mode = 2 mouse_filter = 2 theme_override_constants/margin_left = 20 @@ -93,24 +93,24 @@ theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 -[node name="HBoxContainer" type="HBoxContainer" parent="SegmentContainer/VBoxContainer/AddSegmentContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="SegmentContainer/VBoxContainer/AddSegmentContainer/MarginContainer" unique_id=381643045] layout_mode = 2 mouse_filter = 2 -[node name="Label" type="Label" parent="SegmentContainer/VBoxContainer/AddSegmentContainer/MarginContainer/HBoxContainer"] +[node name="Label" type="Label" parent="SegmentContainer/VBoxContainer/AddSegmentContainer/MarginContainer/HBoxContainer" unique_id=899713696] layout_mode = 2 theme_type_variation = &"HeaderLarge" text = "Add segment" -[node name="AddSegmentButton" parent="SegmentContainer/VBoxContainer/AddSegmentContainer/MarginContainer/HBoxContainer" instance=ExtResource("2_h02qb")] +[node name="AddSegmentButton" parent="SegmentContainer/VBoxContainer/AddSegmentContainer/MarginContainer/HBoxContainer" unique_id=53923938 instance=ExtResource("2_h02qb")] layout_mode = 2 -[node name="AllSegmentContainer" type="PanelContainer" parent="SegmentContainer/VBoxContainer"] +[node name="AllSegmentContainer" type="PanelContainer" parent="SegmentContainer/VBoxContainer" unique_id=1251446205] layout_mode = 2 size_flags_vertical = 3 mouse_filter = 2 -[node name="MarginContainer" type="MarginContainer" parent="SegmentContainer/VBoxContainer/AllSegmentContainer"] +[node name="MarginContainer" type="MarginContainer" parent="SegmentContainer/VBoxContainer/AllSegmentContainer" unique_id=796078845] layout_mode = 2 mouse_filter = 2 theme_override_constants/margin_left = 20 @@ -118,15 +118,15 @@ theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 -[node name="ScrollContainer" type="ScrollContainer" parent="SegmentContainer/VBoxContainer/AllSegmentContainer/MarginContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="SegmentContainer/VBoxContainer/AllSegmentContainer/MarginContainer" unique_id=541653340] layout_mode = 2 -[node name="SegmentsContainer" type="VBoxContainer" parent="SegmentContainer/VBoxContainer/AllSegmentContainer/MarginContainer/ScrollContainer"] +[node name="SegmentsContainer" type="VBoxContainer" parent="SegmentContainer/VBoxContainer/AllSegmentContainer/MarginContainer/ScrollContainer" unique_id=884033770] unique_name_in_owner = true layout_mode = 2 mouse_filter = 2 -[node name="Lines" type="Node2D" parent="."] +[node name="Lines" type="Node2D" parent="." unique_id=1909818594] unique_name_in_owner = true z_index = 100 diff --git a/sources/language_tool/segment_point_button.tscn b/sources/language_tool/segment_point_button.tscn index b2e9342d..fd37fcfb 100644 --- a/sources/language_tool/segment_point_button.tscn +++ b/sources/language_tool/segment_point_button.tscn @@ -1,15 +1,15 @@ -[gd_scene load_steps=3 format=3 uid="uid://c71c7g4m8a1aj"] +[gd_scene format=3 uid="uid://c71c7g4m8a1aj"] [ext_resource type="Script" uid="uid://bd8l1dgofjho" path="res://sources/language_tool/segment_point_button.gd" id="1_d6v6o"] [ext_resource type="Texture2D" uid="uid://bgdfoujfibsow" path="res://assets/menus/point_button.png" id="2_6rhkf"] -[node name="SegmentPointButton" type="Control"] +[node name="SegmentPointButton" type="Control" unique_id=643293915] layout_mode = 3 anchors_preset = 0 mouse_filter = 2 script = ExtResource("1_d6v6o") -[node name="TextureRect" type="TextureRect" parent="."] +[node name="TextureRect" type="TextureRect" parent="." unique_id=559711477] layout_mode = 0 offset_left = -25.0 offset_top = -25.0 @@ -19,7 +19,7 @@ scale = Vector2(0.25, 0.25) mouse_filter = 0 texture = ExtResource("2_6rhkf") -[node name="IndexLabel" type="Label" parent="TextureRect"] +[node name="IndexLabel" type="Label" parent="TextureRect" unique_id=1037956852] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 diff --git a/sources/language_tool/sentence_list.tscn b/sources/language_tool/sentence_list.tscn index 9bb7a3f6..4dc1dfbf 100644 --- a/sources/language_tool/sentence_list.tscn +++ b/sources/language_tool/sentence_list.tscn @@ -1,15 +1,15 @@ -[gd_scene load_steps=5 format=3 uid="uid://dbmcpgfokf0in"] +[gd_scene format=3 uid="uid://dbmcpgfokf0in"] [ext_resource type="PackedScene" uid="uid://dfw7m0a7148fu" path="res://sources/language_tool/word_list.tscn" id="1_bfjhw"] [ext_resource type="Script" uid="uid://7pymixi5vsat" path="res://sources/language_tool/sentence_list.gd" id="2_q3ll5"] [ext_resource type="PackedScene" uid="uid://dx33ijlgd8m3w" path="res://sources/language_tool/word_list_element.tscn" id="3_jl0ks"] [ext_resource type="PackedScene" uid="uid://cy14lm72cd7cy" path="res://sources/language_tool/sentence_list_element.tscn" id="3_ys88k"] -[node name="SentenceList" instance=ExtResource("1_bfjhw")] +[node name="SentenceList" unique_id=39007143 instance=ExtResource("1_bfjhw")] script = ExtResource("2_q3ll5") element_scene = ExtResource("3_ys88k") -[node name="ExportNotFoundButton" type="Button" parent="VBoxContainer" index="5"] +[node name="ExportNotFoundButton" type="Button" parent="VBoxContainer" index="5" unique_id=1180980753] unique_name_in_owner = true visible = false layout_mode = 2 @@ -29,7 +29,7 @@ visible = false unique_name_in_owner = false visible = false -[node name="VBoxContainer2" type="VBoxContainer" parent="NewGPLayer" index="3"] +[node name="VBoxContainer2" type="VBoxContainer" parent="NewGPLayer" index="3" unique_id=1510368362] anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -39,7 +39,7 @@ offset_bottom = 222.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Title" parent="NewGPLayer/VBoxContainer2" index="0" instance=ExtResource("3_jl0ks")] +[node name="Title" parent="NewGPLayer/VBoxContainer2" index="0" unique_id=1371794616 instance=ExtResource("3_jl0ks")] layout_mode = 2 script = null @@ -52,11 +52,11 @@ text = "Graphemes" [node name="EditButton" parent="NewGPLayer/VBoxContainer2/Title/TabContainer/NormalContainer" index="6"] modulate = Color(1, 1, 1, 0) -[node name="NewGP" parent="NewGPLayer/VBoxContainer2" index="1" instance=ExtResource("3_jl0ks")] +[node name="NewGP" parent="NewGPLayer/VBoxContainer2" index="1" unique_id=248285454 instance=ExtResource("3_jl0ks")] unique_name_in_owner = true layout_mode = 2 -[node name="FileDialogExport" type="FileDialog" parent="." index="2"] +[node name="FileDialogExport" type="FileDialog" parent="." index="2" unique_id=335461038] initial_position = 2 size = Vector2i(1500, 1000) popup_window = true diff --git a/sources/language_tool/sentence_list_element.tscn b/sources/language_tool/sentence_list_element.tscn index d934b55c..13e851dd 100644 --- a/sources/language_tool/sentence_list_element.tscn +++ b/sources/language_tool/sentence_list_element.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://cy14lm72cd7cy"] +[gd_scene format=3 uid="uid://cy14lm72cd7cy"] [ext_resource type="PackedScene" uid="uid://dx33ijlgd8m3w" path="res://sources/language_tool/word_list_element.tscn" id="1_iocqg"] [ext_resource type="Script" uid="uid://qenwemup08em" path="res://sources/language_tool/sentence_list_element.gd" id="2_f3m6w"] -[node name="SentenceListElement" instance=ExtResource("1_iocqg")] +[node name="SentenceListElement" unique_id=1993870214 instance=ExtResource("1_iocqg")] script = ExtResource("2_f3m6w") table = "Sentences" table_graph_column = "Sentence" diff --git a/sources/language_tool/syllable_list.tscn b/sources/language_tool/syllable_list.tscn index 0439bcf7..1fbec2b4 100644 --- a/sources/language_tool/syllable_list.tscn +++ b/sources/language_tool/syllable_list.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://bjcps2m8tncdl"] +[gd_scene format=3 uid="uid://bjcps2m8tncdl"] [ext_resource type="PackedScene" uid="uid://dfw7m0a7148fu" path="res://sources/language_tool/word_list.tscn" id="1_wq0y5"] [ext_resource type="Script" uid="uid://ckwk2da3ar70c" path="res://sources/language_tool/syllable_list.gd" id="2_1tsvn"] [ext_resource type="PackedScene" uid="uid://rimsx0i5seyp" path="res://sources/language_tool/syllable_list_element.tscn" id="2_r4j7q"] -[node name="SyllableList" instance=ExtResource("1_wq0y5")] +[node name="SyllableList" unique_id=1214065401 instance=ExtResource("1_wq0y5")] script = ExtResource("2_1tsvn") element_scene = ExtResource("2_r4j7q") diff --git a/sources/language_tool/syllable_list_element.tscn b/sources/language_tool/syllable_list_element.tscn index 35644b4a..9d5a1fab 100644 --- a/sources/language_tool/syllable_list_element.tscn +++ b/sources/language_tool/syllable_list_element.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://rimsx0i5seyp"] +[gd_scene format=3 uid="uid://rimsx0i5seyp"] [ext_resource type="PackedScene" uid="uid://dx33ijlgd8m3w" path="res://sources/language_tool/word_list_element.tscn" id="1_dnvqy"] -[node name="SyllableListElement" instance=ExtResource("1_dnvqy")] +[node name="SyllableListElement" unique_id=129952348 instance=ExtResource("1_dnvqy")] table = "Syllables" table_graph_column = "Syllable" relational_table = "GPsInSyllables" diff --git a/sources/language_tool/tracing_builder.tscn b/sources/language_tool/tracing_builder.tscn index f798871f..8bd20d79 100644 --- a/sources/language_tool/tracing_builder.tscn +++ b/sources/language_tool/tracing_builder.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://d2dsqx38l6yqc"] +[gd_scene format=3 uid="uid://d2dsqx38l6yqc"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_kgjbj"] [ext_resource type="Script" uid="uid://yu1t33dhbka4" path="res://sources/language_tool/tracing_builder.gd" id="1_rm5fr"] @@ -20,7 +20,7 @@ corner_radius_top_right = 25 corner_radius_bottom_right = 25 corner_radius_bottom_left = 25 -[node name="TracingBuilder" type="Control"] +[node name="TracingBuilder" type="Control" unique_id=1181825584] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -31,7 +31,7 @@ mouse_filter = 2 script = ExtResource("1_rm5fr") gradient = SubResource("Gradient_1lmt0") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=2033156989] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -39,107 +39,107 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=576134127] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer" unique_id=252631990] layout_mode = 2 theme_override_constants/margin_left = 20 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 -[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer"] +[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer" unique_id=577874427] layout_mode = 2 -[node name="Title" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2"] +[node name="Title" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" unique_id=1152849804] layout_mode = 2 size_flags_horizontal = 3 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 128 text = "Tracing Builder" -[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2"] +[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" unique_id=512390594] layout_mode = 2 -[node name="Help" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/VBoxContainer"] +[node name="Help" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/VBoxContainer" unique_id=1084007438] layout_mode = 2 text = "- Left click to add and move points. - Right click on a point to delete it. " -[node name="Help2" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/VBoxContainer"] +[node name="Help2" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/VBoxContainer" unique_id=1425799183] layout_mode = 2 theme_override_colors/font_color = Color(0.560784, 0, 0, 1) theme_override_colors/font_outline_color = Color(1, 1, 1, 1) theme_override_font_sizes/font_size = 42 text = "- Unsaved changes will be lost" -[node name="SaveButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" instance=ExtResource("1_kgjbj")] +[node name="SaveButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" unique_id=1142694426 instance=ExtResource("1_kgjbj")] layout_mode = 2 -[node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/SaveButton" index="0"] +[node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/SaveButton" index="0" unique_id=1207987905] texture = ExtResource("3_2sbjh") -[node name="SaveOk" type="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/SaveButton"] +[node name="SaveOk" type="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/SaveButton" unique_id=584368091] unique_name_in_owner = true custom_minimum_size = Vector2(120, 120) layout_mode = 2 texture = ExtResource("4_m23be") expand_mode = 1 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" unique_id=31868244] layout_mode = 2 theme_override_constants/margin_left = 15 theme_override_constants/margin_right = 15 -[node name="VBoxContainer3" type="VBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer"] +[node name="VBoxContainer3" type="VBoxContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer" unique_id=126683973] layout_mode = 2 alignment = 1 -[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer/VBoxContainer3"] +[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer/VBoxContainer3" unique_id=1747083567] layout_mode = 2 text = "Select letter:" -[node name="LetterPicker" type="OptionButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer/VBoxContainer3"] +[node name="LetterPicker" type="OptionButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer/VBoxContainer3" unique_id=1764894635] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 64 -[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2"] +[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" unique_id=2125402477] layout_mode = 2 theme_override_constants/margin_left = 15 theme_override_constants/margin_right = 15 -[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer2"] +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer2" unique_id=1901596772] layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 4 theme_override_styles/panel = SubResource("StyleBoxFlat_v3vyn") -[node name="CopyFrom" type="MenuButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer2/PanelContainer"] +[node name="CopyFrom" type="MenuButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/MarginContainer2/PanelContainer" unique_id=1493996542] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 42 text = "Copy from" -[node name="BackButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" instance=ExtResource("1_kgjbj")] +[node name="BackButton" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2" unique_id=1103013698 instance=ExtResource("1_kgjbj")] layout_mode = 2 -[node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/BackButton" index="0"] +[node name="TextureRect" parent="VBoxContainer/PanelContainer/MarginContainer/HBoxContainer2/BackButton" index="0" unique_id=1207987905] texture = ExtResource("4_83j0b") -[node name="TabContainer" type="TabContainer" parent="VBoxContainer"] +[node name="TabContainer" type="TabContainer" parent="VBoxContainer" unique_id=1721722587] layout_mode = 2 size_flags_vertical = 3 current_tab = 0 -[node name="Lower" parent="VBoxContainer/TabContainer" instance=ExtResource("4_frjng")] +[node name="Lower" parent="VBoxContainer/TabContainer" unique_id=842093729 instance=ExtResource("4_frjng")] unique_name_in_owner = true layout_mode = 2 metadata/_tab_index = 0 -[node name="Upper" parent="VBoxContainer/TabContainer" instance=ExtResource("4_frjng")] +[node name="Upper" parent="VBoxContainer/TabContainer" unique_id=1758012417 instance=ExtResource("4_frjng")] unique_name_in_owner = true visible = false layout_mode = 2 diff --git a/sources/language_tool/video_gp_description.tscn b/sources/language_tool/video_gp_description.tscn index 4d83f4f1..d9e6044f 100644 --- a/sources/language_tool/video_gp_description.tscn +++ b/sources/language_tool/video_gp_description.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://m07xvvercaum"] +[gd_scene format=3 uid="uid://m07xvvercaum"] [ext_resource type="Script" uid="uid://bskxkqg1al67p" path="res://sources/language_tool/video_gp_description.gd" id="1_kww8f"] [ext_resource type="Texture2D" uid="uid://b1227jts6lw67" path="res://assets/theme/play.svg" id="2_dbuc8"] @@ -9,10 +9,10 @@ [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tny0s"] bg_color = Color(0, 0, 0, 1) -[node name="VideoGPDescription" type="HBoxContainer"] +[node name="VideoGPDescription" type="HBoxContainer" unique_id=2036427965] script = ExtResource("1_kww8f") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1852761962] custom_minimum_size = Vector2(1166, 0) layout_mode = 2 theme_override_constants/margin_left = 20 @@ -20,14 +20,14 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="GPMenuButton" type="MenuButton" parent="MarginContainer"] +[node name="GPMenuButton" type="MenuButton" parent="MarginContainer" unique_id=1397237282] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 64 text = "GP" alignment = 0 -[node name="VideoContainer" type="MarginContainer" parent="."] +[node name="VideoContainer" type="MarginContainer" parent="." unique_id=657189715] custom_minimum_size = Vector2(1166, 0) layout_mode = 2 theme_override_constants/margin_left = 20 @@ -35,16 +35,16 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 -[node name="HBoxContainer" type="HBoxContainer" parent="VideoContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VideoContainer" unique_id=399649510] layout_mode = 2 -[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="VideoContainer/HBoxContainer"] +[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="VideoContainer/HBoxContainer" unique_id=2114624832] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(200, 2.08165e-12) layout_mode = 2 -[node name="Panel" type="Panel" parent="VideoContainer/HBoxContainer/VideoStreamPlayer"] +[node name="Panel" type="Panel" parent="VideoContainer/HBoxContainer/VideoStreamPlayer" unique_id=528184457] show_behind_parent = true layout_mode = 1 anchors_preset = 15 @@ -54,7 +54,7 @@ grow_horizontal = 2 grow_vertical = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_tny0s") -[node name="TextureRect" type="TextureRect" parent="VideoContainer/HBoxContainer/VideoStreamPlayer"] +[node name="TextureRect" type="TextureRect" parent="VideoContainer/HBoxContainer/VideoStreamPlayer" unique_id=107786378] show_behind_parent = true layout_mode = 1 anchors_preset = 8 @@ -70,20 +70,20 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("2_dbuc8") -[node name="VideoUploadButton" parent="VideoContainer/HBoxContainer" instance=ExtResource("2_liexj")] +[node name="VideoUploadButton" parent="VideoContainer/HBoxContainer" unique_id=1050217735 instance=ExtResource("2_liexj")] unique_name_in_owner = true layout_mode = 2 -[node name="TextureRect" parent="VideoContainer/HBoxContainer/VideoUploadButton" index="0"] +[node name="TextureRect" parent="VideoContainer/HBoxContainer/VideoUploadButton" index="0" unique_id=1207987905] texture = ExtResource("3_f6nbg") -[node name="Button" parent="." instance=ExtResource("2_liexj")] +[node name="Button" parent="." unique_id=1870391071 instance=ExtResource("2_liexj")] layout_mode = 2 -[node name="TextureRect" parent="Button" index="0"] +[node name="TextureRect" parent="Button" index="0" unique_id=1207987905] texture = ExtResource("4_vccxx") -[node name="FileDialog" type="FileDialog" parent="."] +[node name="FileDialog" type="FileDialog" parent="." unique_id=372659473] title = "Open a File" initial_position = 2 size = Vector2i(1500, 1000) diff --git a/sources/language_tool/word_list.tscn b/sources/language_tool/word_list.tscn index 16584e20..3f5273a7 100644 --- a/sources/language_tool/word_list.tscn +++ b/sources/language_tool/word_list.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://dfw7m0a7148fu"] +[gd_scene format=3 uid="uid://dfw7m0a7148fu"] [ext_resource type="Script" uid="uid://bw3g6vfskvo54" path="res://sources/language_tool/word_list.gd" id="1_m0usq"] [ext_resource type="PackedScene" uid="uid://clf3v6355wond" path="res://sources/language_tool/list_title.tscn" id="2_6no2x"] [ext_resource type="PackedScene" uid="uid://l3ktlla1kreu" path="res://sources/language_tool/gp_list_element.tscn" id="5_1f555"] [ext_resource type="Script" uid="uid://c45af60t46e6n" path="res://sources/language_tool/scroll_container.gd" id="6_0r6vt"] -[node name="WordList" type="Control"] +[node name="WordList" type="Control" unique_id=212454618] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -14,7 +14,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_m0usq") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=502918846] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -23,21 +23,21 @@ grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 0 -[node name="ListTitle" parent="VBoxContainer" instance=ExtResource("2_6no2x")] +[node name="ListTitle" parent="VBoxContainer" unique_id=543544415 instance=ExtResource("2_6no2x")] unique_name_in_owner = true layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer" unique_id=1566231006] layout_mode = 2 -[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer"] +[node name="Panel" type="Panel" parent="VBoxContainer/MarginContainer" unique_id=1643032933] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer" unique_id=911820587] custom_minimum_size = Vector2(2.08165e-12, 200) layout_mode = 2 -[node name="Lesson" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] +[node name="Lesson" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer" unique_id=1090607745] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -46,7 +46,7 @@ theme_override_font_sizes/font_size = 90 text = "Lesson" horizontal_alignment = 1 -[node name="Word" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] +[node name="Word" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer" unique_id=34187819] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -55,7 +55,7 @@ theme_override_font_sizes/font_size = 90 text = "Word" horizontal_alignment = 1 -[node name="Graphemes" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] +[node name="Graphemes" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer" unique_id=444964295] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -64,7 +64,7 @@ theme_override_font_sizes/font_size = 90 text = "GPs" horizontal_alignment = 1 -[node name="Reading" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] +[node name="Reading" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer" unique_id=1043279353] layout_mode = 2 size_flags_horizontal = 3 mouse_filter = 1 @@ -72,7 +72,7 @@ theme_override_font_sizes/font_size = 90 text = "Reading" horizontal_alignment = 1 -[node name="Writing" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] +[node name="Writing" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer" unique_id=1217496104] layout_mode = 2 size_flags_horizontal = 3 mouse_filter = 1 @@ -80,7 +80,7 @@ theme_override_font_sizes/font_size = 90 text = "Writing" horizontal_alignment = 1 -[node name="Edit" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] +[node name="Edit" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer" unique_id=334064031] layout_mode = 2 size_flags_horizontal = 3 size_flags_stretch_ratio = 0.25 @@ -89,38 +89,38 @@ theme_override_font_sizes/font_size = 90 text = "Edit" horizontal_alignment = 1 -[node name="ColorRect" type="ColorRect" parent="VBoxContainer"] +[node name="ColorRect" type="ColorRect" parent="VBoxContainer" unique_id=1349300503] custom_minimum_size = Vector2(2.08165e-12, 18) layout_mode = 2 color = Color(0, 0, 0, 1) -[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1674392587] layout_mode = 2 size_flags_vertical = 3 script = ExtResource("6_0r6vt") -[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] +[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=1408590889] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 -[node name="ErrorLabel" type="Label" parent="VBoxContainer"] +[node name="ErrorLabel" type="Label" parent="VBoxContainer" unique_id=1938580805] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 60 -[node name="NewGPLayer" type="CanvasLayer" parent="."] +[node name="NewGPLayer" type="CanvasLayer" parent="." unique_id=36147464] visible = false -[node name="Panel" type="Panel" parent="NewGPLayer"] +[node name="Panel" type="Panel" parent="NewGPLayer" unique_id=292459914] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Label" type="Label" parent="NewGPLayer"] +[node name="Label" type="Label" parent="NewGPLayer" unique_id=1702787233] anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 @@ -132,7 +132,7 @@ grow_horizontal = 2 theme_override_font_sizes/font_size = 100 text = "New GP" -[node name="VBoxContainer" type="VBoxContainer" parent="NewGPLayer"] +[node name="VBoxContainer" type="VBoxContainer" parent="NewGPLayer" unique_id=1231377366] anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -142,27 +142,27 @@ offset_bottom = 222.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Title" parent="NewGPLayer/VBoxContainer" instance=ExtResource("5_1f555")] +[node name="Title" parent="NewGPLayer/VBoxContainer" unique_id=1852107010 instance=ExtResource("5_1f555")] layout_mode = 2 script = null -[node name="Grapheme" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" index="1"] +[node name="Grapheme" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" parent_id_path=PackedInt32Array(1852107010, 1160808691) index="1" unique_id=401621236] text = "Grapheme" -[node name="Phoneme" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" index="2"] +[node name="Phoneme" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" parent_id_path=PackedInt32Array(1852107010, 1160808691) index="2" unique_id=1020329159] text = "Phoneme" -[node name="Type" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" index="3"] +[node name="Type" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" parent_id_path=PackedInt32Array(1852107010, 1160808691) index="3" unique_id=1211300606] text = "Type" -[node name="EditButton" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" index="4"] +[node name="EditButton" parent="NewGPLayer/VBoxContainer/Title/TabContainer/NormalContainer" parent_id_path=PackedInt32Array(1852107010, 1160808691) index="4" unique_id=296519724] modulate = Color(1, 1, 1, 0) -[node name="NewGP" parent="NewGPLayer/VBoxContainer" instance=ExtResource("5_1f555")] +[node name="NewGP" parent="NewGPLayer/VBoxContainer" unique_id=571530511 instance=ExtResource("5_1f555")] unique_name_in_owner = true layout_mode = 2 -[node name="DeleteButton" parent="NewGPLayer/VBoxContainer/NewGP/TabContainer/EditContainer" index="0"] +[node name="DeleteButton" parent="NewGPLayer/VBoxContainer/NewGP/TabContainer/EditContainer" parent_id_path=PackedInt32Array(571530511, 1491769046) index="0" unique_id=1766970248] visible = false [connection signal="add_pressed" from="VBoxContainer/ListTitle" to="." method="_on_list_title_add_pressed"] diff --git a/sources/language_tool/word_list_element.tscn b/sources/language_tool/word_list_element.tscn index 40f326bd..6941343e 100644 --- a/sources/language_tool/word_list_element.tscn +++ b/sources/language_tool/word_list_element.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://dx33ijlgd8m3w"] +[gd_scene format=3 uid="uid://dx33ijlgd8m3w"] [ext_resource type="PackedScene" uid="uid://dbl3r8426473v" path="res://sources/language_tool/plus_button.tscn" id="1_g3tt5"] [ext_resource type="Script" uid="uid://cvnnauxttsciv" path="res://sources/language_tool/word_list_element.gd" id="1_q2ekb"] @@ -12,7 +12,7 @@ border_color = Color(0, 0, 0, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_t1yui"] -[node name="WordListElement" type="MarginContainer"] +[node name="WordListElement" type="MarginContainer" unique_id=1240230869] anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -23,22 +23,22 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_q2ekb") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=1609136784] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_emsyu") -[node name="TabContainer" type="TabContainer" parent="."] +[node name="TabContainer" type="TabContainer" parent="." unique_id=1561648361] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxEmpty_t1yui") current_tab = 0 tabs_visible = false -[node name="NormalContainer" type="HBoxContainer" parent="TabContainer"] +[node name="NormalContainer" type="HBoxContainer" parent="TabContainer" unique_id=175623685] layout_mode = 2 theme_override_constants/separation = 0 metadata/_tab_index = 0 -[node name="Lesson" type="Label" parent="TabContainer/NormalContainer"] +[node name="Lesson" type="Label" parent="TabContainer/NormalContainer" unique_id=930015408] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -48,7 +48,7 @@ text = "7" horizontal_alignment = 1 clip_text = true -[node name="ExceptionCheckBox" type="CheckBox" parent="TabContainer/NormalContainer"] +[node name="ExceptionCheckBox" type="CheckBox" parent="TabContainer/NormalContainer" unique_id=1874848318] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 @@ -56,7 +56,7 @@ disabled = true text = "Exception" expand_icon = true -[node name="Word" type="Label" parent="TabContainer/NormalContainer"] +[node name="Word" type="Label" parent="TabContainer/NormalContainer" unique_id=971120727] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -65,7 +65,7 @@ text = "Bonjour" horizontal_alignment = 1 clip_text = true -[node name="Graphemes" type="Label" parent="TabContainer/NormalContainer"] +[node name="Graphemes" type="Label" parent="TabContainer/NormalContainer" unique_id=376418374] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -73,7 +73,7 @@ theme_override_font_sizes/font_size = 70 text = "b on j ou r" horizontal_alignment = 1 -[node name="ReadingCheckBox" type="CheckBox" parent="TabContainer/NormalContainer"] +[node name="ReadingCheckBox" type="CheckBox" parent="TabContainer/NormalContainer" unique_id=657752404] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -81,38 +81,38 @@ size_flags_stretch_ratio = 0.5 disabled = true button_pressed = true -[node name="WritingCheckBox" type="CheckBox" parent="TabContainer/NormalContainer"] +[node name="WritingCheckBox" type="CheckBox" parent="TabContainer/NormalContainer" unique_id=593364540] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_stretch_ratio = 0.5 disabled = true -[node name="EditButton" parent="TabContainer/NormalContainer" instance=ExtResource("1_g3tt5")] +[node name="EditButton" parent="TabContainer/NormalContainer" unique_id=1575396203 instance=ExtResource("1_g3tt5")] custom_minimum_size = Vector2(120, 120) layout_mode = 2 -[node name="TextureRect" parent="TabContainer/NormalContainer/EditButton" index="0"] +[node name="TextureRect" parent="TabContainer/NormalContainer/EditButton" index="0" unique_id=1207987905] texture = ExtResource("2_i6x6b") -[node name="EditContainer" type="VBoxContainer" parent="TabContainer"] +[node name="EditContainer" type="VBoxContainer" parent="TabContainer" unique_id=1268476286] visible = false layout_mode = 2 theme_override_constants/separation = 0 metadata/_tab_index = 1 -[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/EditContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/EditContainer" unique_id=1153305329] layout_mode = 2 -[node name="ValidateButton" parent="TabContainer/EditContainer/HBoxContainer" instance=ExtResource("1_g3tt5")] +[node name="ValidateButton" parent="TabContainer/EditContainer/HBoxContainer" unique_id=734198539 instance=ExtResource("1_g3tt5")] custom_minimum_size = Vector2(120, 120) layout_mode = 2 tooltip_text = "Validate edits" -[node name="TextureRect" parent="TabContainer/EditContainer/HBoxContainer/ValidateButton" index="0"] +[node name="TextureRect" parent="TabContainer/EditContainer/HBoxContainer/ValidateButton" index="0" unique_id=1207987905] texture = ExtResource("2_i6x6b") -[node name="ExceptionEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer/HBoxContainer"] +[node name="ExceptionEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer/HBoxContainer" unique_id=1641855039] unique_name_in_owner = true layout_mode = 2 tooltip_text = "Don't show the word alone in Kalulu games" @@ -120,23 +120,23 @@ theme_override_font_sizes/font_size = 50 text = "Exception" expand_icon = true -[node name="MinusButton" parent="TabContainer/EditContainer/HBoxContainer" instance=ExtResource("1_g3tt5")] +[node name="MinusButton" parent="TabContainer/EditContainer/HBoxContainer" unique_id=1105940208 instance=ExtResource("1_g3tt5")] layout_mode = 2 tooltip_text = "Delete list element" -[node name="TextureRect" parent="TabContainer/EditContainer/HBoxContainer/MinusButton" index="0"] +[node name="TextureRect" parent="TabContainer/EditContainer/HBoxContainer/MinusButton" index="0" unique_id=1207987905] texture = ExtResource("3_mgblq") -[node name="HBoxContainer2" type="HBoxContainer" parent="TabContainer/EditContainer"] +[node name="HBoxContainer2" type="HBoxContainer" parent="TabContainer/EditContainer" unique_id=1396178239] layout_mode = 2 -[node name="WordEditLabel" type="Label" parent="TabContainer/EditContainer/HBoxContainer2"] +[node name="WordEditLabel" type="Label" parent="TabContainer/EditContainer/HBoxContainer2" unique_id=1021148775] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "Word: " -[node name="WordEdit" type="LineEdit" parent="TabContainer/EditContainer/HBoxContainer2"] +[node name="WordEdit" type="LineEdit" parent="TabContainer/EditContainer/HBoxContainer2" unique_id=1178281509] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -145,50 +145,50 @@ text = "bonjour" placeholder_text = "Press enter for autocomplete" alignment = 1 -[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/EditContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/EditContainer" unique_id=501411856] layout_mode = 2 size_flags_horizontal = 3 tooltip_text = "Fill in this element's components" vertical_scroll_mode = 0 -[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/EditContainer/ScrollContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/EditContainer/ScrollContainer" unique_id=1574718702] layout_mode = 2 alignment = 1 -[node name="GPsEditLabel" type="Label" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer"] +[node name="GPsEditLabel" type="Label" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer" unique_id=1362139264] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "GPs: " -[node name="GraphemesEditContainer" type="HBoxContainer" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer"] +[node name="GraphemesEditContainer" type="HBoxContainer" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer" unique_id=1912282083] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 alignment = 1 -[node name="AddGPButton" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer" instance=ExtResource("1_g3tt5")] +[node name="AddGPButton" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer" unique_id=472156113 instance=ExtResource("1_g3tt5")] unique_name_in_owner = true layout_mode = 2 -[node name="RemoveGPButton2" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer" instance=ExtResource("1_g3tt5")] +[node name="RemoveGPButton2" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer" unique_id=500432013 instance=ExtResource("1_g3tt5")] unique_name_in_owner = true layout_mode = 2 -[node name="TextureRect" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer/RemoveGPButton2" index="0"] +[node name="TextureRect" parent="TabContainer/EditContainer/ScrollContainer/HBoxContainer/RemoveGPButton2" index="0" unique_id=1207987905] tooltip_text = "Remove element" texture = ExtResource("3_mgblq") -[node name="HBoxContainer3" type="HBoxContainer" parent="TabContainer/EditContainer"] +[node name="HBoxContainer3" type="HBoxContainer" parent="TabContainer/EditContainer" unique_id=1255389373] layout_mode = 2 -[node name="ReadingEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer/HBoxContainer3"] +[node name="ReadingEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer/HBoxContainer3" unique_id=422398351] unique_name_in_owner = true layout_mode = 2 button_pressed = true text = "Reading " -[node name="WritingEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer/HBoxContainer3"] +[node name="WritingEditCheckBox" type="CheckBox" parent="TabContainer/EditContainer/HBoxContainer3" unique_id=1216190276] unique_name_in_owner = true layout_mode = 2 text = "Writing" diff --git a/sources/lesson_screen/lesson_button.tscn b/sources/lesson_screen/lesson_button.tscn index 1e9d009e..c84cff58 100644 --- a/sources/lesson_screen/lesson_button.tscn +++ b/sources/lesson_screen/lesson_button.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://delcgui3v0eek"] +[gd_scene format=3 uid="uid://delcgui3v0eek"] [ext_resource type="Texture2D" uid="uid://3iuuq06ovbos" path="res://assets/theme/button_normal_empty.svg" id="1_pdrhc"] [ext_resource type="Texture2D" uid="uid://j7sffldhbunj" path="res://assets/theme/button_pressed_empty.svg" id="2_2g676"] @@ -8,7 +8,7 @@ [ext_resource type="Texture2D" uid="uid://dwk8xgv3xsmm0" path="res://assets/theme/button_center.svg" id="6_o0qkw"] [ext_resource type="PackedScene" uid="uid://cn2rw06pltyiu" path="res://sources/utils/fx/right.tscn" id="7_rtwam"] -[node name="LessonButton" type="TextureButton"] +[node name="LessonButton" type="TextureButton" unique_id=530361935] z_index = 1 offset_right = 300.0 offset_bottom = 300.0 @@ -25,7 +25,7 @@ script = ExtResource("4_mbltp") base_color = Color(0.109804, 0.14902, 0.384314, 1) completed_color = Color(0.109804, 0.14902, 0.384314, 1) -[node name="RightFX" parent="." instance=ExtResource("7_rtwam")] +[node name="RightFX" parent="." unique_id=1485482935 instance=ExtResource("7_rtwam")] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -37,7 +37,7 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="Center" type="TextureRect" parent="."] +[node name="Center" type="TextureRect" parent="." unique_id=1026350137] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -48,7 +48,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("6_o0qkw") -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=540958749] unique_name_in_owner = true z_index = 1 layout_mode = 1 @@ -67,7 +67,7 @@ horizontal_alignment = 1 vertical_alignment = 1 uppercase = true -[node name="Placeholder" type="TextureRect" parent="."] +[node name="Placeholder" type="TextureRect" parent="." unique_id=641493096] unique_name_in_owner = true visible = false modulate = Color(0.775063, 0.775063, 0.775063, 1) diff --git a/sources/look_and_learn/letter_segment.tscn b/sources/look_and_learn/letter_segment.tscn index c5978877..cf3e63ec 100644 --- a/sources/look_and_learn/letter_segment.tscn +++ b/sources/look_and_learn/letter_segment.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://cw72s41o5vn4e"] +[gd_scene format=3 uid="uid://cw72s41o5vn4e"] [ext_resource type="Script" uid="uid://b16i4x4kwpgs6" path="res://sources/look_and_learn/letter_segment.gd" id="1"] [ext_resource type="PackedScene" uid="uid://baqbd52qcuxh1" path="res://sources/look_and_learn/tracing_path.tscn" id="2_hdjbu"] @@ -30,13 +30,13 @@ gravity = Vector3(0, 98, 0) scale_curve = SubResource("CurveTexture_he5ko") color_ramp = SubResource("GradientTexture1D_5inok") -[node name="LetterSegment" type="Node2D"] +[node name="LetterSegment" type="Node2D" unique_id=1368810197] z_index = 100 script = ExtResource("1") -[node name="TracingPath" parent="." instance=ExtResource("2_hdjbu")] +[node name="TracingPath" parent="." unique_id=1954691601 instance=ExtResource("2_hdjbu")] -[node name="CompleteParticles" type="GPUParticles2D" parent="."] +[node name="CompleteParticles" type="GPUParticles2D" parent="." unique_id=1819117536] emitting = false amount = 32 texture = ExtResource("4") @@ -45,10 +45,10 @@ one_shot = true explosiveness = 0.8 process_material = SubResource("ParticleProcessMaterial_dpfdt") -[node name="CompleteAudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="CompleteAudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=163231365] stream = ExtResource("5") -[node name="TracingEffects" parent="." instance=ExtResource("5_nsgma")] +[node name="TracingEffects" parent="." unique_id=1302144978 instance=ExtResource("5_nsgma")] [connection signal="demo_finished" from="TracingPath" to="." method="_on_tracing_path_demo_finished"] [connection signal="finished" from="TracingPath" to="." method="_on_tracing_path_finished"] diff --git a/sources/look_and_learn/look_and_learn.tscn b/sources/look_and_learn/look_and_learn.tscn index 97663300..a82440b4 100644 --- a/sources/look_and_learn/look_and_learn.tscn +++ b/sources/look_and_learn/look_and_learn.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=33 format=3 uid="uid://mnvxfhi70bx5"] +[gd_scene format=3 uid="uid://mnvxfhi70bx5"] [ext_resource type="Script" uid="uid://ylee262nfnsi" path="res://sources/look_and_learn/look_and_learn.gd" id="1_12st1"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="2_2efp5"] @@ -781,7 +781,7 @@ gravity = Vector3(0, 0, 0) scale_curve = SubResource("CurveTexture_f6ycu") color_ramp = SubResource("GradientTexture1D_gugw3") -[node name="LookAndLearn" type="Control"] +[node name="LookAndLearn" type="Control" unique_id=127547693] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -790,30 +790,28 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_12st1") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_s3pa5") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1303696124] +libraries/ = SubResource("AnimationLibrary_s3pa5") -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1584223392] bus = &"Voice" -[node name="NightSky" parent="." instance=ExtResource("2_2efp5")] +[node name="NightSky" parent="." unique_id=1917147223 instance=ExtResource("2_2efp5")] layout_mode = 1 -[node name="Palm" parent="NightSky" instance=ExtResource("4_1m6x7")] +[node name="Palm" parent="NightSky" unique_id=1803667113 instance=ExtResource("4_1m6x7")] position = Vector2(1382, 1710) scale = Vector2(3, 3) -[node name="LargeFlower" parent="NightSky" instance=ExtResource("5_bxvlx")] +[node name="LargeFlower" parent="NightSky" unique_id=2116207460 instance=ExtResource("5_bxvlx")] position = Vector2(188, 1800) scale = Vector2(1.5, 1.5) -[node name="Bush" parent="NightSky" instance=ExtResource("6_ohnh6")] +[node name="Bush" parent="NightSky" unique_id=1254735532 instance=ExtResource("6_ohnh6")] position = Vector2(1678, 1942) scale = Vector2(2.5, 2.5) -[node name="ColorRect" type="ColorRect" parent="NightSky"] +[node name="ColorRect" type="ColorRect" parent="NightSky" unique_id=792734471] modulate = Color(0.478431, 0.419608, 0.666667, 0.611765) layout_mode = 1 anchors_preset = 15 @@ -822,7 +820,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Panel" type="PanelContainer" parent="."] +[node name="Panel" type="PanelContainer" parent="." unique_id=1282760663] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 @@ -835,7 +833,7 @@ grow_horizontal = 2 theme = ExtResource("6_e2avu") theme_type_variation = &"PanelKalulu" -[node name="MarginContainer" type="MarginContainer" parent="Panel"] +[node name="MarginContainer" type="MarginContainer" parent="Panel" unique_id=653977276] layout_mode = 2 mouse_filter = 2 theme_override_constants/margin_left = 35 @@ -843,7 +841,7 @@ theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 5 -[node name="GraphemeLabel" type="Label" parent="Panel/MarginContainer"] +[node name="GraphemeLabel" type="Label" parent="Panel/MarginContainer" unique_id=1486859634] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 @@ -853,14 +851,14 @@ text = "o" horizontal_alignment = 1 vertical_alignment = 1 -[node name="LeftContainer" type="VBoxContainer" parent="."] +[node name="LeftContainer" type="VBoxContainer" parent="." unique_id=463691329] layout_mode = 1 anchors_preset = 9 anchor_bottom = 1.0 grow_vertical = 2 mouse_filter = 2 -[node name="MarginContainer" type="MarginContainer" parent="LeftContainer"] +[node name="MarginContainer" type="MarginContainer" parent="LeftContainer" unique_id=2001807491] custom_minimum_size = Vector2(450, 0) layout_mode = 2 size_flags_vertical = 3 @@ -869,7 +867,7 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="GardenButton" type="TextureButton" parent="LeftContainer/MarginContainer"] +[node name="GardenButton" type="TextureButton" parent="LeftContainer/MarginContainer" unique_id=970416480] unique_name_in_owner = true custom_minimum_size = Vector2(0, 386) layout_mode = 2 @@ -879,7 +877,7 @@ texture_pressed = ExtResource("4_adi05") texture_disabled = ExtResource("5_j5vhb") stretch_mode = 5 -[node name="Frame" type="TextureRect" parent="."] +[node name="Frame" type="TextureRect" parent="." unique_id=1803400322] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -897,12 +895,12 @@ pivot_offset = Vector2(915.5, 0) mouse_filter = 2 texture = ExtResource("6_8san1") -[node name="Mask" type="Sprite2D" parent="Frame"] +[node name="Mask" type="Sprite2D" parent="Frame" unique_id=1154549895] clip_children = 1 texture = ExtResource("7_8pmth") offset = Vector2(915.5, 580) -[node name="ColorRect" type="ColorRect" parent="Frame/Mask"] +[node name="ColorRect" type="ColorRect" parent="Frame/Mask" unique_id=1615855044] custom_minimum_size = Vector2(1280, 962) offset_left = 276.0 offset_top = 99.0 @@ -911,7 +909,7 @@ offset_bottom = 1061.0 mouse_filter = 2 color = Color(0, 0, 0, 1) -[node name="Image" type="TextureRect" parent="Frame/Mask/ColorRect"] +[node name="Image" type="TextureRect" parent="Frame/Mask/ColorRect" unique_id=1810934716] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -921,26 +919,26 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="TracingManager" parent="Frame/Mask/ColorRect" instance=ExtResource("12_fkd0b")] +[node name="TracingManager" parent="Frame/Mask/ColorRect" unique_id=1464386034 instance=ExtResource("12_fkd0b")] unique_name_in_owner = true modulate = Color(1, 1, 1, 0) layout_mode = 1 -[node name="RightBush" type="Sprite2D" parent="Frame/Mask"] +[node name="RightBush" type="Sprite2D" parent="Frame/Mask" unique_id=1584577943] position = Vector2(1560.5, 1065) rotation = -45.0 scale = Vector2(2.8, 2.8) texture = ExtResource("8_xb5ul") offset = Vector2(0, -286) -[node name="LeftBush" type="Sprite2D" parent="Frame/Mask"] +[node name="LeftBush" type="Sprite2D" parent="Frame/Mask" unique_id=1684947073] position = Vector2(271.5, 1065) rotation = 45.0 scale = Vector2(2.8, 2.8) texture = ExtResource("8_xb5ul") offset = Vector2(0, -286) -[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="Frame/Mask"] +[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="Frame/Mask" unique_id=1756916571] unique_name_in_owner = true custom_minimum_size = Vector2(1280, 962) offset_left = 276.0 @@ -952,7 +950,7 @@ expand = true buffering_msec = 100 bus = &"Voice" -[node name="GraphemeButton" type="TextureButton" parent="."] +[node name="GraphemeButton" type="TextureButton" parent="." unique_id=1724843614] unique_name_in_owner = true layout_mode = 1 anchors_preset = 7 @@ -973,7 +971,7 @@ texture_hover = ExtResource("11_trjsl") texture_disabled = ExtResource("12_1yr4y") stretch_mode = 0 -[node name="TextureRect" type="TextureRect" parent="GraphemeButton"] +[node name="TextureRect" type="TextureRect" parent="GraphemeButton" unique_id=620759668] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -988,7 +986,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("17_dhida") -[node name="GraphemeParticles" type="GPUParticles2D" parent="."] +[node name="GraphemeParticles" type="GPUParticles2D" parent="." unique_id=1895742574] position = Vector2(1280, 1558) emitting = false amount = 16 diff --git a/sources/look_and_learn/tracing_effects.tscn b/sources/look_and_learn/tracing_effects.tscn index 249e5fdd..8a6b1f0f 100644 --- a/sources/look_and_learn/tracing_effects.tscn +++ b/sources/look_and_learn/tracing_effects.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://v0lyity2xtdk"] +[gd_scene format=3 uid="uid://v0lyity2xtdk"] [ext_resource type="Script" uid="uid://dn5igrr7y0o3s" path="res://sources/look_and_learn/tracing_effects.gd" id="1_fwn5n"] [ext_resource type="Texture2D" uid="uid://cyx6rau3sgwed" path="res://assets/look_and_learn/fx_03.png" id="2_3m3v8"] @@ -30,10 +30,10 @@ gravity = Vector3(0, 98, 0) scale_curve = SubResource("CurveTexture_he5ko") color_ramp = SubResource("GradientTexture1D_5inok") -[node name="TracingEffects" type="Node2D"] +[node name="TracingEffects" type="Node2D" unique_id=804890647] script = ExtResource("1_fwn5n") -[node name="TracingParticles" type="GPUParticles2D" parent="."] +[node name="TracingParticles" type="GPUParticles2D" parent="." unique_id=1392979920] emitting = false amount = 12 texture = ExtResource("2_3m3v8") @@ -41,11 +41,11 @@ lifetime = 0.5 visibility_rect = Rect2(-500, -500, 1000, 1000) process_material = SubResource("ParticleProcessMaterial_me6ey") -[node name="TracingAudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="TracingAudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=542898378] stream = ExtResource("3_m2u4r") volume_db = -5.0 -[node name="Timer" type="Timer" parent="."] +[node name="Timer" type="Timer" parent="." unique_id=2022364334] wait_time = 0.2 one_shot = true diff --git a/sources/look_and_learn/tracing_manager.tscn b/sources/look_and_learn/tracing_manager.tscn index c2040f26..dbdc5497 100644 --- a/sources/look_and_learn/tracing_manager.tscn +++ b/sources/look_and_learn/tracing_manager.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://cboa82q0bjlvc"] +[gd_scene format=3 uid="uid://cboa82q0bjlvc"] [ext_resource type="Script" uid="uid://bkjitwhuf67dg" path="res://sources/look_and_learn/tracing_manager.gd" id="1"] [ext_resource type="FontFile" uid="uid://bw8cb4e0a7ayj" path="res://assets/fonts/kalulu_mulish_regular.otf" id="2_mtk4m"] @@ -9,7 +9,7 @@ font_size = 768 outline_size = 50 outline_color = Color(0, 0, 0, 1) -[node name="TracingManager" type="Control"] +[node name="TracingManager" type="Control" unique_id=318683313] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -21,7 +21,7 @@ size_flags_vertical = 3 script = ExtResource("1") label_settings = SubResource("LabelSettings_e6xos") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=120091377] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -33,14 +33,14 @@ theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 -[node name="LowerLabels" type="HBoxContainer" parent="MarginContainer"] +[node name="LowerLabels" type="HBoxContainer" parent="MarginContainer" unique_id=1935929871] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 4 alignment = 1 -[node name="UpperLabels" type="HBoxContainer" parent="MarginContainer"] +[node name="UpperLabels" type="HBoxContainer" parent="MarginContainer" unique_id=1054738511] unique_name_in_owner = true visible = false layout_mode = 2 diff --git a/sources/look_and_learn/tracing_path.tscn b/sources/look_and_learn/tracing_path.tscn index 4e7f2895..51acc757 100644 --- a/sources/look_and_learn/tracing_path.tscn +++ b/sources/look_and_learn/tracing_path.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=3 uid="uid://baqbd52qcuxh1"] +[gd_scene format=3 uid="uid://baqbd52qcuxh1"] [ext_resource type="Script" uid="uid://m40vp7pb30bn" path="res://sources/look_and_learn/tracing_path.gd" id="1_4lqdu"] [ext_resource type="Texture2D" uid="uid://bfgwv7jidb5bs" path="res://assets/look_and_learn/guide.svg" id="2_2guls"] @@ -48,19 +48,17 @@ _data = { &"animate": SubResource("3") } -[node name="TracingPath" type="Path2D"] +[node name="TracingPath" type="Path2D" unique_id=525710935] curve = SubResource("Curve2D_ypwnx") script = ExtResource("1_4lqdu") color_gradient = SubResource("Gradient_n7idr") -[node name="GuideAnimationPlayer" type="AnimationPlayer" parent="."] +[node name="GuideAnimationPlayer" type="AnimationPlayer" parent="." unique_id=1291106365] root_node = NodePath("../..") -libraries = { -&"": SubResource("AnimationLibrary_ei5ps") -} -autoplay = "animate" +libraries/ = SubResource("AnimationLibrary_ei5ps") +autoplay = &"animate" -[node name="Line2D" type="Line2D" parent="."] +[node name="Line2D" type="Line2D" parent="." unique_id=1974646441] width = 50.0 default_color = Color(1, 0.5, 0.5, 1) joint_mode = 2 @@ -68,20 +66,20 @@ begin_cap_mode = 2 end_cap_mode = 2 antialiased = true -[node name="GuidePathFollow" type="PathFollow2D" parent="."] +[node name="GuidePathFollow" type="PathFollow2D" parent="." unique_id=636412660] loop = false -[node name="Guide" type="Sprite2D" parent="GuidePathFollow"] +[node name="Guide" type="Sprite2D" parent="GuidePathFollow" unique_id=2123335844] scale = Vector2(0.5, 0.5) texture = ExtResource("2_2guls") -[node name="arrow" type="Sprite2D" parent="GuidePathFollow/Guide"] +[node name="arrow" type="Sprite2D" parent="GuidePathFollow/Guide" unique_id=223429538] texture = ExtResource("3_imidm") -[node name="HandPathFollow2D" type="PathFollow2D" parent="."] +[node name="HandPathFollow2D" type="PathFollow2D" parent="." unique_id=775019390] rotates = false loop = false -[node name="Hand" type="Sprite2D" parent="HandPathFollow2D"] +[node name="Hand" type="Sprite2D" parent="HandPathFollow2D" unique_id=1603790622] position = Vector2(90, 90) texture = ExtResource("4_ey17m") diff --git a/sources/menus/adult_block/adult_block.tscn b/sources/menus/adult_block/adult_block.tscn index 4d3a72b9..22150bf3 100644 --- a/sources/menus/adult_block/adult_block.tscn +++ b/sources/menus/adult_block/adult_block.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://b7rx6esglyd6c"] +[gd_scene format=3 uid="uid://b7rx6esglyd6c"] [ext_resource type="PackedScene" uid="uid://djduptonofbh4" path="res://sources/menus/components/code_keyboard.tscn" id="1_6q05s"] [ext_resource type="Script" uid="uid://dxs13x1x36ukn" path="res://sources/menus/adult_block/adult_block.gd" id="1_jf7p7"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="2_cdfx1"] [ext_resource type="PackedScene" uid="uid://dxc82xcl7jncd" path="res://sources/menus/main/plants/palm.tscn" id="3_0u8tq"] -[node name="AdultBlock" type="Control"] +[node name="AdultBlock" type="Control" unique_id=278733385] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -14,14 +14,14 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_jf7p7") -[node name="Background" parent="." instance=ExtResource("2_cdfx1")] +[node name="Background" parent="." unique_id=1160816771 instance=ExtResource("2_cdfx1")] layout_mode = 1 -[node name="Palm" parent="Background" instance=ExtResource("3_0u8tq")] +[node name="Palm" parent="Background" unique_id=2003115007 instance=ExtResource("3_0u8tq")] position = Vector2(1280, 1792) scale = Vector2(2.5, 2.5) -[node name="PanelContainer" type="PanelContainer" parent="."] +[node name="PanelContainer" type="PanelContainer" parent="." unique_id=997534651] layout_mode = 1 anchors_preset = -1 anchor_left = 0.156 @@ -32,14 +32,14 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="LabelContainer" type="MarginContainer" parent="PanelContainer"] +[node name="LabelContainer" type="MarginContainer" parent="PanelContainer" unique_id=1032634522] layout_mode = 2 theme_override_constants/margin_left = 30 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 30 theme_override_constants/margin_bottom = 20 -[node name="PasswordLabel" type="Label" parent="PanelContainer/LabelContainer"] +[node name="PasswordLabel" type="Label" parent="PanelContainer/LabelContainer" unique_id=848742846] unique_name_in_owner = true custom_minimum_size = Vector2(1500, 600) layout_mode = 2 @@ -48,7 +48,7 @@ theme_override_font_sizes/font_size = 60 text = "ADULT_BOSS_BLOCK_PROMPT" autowrap_mode = 2 -[node name="CodeKeyboard" parent="." instance=ExtResource("1_6q05s")] +[node name="CodeKeyboard" parent="." unique_id=1296739333 instance=ExtResource("1_6q05s")] unique_name_in_owner = true layout_mode = 0 anchors_preset = 0 @@ -66,15 +66,6 @@ offset_right = 376.0 offset_bottom = 56.0 key_size = 200 -[node name="Icon1" parent="CodeKeyboard/PasswordVisualizer/Panel1" index="0"] -custom_minimum_size = Vector2(200, 200) - -[node name="Icon2" parent="CodeKeyboard/PasswordVisualizer/Panel2" index="0"] -custom_minimum_size = Vector2(200, 200) - -[node name="Icon3" parent="CodeKeyboard/PasswordVisualizer/Panel3" index="0"] -custom_minimum_size = Vector2(200, 200) - [connection signal="password_entered" from="CodeKeyboard" to="." method="_on_code_keyboard_password_entered"] [editable path="CodeKeyboard"] diff --git a/sources/menus/adult_check/adult_check.tscn b/sources/menus/adult_check/adult_check.tscn index 14947182..a5d99e49 100644 --- a/sources/menus/adult_check/adult_check.tscn +++ b/sources/menus/adult_check/adult_check.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://b75gufapo12p7"] +[gd_scene format=3 uid="uid://b75gufapo12p7"] [ext_resource type="PackedScene" uid="uid://djduptonofbh4" path="res://sources/menus/components/code_keyboard.tscn" id="1_2c1xf"] [ext_resource type="Script" uid="uid://c8s16jlnw5x7y" path="res://sources/menus/adult_check/adult_check.gd" id="1_wqrmw"] @@ -8,7 +8,7 @@ [ext_resource type="Texture2D" uid="uid://cbhip35yyqneg" path="res://assets/minigames/minigame_ui/graphic/button_back_down.png" id="3_ui1cy"] [ext_resource type="Texture2D" uid="uid://tcapan0mj64o" path="res://assets/minigames/minigame_ui/graphic/button_back_disabled.png" id="4_cnq3y"] -[node name="AdultCheck" type="Control"] +[node name="AdultCheck" type="Control" unique_id=1460828883] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -17,14 +17,14 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_wqrmw") -[node name="Background" parent="." instance=ExtResource("2_whxas")] +[node name="Background" parent="." unique_id=1473279940 instance=ExtResource("2_whxas")] layout_mode = 1 -[node name="Palm" parent="Background" instance=ExtResource("3_pni2u")] +[node name="Palm" parent="Background" unique_id=1342025357 instance=ExtResource("3_pni2u")] position = Vector2(1280, 1792) scale = Vector2(2.5, 2.5) -[node name="PanelContainer" type="PanelContainer" parent="."] +[node name="PanelContainer" type="PanelContainer" parent="." unique_id=350805857] layout_mode = 1 anchors_preset = -1 anchor_left = 0.19375 @@ -35,12 +35,12 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="LabelContainer" type="MarginContainer" parent="PanelContainer"] +[node name="LabelContainer" type="MarginContainer" parent="PanelContainer" unique_id=1814152126] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_right = 25 -[node name="PasswordLabel" type="Label" parent="PanelContainer/LabelContainer"] +[node name="PasswordLabel" type="Label" parent="PanelContainer/LabelContainer" unique_id=863595978] unique_name_in_owner = true custom_minimum_size = Vector2(1500, 500) layout_mode = 2 @@ -50,7 +50,7 @@ horizontal_alignment = 1 vertical_alignment = 1 autowrap_mode = 2 -[node name="CodeKeyboard" parent="." instance=ExtResource("1_2c1xf")] +[node name="CodeKeyboard" parent="." unique_id=91385749 instance=ExtResource("1_2c1xf")] unique_name_in_owner = true layout_mode = 0 anchors_preset = 0 @@ -68,16 +68,7 @@ offset_right = 376.0 offset_bottom = 56.0 key_size = 200 -[node name="Icon1" parent="CodeKeyboard/PasswordVisualizer/Panel1" index="0"] -custom_minimum_size = Vector2(200, 200) - -[node name="Icon2" parent="CodeKeyboard/PasswordVisualizer/Panel2" index="0"] -custom_minimum_size = Vector2(200, 200) - -[node name="Icon3" parent="CodeKeyboard/PasswordVisualizer/Panel3" index="0"] -custom_minimum_size = Vector2(200, 200) - -[node name="InterfaceLeft" type="MarginContainer" parent="."] +[node name="InterfaceLeft" type="MarginContainer" parent="." unique_id=1280706845] custom_minimum_size = Vector2(450, 0) layout_mode = 1 anchors_preset = 9 @@ -89,10 +80,10 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="VBoxContainer" parent="InterfaceLeft"] +[node name="Container" type="VBoxContainer" parent="InterfaceLeft" unique_id=333794191] layout_mode = 2 -[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=1147659212] layout_mode = 2 size_flags_vertical = 3 size_flags_stretch_ratio = 4.0 diff --git a/sources/menus/brain/brain.tscn b/sources/menus/brain/brain.tscn index 2481b6fe..63183c76 100644 --- a/sources/menus/brain/brain.tscn +++ b/sources/menus/brain/brain.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=44 format=3 uid="uid://dlqtn4yhqno8t"] +[gd_scene format=3 uid="uid://dlqtn4yhqno8t"] [ext_resource type="Script" uid="uid://haysn8cxlhek" path="res://sources/menus/brain/brain.gd" id="1_1rwi2"] [ext_resource type="Texture2D" uid="uid://jlwblk7lj7vi" path="res://assets/vfx/fx_10.png" id="1_poeho"] @@ -83,7 +83,7 @@ scale_min = 0.25 anim_speed_min = 2.0 anim_speed_max = 2.0 -[node name="Brain" type="Control"] +[node name="Brain" type="Control" unique_id=736963190] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -94,11 +94,11 @@ script = ExtResource("1_1rwi2") locked_color = Color(0.000455221, 0.0669486, 0.35333, 1) unlocked_colors = Array[Color]([Color(0.588235, 0.439216, 0.878431, 1), Color(1, 0.909804, 0.137255, 1), Color(0.929412, 0.603922, 0.709804, 1), Color(0.658824, 0.262745, 0.286275, 1), Color(0.247059, 0.196078, 0.647059, 1), Color(0.619608, 0.976471, 0.670588, 1), Color(0.764706, 0.760784, 0.768627, 1), Color(1, 0.686275, 0.341176, 1), Color(0.305882, 0.996078, 0.894118, 1), Color(0.478431, 0.819608, 1, 1), Color(0.764706, 0.760784, 0.768627, 1), Color(1, 0.909804, 0.137255, 1), Color(0.658824, 0.262745, 0.286275, 1), Color(0.929412, 0.603922, 0.709804, 1), Color(0.619608, 0.976471, 0.670588, 1), Color(0.247059, 0.196078, 0.647059, 1), Color(0.305882, 0.996078, 0.894118, 1), Color(0.478431, 0.819608, 1, 1), Color(1, 0.686275, 0.341176, 1), Color(0.588235, 0.439216, 0.878431, 1)]) -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1594724307] stream = ExtResource("3_f5uh7") bus = &"Effects" -[node name="ControlBackground" type="Control" parent="."] +[node name="ControlBackground" type="Control" parent="." unique_id=1868907228] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -107,7 +107,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="ColorRect" type="ColorRect" parent="ControlBackground"] +[node name="ColorRect" type="ColorRect" parent="ControlBackground" unique_id=1895024685] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -117,7 +117,7 @@ grow_vertical = 2 mouse_filter = 2 color = Color(0.00392157, 0, 0.105882, 1) -[node name="GPUParticles2D" type="GPUParticles2D" parent="ControlBackground"] +[node name="GPUParticles2D" type="GPUParticles2D" parent="ControlBackground" unique_id=1159945677] material = SubResource("CanvasItemMaterial_iw28k") position = Vector2(1280, 900) amount = 64 @@ -129,7 +129,7 @@ visibility_rect = Rect2(-12800, -900, 25600, 1800) local_coords = true process_material = SubResource("ParticleProcessMaterial_x00r2") -[node name="TextureRect" type="TextureRect" parent="ControlBackground"] +[node name="TextureRect" type="TextureRect" parent="ControlBackground" unique_id=728758081] layout_mode = 0 offset_left = 1276.0 offset_top = 820.0 @@ -137,7 +137,7 @@ offset_right = 2792.0 offset_bottom = 1856.0 texture = ExtResource("2_6qag6") -[node name="TextureRect4" type="TextureRect" parent="ControlBackground"] +[node name="TextureRect4" type="TextureRect" parent="ControlBackground" unique_id=713717165] layout_mode = 0 offset_left = -389.0 offset_top = 606.0 @@ -145,7 +145,7 @@ offset_right = 1436.0 offset_bottom = 1853.0 texture = ExtResource("2_6qag6") -[node name="TextureRect5" type="TextureRect" parent="ControlBackground"] +[node name="TextureRect5" type="TextureRect" parent="ControlBackground" unique_id=902396028] layout_mode = 0 offset_left = -22.0 offset_top = 1046.0 @@ -153,7 +153,7 @@ offset_right = 1275.0 offset_bottom = 1824.0 texture = ExtResource("3_bpmau") -[node name="TextureRect2" type="TextureRect" parent="ControlBackground"] +[node name="TextureRect2" type="TextureRect" parent="ControlBackground" unique_id=297410374] layout_mode = 0 offset_left = -299.0 offset_top = 88.0 @@ -161,7 +161,7 @@ offset_right = 929.0 offset_bottom = 1803.0 texture = ExtResource("4_tic4g") -[node name="TextureRect6" type="TextureRect" parent="ControlBackground"] +[node name="TextureRect6" type="TextureRect" parent="ControlBackground" unique_id=1432835036] layout_mode = 0 offset_left = 1347.0 offset_top = 55.0 @@ -169,7 +169,7 @@ offset_right = 2337.0 offset_bottom = 1815.0 texture = ExtResource("6_kxju7") -[node name="TextureRect3" type="TextureRect" parent="ControlBackground"] +[node name="TextureRect3" type="TextureRect" parent="ControlBackground" unique_id=747101466] layout_mode = 0 offset_left = 1874.0 offset_top = 727.0 @@ -177,7 +177,7 @@ offset_right = 2486.0 offset_bottom = 1815.0 texture = ExtResource("5_a51h3") -[node name="InterfaceLeft" type="MarginContainer" parent="."] +[node name="InterfaceLeft" type="MarginContainer" parent="." unique_id=1396605824] custom_minimum_size = Vector2(375, 0) layout_mode = 1 anchors_preset = 9 @@ -189,11 +189,11 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="VBoxContainer" parent="InterfaceLeft"] +[node name="Container" type="VBoxContainer" parent="InterfaceLeft" unique_id=828141670] layout_mode = 2 mouse_filter = 2 -[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=1297009270] custom_minimum_size = Vector2(275, 275) layout_mode = 2 size_flags_vertical = 0 @@ -202,7 +202,7 @@ texture_pressed = ExtResource("29_16cxq") texture_disabled = ExtResource("30_drpbx") stretch_mode = 4 -[node name="KaluluButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="KaluluButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=2017207011] unique_name_in_owner = true custom_minimum_size = Vector2(275, 275) layout_mode = 2 @@ -212,7 +212,7 @@ texture_pressed = ExtResource("14_t5yvg") texture_disabled = ExtResource("15_po2yv") stretch_mode = 4 -[node name="HeadContainer" type="MarginContainer" parent="."] +[node name="HeadContainer" type="MarginContainer" parent="." unique_id=954678459] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -221,13 +221,13 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="Head" type="TextureRect" parent="HeadContainer"] +[node name="Head" type="TextureRect" parent="HeadContainer" unique_id=1851326993] layout_mode = 2 mouse_filter = 2 texture = ExtResource("2_w21ae") stretch_mode = 5 -[node name="GardenButtons" type="Control" parent="."] +[node name="GardenButtons" type="Control" parent="." unique_id=422583780] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -236,7 +236,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="GardenButton1" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton1" type="TextureButton" parent="GardenButtons" unique_id=306626056] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -249,7 +249,7 @@ pivot_offset = Vector2(59, 56) disabled = true texture_normal = ExtResource("3_h8d14") -[node name="Particles1" type="GPUParticles2D" parent="GardenButtons/GardenButton1"] +[node name="Particles1" type="GPUParticles2D" parent="GardenButtons/GardenButton1" unique_id=1341383824] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -259,7 +259,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton2" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton2" type="TextureButton" parent="GardenButtons" unique_id=133653869] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -272,7 +272,7 @@ pivot_offset = Vector2(50, 51.5) disabled = true texture_normal = ExtResource("4_0d7o0") -[node name="Particles2" type="GPUParticles2D" parent="GardenButtons/GardenButton2"] +[node name="Particles2" type="GPUParticles2D" parent="GardenButtons/GardenButton2" unique_id=1867207340] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -282,7 +282,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton3" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton3" type="TextureButton" parent="GardenButtons" unique_id=1630711535] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -295,7 +295,7 @@ pivot_offset = Vector2(59.5, 51) disabled = true texture_normal = ExtResource("5_5g67s") -[node name="Particles3" type="GPUParticles2D" parent="GardenButtons/GardenButton3"] +[node name="Particles3" type="GPUParticles2D" parent="GardenButtons/GardenButton3" unique_id=1834463132] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -305,7 +305,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton4" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton4" type="TextureButton" parent="GardenButtons" unique_id=2065154409] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -318,7 +318,7 @@ pivot_offset = Vector2(56.5, 59.5) disabled = true texture_normal = ExtResource("6_ma84f") -[node name="Particles4" type="GPUParticles2D" parent="GardenButtons/GardenButton4"] +[node name="Particles4" type="GPUParticles2D" parent="GardenButtons/GardenButton4" unique_id=306265879] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -328,7 +328,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton5" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton5" type="TextureButton" parent="GardenButtons" unique_id=1110124701] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -341,7 +341,7 @@ pivot_offset = Vector2(56, 58) disabled = true texture_normal = ExtResource("7_ejtr0") -[node name="Particles5" type="GPUParticles2D" parent="GardenButtons/GardenButton5"] +[node name="Particles5" type="GPUParticles2D" parent="GardenButtons/GardenButton5" unique_id=1575165450] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -351,7 +351,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton6" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton6" type="TextureButton" parent="GardenButtons" unique_id=974777918] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -364,7 +364,7 @@ pivot_offset = Vector2(59.5, 55.5) disabled = true texture_normal = ExtResource("8_j3f61") -[node name="Particles6" type="GPUParticles2D" parent="GardenButtons/GardenButton6"] +[node name="Particles6" type="GPUParticles2D" parent="GardenButtons/GardenButton6" unique_id=1245701095] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -374,7 +374,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton7" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton7" type="TextureButton" parent="GardenButtons" unique_id=125139677] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -387,7 +387,7 @@ pivot_offset = Vector2(56, 49) disabled = true texture_normal = ExtResource("9_mfa08") -[node name="Particles7" type="GPUParticles2D" parent="GardenButtons/GardenButton7"] +[node name="Particles7" type="GPUParticles2D" parent="GardenButtons/GardenButton7" unique_id=1760989938] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -397,7 +397,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton8" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton8" type="TextureButton" parent="GardenButtons" unique_id=221891187] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -410,7 +410,7 @@ pivot_offset = Vector2(54.5, 48.5) disabled = true texture_normal = ExtResource("10_3lr1g") -[node name="Particles8" type="GPUParticles2D" parent="GardenButtons/GardenButton8"] +[node name="Particles8" type="GPUParticles2D" parent="GardenButtons/GardenButton8" unique_id=1006412014] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -420,7 +420,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton9" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton9" type="TextureButton" parent="GardenButtons" unique_id=1714965945] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -433,7 +433,7 @@ pivot_offset = Vector2(71, 66) disabled = true texture_normal = ExtResource("11_g1567") -[node name="Particles9" type="GPUParticles2D" parent="GardenButtons/GardenButton9"] +[node name="Particles9" type="GPUParticles2D" parent="GardenButtons/GardenButton9" unique_id=1993931202] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -443,7 +443,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton10" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton10" type="TextureButton" parent="GardenButtons" unique_id=1298476416] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -456,7 +456,7 @@ pivot_offset = Vector2(54, 64.5) disabled = true texture_normal = ExtResource("12_gekn5") -[node name="Particles10" type="GPUParticles2D" parent="GardenButtons/GardenButton10"] +[node name="Particles10" type="GPUParticles2D" parent="GardenButtons/GardenButton10" unique_id=672104612] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -466,7 +466,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton11" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton11" type="TextureButton" parent="GardenButtons" unique_id=1424966302] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -479,7 +479,7 @@ pivot_offset = Vector2(68, 45.5) disabled = true texture_normal = ExtResource("13_bwdw7") -[node name="Particles11" type="GPUParticles2D" parent="GardenButtons/GardenButton11"] +[node name="Particles11" type="GPUParticles2D" parent="GardenButtons/GardenButton11" unique_id=508223502] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -489,7 +489,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton12" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton12" type="TextureButton" parent="GardenButtons" unique_id=389612000] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -502,7 +502,7 @@ pivot_offset = Vector2(57.5, 45.5) disabled = true texture_normal = ExtResource("14_ho6b5") -[node name="Particles12" type="GPUParticles2D" parent="GardenButtons/GardenButton12"] +[node name="Particles12" type="GPUParticles2D" parent="GardenButtons/GardenButton12" unique_id=593098860] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -512,7 +512,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton13" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton13" type="TextureButton" parent="GardenButtons" unique_id=1535099153] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -525,7 +525,7 @@ pivot_offset = Vector2(51, 64.5) disabled = true texture_normal = ExtResource("15_woe01") -[node name="Particles13" type="GPUParticles2D" parent="GardenButtons/GardenButton13"] +[node name="Particles13" type="GPUParticles2D" parent="GardenButtons/GardenButton13" unique_id=1980704812] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -535,7 +535,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton14" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton14" type="TextureButton" parent="GardenButtons" unique_id=998763419] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -548,7 +548,7 @@ pivot_offset = Vector2(47, 49) disabled = true texture_normal = ExtResource("16_7bvji") -[node name="Particles14" type="GPUParticles2D" parent="GardenButtons/GardenButton14"] +[node name="Particles14" type="GPUParticles2D" parent="GardenButtons/GardenButton14" unique_id=1898526123] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -558,7 +558,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton15" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton15" type="TextureButton" parent="GardenButtons" unique_id=1696813849] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -571,7 +571,7 @@ pivot_offset = Vector2(53.5, 52.5) disabled = true texture_normal = ExtResource("17_nfgsr") -[node name="Particles15" type="GPUParticles2D" parent="GardenButtons/GardenButton15"] +[node name="Particles15" type="GPUParticles2D" parent="GardenButtons/GardenButton15" unique_id=644920531] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -581,7 +581,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton16" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton16" type="TextureButton" parent="GardenButtons" unique_id=932291384] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -594,7 +594,7 @@ pivot_offset = Vector2(82.5, 50) disabled = true texture_normal = ExtResource("18_4fld7") -[node name="Particles16" type="GPUParticles2D" parent="GardenButtons/GardenButton16"] +[node name="Particles16" type="GPUParticles2D" parent="GardenButtons/GardenButton16" unique_id=130812686] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -604,7 +604,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton17" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton17" type="TextureButton" parent="GardenButtons" unique_id=1772406450] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -617,7 +617,7 @@ pivot_offset = Vector2(52, 54) disabled = true texture_normal = ExtResource("19_uavbd") -[node name="Particles17" type="GPUParticles2D" parent="GardenButtons/GardenButton17"] +[node name="Particles17" type="GPUParticles2D" parent="GardenButtons/GardenButton17" unique_id=745014630] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -627,7 +627,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton18" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton18" type="TextureButton" parent="GardenButtons" unique_id=1744448382] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -640,7 +640,7 @@ pivot_offset = Vector2(60.5, 47.5) disabled = true texture_normal = ExtResource("20_20x1w") -[node name="Particles18" type="GPUParticles2D" parent="GardenButtons/GardenButton18"] +[node name="Particles18" type="GPUParticles2D" parent="GardenButtons/GardenButton18" unique_id=574476897] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -650,7 +650,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton19" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton19" type="TextureButton" parent="GardenButtons" unique_id=591369976] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -663,7 +663,7 @@ pivot_offset = Vector2(46.5, 53) disabled = true texture_normal = ExtResource("21_4qrpc") -[node name="Particles19" type="GPUParticles2D" parent="GardenButtons/GardenButton19"] +[node name="Particles19" type="GPUParticles2D" parent="GardenButtons/GardenButton19" unique_id=1531010738] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -673,7 +673,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="GardenButton20" type="TextureButton" parent="GardenButtons"] +[node name="GardenButton20" type="TextureButton" parent="GardenButtons" unique_id=704698294] unique_name_in_owner = true self_modulate = Color(0, 0.0156863, 0.164706, 1) layout_mode = 0 @@ -686,7 +686,7 @@ pivot_offset = Vector2(59.5, 47) disabled = true texture_normal = ExtResource("22_4pwu6") -[node name="Particles20" type="GPUParticles2D" parent="GardenButtons/GardenButton20"] +[node name="Particles20" type="GPUParticles2D" parent="GardenButtons/GardenButton20" unique_id=532059572] unique_name_in_owner = true z_index = 1 material = SubResource("CanvasItemMaterial_4xkmy") @@ -696,7 +696,7 @@ emitting = false texture = ExtResource("33_bjun2") process_material = SubResource("ParticleProcessMaterial_4003t") -[node name="Kalulu" parent="." instance=ExtResource("35_t3kvk")] +[node name="Kalulu" parent="." unique_id=776837016 instance=ExtResource("35_t3kvk")] visible = false layout_mode = 1 diff --git a/sources/menus/components/code_keyboard.tscn b/sources/menus/components/code_keyboard.tscn index eb8a63b3..0231015f 100644 --- a/sources/menus/components/code_keyboard.tscn +++ b/sources/menus/components/code_keyboard.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=17 format=3 uid="uid://djduptonofbh4"] +[gd_scene format=3 uid="uid://djduptonofbh4"] [ext_resource type="Script" uid="uid://b4g67ksws3sc3" path="res://sources/menus/components/code_keyboard.gd" id="1_4kb0k"] [ext_resource type="Texture2D" uid="uid://d3rhl050u0ahl" path="res://assets/menus/login/password_background.png" id="1_qy2tt"] @@ -17,7 +17,7 @@ [ext_resource type="Texture2D" uid="uid://dce53jiyk6gy6" path="res://assets/menus/login/button_symbol_06_down.png" id="13_mhbsr"] [ext_resource type="AudioStream" uid="uid://dlsgs8uralt8n" path="res://assets/menus/login/ui_play_button.mp3" id="15_tcy0b"] -[node name="CodeKeyboard" type="Control"] +[node name="CodeKeyboard" type="Control" unique_id=264312125] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -26,12 +26,10 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_4kb0k") -[node name="PasswordVisualizer" parent="." instance=ExtResource("2_cy4u7")] +[node name="PasswordVisualizer" parent="." unique_id=595055886 instance=ExtResource("2_cy4u7")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 -key_size = 420 -panel_theme_variation = &"PanelKaluluBig" anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 @@ -42,8 +40,10 @@ offset_right = 706.0 offset_bottom = -132.0 grow_horizontal = 2 grow_vertical = 2 +key_size = 420 +panel_theme_variation = &"PanelKaluluBig" -[node name="Keyboard" type="TextureRect" parent="."] +[node name="Keyboard" type="TextureRect" parent="." unique_id=2120245893] custom_minimum_size = Vector2(1624, 812) layout_mode = 1 anchors_preset = 7 @@ -58,7 +58,7 @@ grow_horizontal = 2 grow_vertical = 0 texture = ExtResource("1_qy2tt") -[node name="MarginContainer" type="MarginContainer" parent="Keyboard"] +[node name="MarginContainer" type="MarginContainer" parent="Keyboard" unique_id=1661337078] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -70,14 +70,14 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Buttons" type="GridContainer" parent="Keyboard/MarginContainer"] +[node name="Buttons" type="GridContainer" parent="Keyboard/MarginContainer" unique_id=513510063] unique_name_in_owner = true layout_mode = 2 theme_override_constants/h_separation = 25 theme_override_constants/v_separation = 25 columns = 2 -[node name="1" type="TextureButton" parent="Keyboard/MarginContainer/Buttons"] +[node name="1" type="TextureButton" parent="Keyboard/MarginContainer/Buttons" unique_id=375826690] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -85,7 +85,7 @@ texture_normal = ExtResource("2_lewtn") texture_pressed = ExtResource("3_6vmwg") stretch_mode = 5 -[node name="2" type="TextureButton" parent="Keyboard/MarginContainer/Buttons"] +[node name="2" type="TextureButton" parent="Keyboard/MarginContainer/Buttons" unique_id=2073321674] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -93,7 +93,7 @@ texture_normal = ExtResource("4_xtie5") texture_pressed = ExtResource("5_ckp8y") stretch_mode = 5 -[node name="3" type="TextureButton" parent="Keyboard/MarginContainer/Buttons"] +[node name="3" type="TextureButton" parent="Keyboard/MarginContainer/Buttons" unique_id=2033897451] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -101,7 +101,7 @@ texture_normal = ExtResource("6_5kh6d") texture_pressed = ExtResource("7_njqxu") stretch_mode = 5 -[node name="4" type="TextureButton" parent="Keyboard/MarginContainer/Buttons"] +[node name="4" type="TextureButton" parent="Keyboard/MarginContainer/Buttons" unique_id=2072792266] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -109,7 +109,7 @@ texture_normal = ExtResource("8_70a0u") texture_pressed = ExtResource("9_ka1mx") stretch_mode = 5 -[node name="5" type="TextureButton" parent="Keyboard/MarginContainer/Buttons"] +[node name="5" type="TextureButton" parent="Keyboard/MarginContainer/Buttons" unique_id=2105461425] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -117,7 +117,7 @@ texture_normal = ExtResource("10_wnwqh") texture_pressed = ExtResource("11_ekdax") stretch_mode = 5 -[node name="6" type="TextureButton" parent="Keyboard/MarginContainer/Buttons"] +[node name="6" type="TextureButton" parent="Keyboard/MarginContainer/Buttons" unique_id=1303482344] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -125,6 +125,6 @@ texture_normal = ExtResource("12_3eke6") texture_pressed = ExtResource("13_mhbsr") stretch_mode = 5 -[node name="ButtonSoundPlayer" type="AudioStreamPlayer" parent="."] +[node name="ButtonSoundPlayer" type="AudioStreamPlayer" parent="." unique_id=1366426241] stream = ExtResource("15_tcy0b") bus = &"Effects" diff --git a/sources/menus/components/night_sky/night_sky.tscn b/sources/menus/components/night_sky/night_sky.tscn index 516d0a4e..be38c8c5 100644 --- a/sources/menus/components/night_sky/night_sky.tscn +++ b/sources/menus/components/night_sky/night_sky.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://wdjp1sv55q4f"] +[gd_scene format=3 uid="uid://wdjp1sv55q4f"] [ext_resource type="Texture2D" uid="uid://bot613w0i1p2u" path="res://assets/particles/star.png" id="1_j3m5j"] [ext_resource type="Texture2D" uid="uid://clwx5ksla5icp" path="res://assets/gardens/gardens/grid_mask.png" id="2_md1dy"] @@ -30,7 +30,7 @@ scale_max = 2.0 scale_curve = SubResource("CurveTexture_2i3g2") color_ramp = SubResource("GradientTexture1D_ufvor") -[node name="NightSky" type="Control"] +[node name="NightSky" type="Control" unique_id=468560040] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -38,7 +38,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Background" type="ColorRect" parent="."] +[node name="Background" type="ColorRect" parent="." unique_id=616680987] light_mask = 512 layout_mode = 1 anchors_preset = 15 @@ -48,7 +48,7 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0, 0.00392157, 0.0980392, 1) -[node name="StarsParticles" type="GPUParticles2D" parent="."] +[node name="StarsParticles" type="GPUParticles2D" parent="." unique_id=1694235257] light_mask = 0 position = Vector2(1280, 896) amount = 300 @@ -61,7 +61,7 @@ randomness = 1.0 visibility_rect = Rect2(0, 0, 0, 0) process_material = SubResource("ParticleProcessMaterial_qhymc") -[node name="Light" type="PointLight2D" parent="."] +[node name="Light" type="PointLight2D" parent="." unique_id=1053737708] light_mask = 512 position = Vector2(1284, 900.001) scale = Vector2(2.00625, 1.60715) diff --git a/sources/menus/components/password_visualizer.tscn b/sources/menus/components/password_visualizer.tscn index b6d1fa5e..c5f522f2 100644 --- a/sources/menus/components/password_visualizer.tscn +++ b/sources/menus/components/password_visualizer.tscn @@ -1,49 +1,49 @@ -[gd_scene load_steps=2 format=3 uid="uid://c5ey1jk06asiq"] +[gd_scene format=3 uid="uid://c5ey1jk06asiq"] [ext_resource type="Script" uid="uid://dmni1siik6ffc" path="res://sources/menus/components/password_visualizer.gd" id="1_mxw25"] -[node name="PasswordVisualizer" type="HBoxContainer"] +[node name="PasswordVisualizer" type="HBoxContainer" unique_id=928055064] offset_right = 668.0 offset_bottom = 220.0 theme_override_constants/separation = 46 script = ExtResource("1_mxw25") -[node name="Panel1" type="PanelContainer" parent="."] +[node name="Panel1" type="PanelContainer" parent="." unique_id=1391941856] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_type_variation = &"PanelKalulu" metadata/_edit_use_anchors_ = true -[node name="Icon1" type="TextureRect" parent="Panel1"] +[node name="Icon1" type="TextureRect" parent="Panel1" unique_id=2027448242] unique_name_in_owner = true custom_minimum_size = Vector2(200, 200) layout_mode = 2 expand_mode = 2 stretch_mode = 4 -[node name="Panel2" type="PanelContainer" parent="."] +[node name="Panel2" type="PanelContainer" parent="." unique_id=658632486] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_type_variation = &"PanelKalulu" metadata/_edit_use_anchors_ = true -[node name="Icon2" type="TextureRect" parent="Panel2"] +[node name="Icon2" type="TextureRect" parent="Panel2" unique_id=1909067243] unique_name_in_owner = true custom_minimum_size = Vector2(200, 200) layout_mode = 2 expand_mode = 2 stretch_mode = 4 -[node name="Panel3" type="PanelContainer" parent="."] +[node name="Panel3" type="PanelContainer" parent="." unique_id=1723131393] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_type_variation = &"PanelKalulu" metadata/_edit_use_anchors_ = true -[node name="Icon3" type="TextureRect" parent="Panel3"] +[node name="Icon3" type="TextureRect" parent="Panel3" unique_id=1260623584] unique_name_in_owner = true custom_minimum_size = Vector2(200, 200) layout_mode = 2 diff --git a/sources/menus/device_selection/device_selection.tscn b/sources/menus/device_selection/device_selection.tscn index ef0b7f22..0ecac0c2 100644 --- a/sources/menus/device_selection/device_selection.tscn +++ b/sources/menus/device_selection/device_selection.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://byg15cat0mmep"] +[gd_scene format=3 uid="uid://byg15cat0mmep"] [ext_resource type="Script" uid="uid://cn7idg6fvby4u" path="res://sources/menus/device_selection/device_selection.gd" id="1_6twkt"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="2_83384"] -[node name="DeviceSelection" type="Control"] +[node name="DeviceSelection" type="Control" unique_id=1703451406] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -12,10 +12,10 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_6twkt") -[node name="NightSky" parent="." instance=ExtResource("2_83384")] +[node name="NightSky" parent="." unique_id=112199933 instance=ExtResource("2_83384")] layout_mode = 1 -[node name="PanelContainer" type="PanelContainer" parent="."] +[node name="PanelContainer" type="PanelContainer" parent="." unique_id=268912689] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -30,25 +30,25 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKaluluBig" -[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"] +[node name="MarginContainer" type="MarginContainer" parent="PanelContainer" unique_id=248962273] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer" unique_id=1580150093] layout_mode = 2 theme_override_constants/separation = 40 -[node name="Label" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer"] +[node name="Label" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=1716761857] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "PICK_YOUR_DEVICE" horizontal_alignment = 1 vertical_alignment = 1 -[node name="GridContainer" type="GridContainer" parent="PanelContainer/MarginContainer/VBoxContainer"] +[node name="GridContainer" type="GridContainer" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=505066062] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 diff --git a/sources/menus/language_selection/language_check.tscn b/sources/menus/language_selection/language_check.tscn index df815e40..ade79399 100644 --- a/sources/menus/language_selection/language_check.tscn +++ b/sources/menus/language_selection/language_check.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://cstjcvopullr1"] +[gd_scene format=3 uid="uid://cstjcvopullr1"] [ext_resource type="Script" uid="uid://cf8j23m8xiqx8" path="res://sources/menus/language_selection/language_check.gd" id="1_ja11f"] [ext_resource type="Script" uid="uid://58twmknv6bl5" path="res://sources/ui/popup.gd" id="2_cy44h"] @@ -10,17 +10,17 @@ colors = PackedColorArray(0.2, 0.2, 0.2, 0.505882, 0.2, 0.2, 0.2, 0.505882) [sub_resource type="GradientTexture1D" id="GradientTexture1D_u8e4y"] gradient = SubResource("Gradient_22q4u") -[node name="LanguageCheck" type="Control"] +[node name="LanguageCheck" type="Control" unique_id=848713223] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_ja11f") -[node name="Background" parent="." instance=ExtResource("2_u8e4y")] +[node name="Background" parent="." unique_id=760354773 instance=ExtResource("2_u8e4y")] layout_mode = 1 offset_right = 2560.0 offset_bottom = 1800.0 -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2023114824] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -34,21 +34,21 @@ theme_override_constants/margin_top = 600 theme_override_constants/margin_right = 400 theme_override_constants/margin_bottom = 600 -[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"] +[node name="PanelContainer" type="PanelContainer" parent="MarginContainer" unique_id=1148450090] layout_mode = 2 theme_type_variation = &"PanelKalulu" -[node name="QuestionContainer" type="MarginContainer" parent="MarginContainer/PanelContainer"] +[node name="QuestionContainer" type="MarginContainer" parent="MarginContainer/PanelContainer" unique_id=188203993] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/QuestionContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/QuestionContainer" unique_id=1687688532] layout_mode = 2 -[node name="CheckingLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="CheckingLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=592917315] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 @@ -57,12 +57,12 @@ text = "CHECKING_LANGUAGE" horizontal_alignment = 1 vertical_alignment = 1 -[node name="ErrorPopup" type="CanvasLayer" parent="."] +[node name="ErrorPopup" type="CanvasLayer" parent="." unique_id=1207940911] visible = false script = ExtResource("2_cy44h") content_text = "NO_VALID_LANGUAGE_DATA_AVAILABLE" -[node name="TextureRect" type="TextureRect" parent="ErrorPopup"] +[node name="TextureRect" type="TextureRect" parent="ErrorPopup" unique_id=1374179532] top_level = true anchors_preset = 15 anchor_right = 1.0 @@ -72,7 +72,7 @@ grow_vertical = 2 mouse_filter = 0 texture = SubResource("GradientTexture1D_u8e4y") -[node name="PanelContainer" type="PanelContainer" parent="ErrorPopup/TextureRect"] +[node name="PanelContainer" type="PanelContainer" parent="ErrorPopup/TextureRect" unique_id=1307476349] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -87,21 +87,21 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer" unique_id=170434358] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer" unique_id=1144166629] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer" unique_id=1450557221] layout_mode = 2 theme_override_constants/separation = 20 -[node name="ContentLabel" type="Label" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="ContentLabel" type="Label" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=731251229] unique_name_in_owner = true custom_minimum_size = Vector2(1000, 0) layout_mode = 2 @@ -110,20 +110,20 @@ theme_override_font_sizes/font_size = 70 text = "NO_VALID_LANGUAGE_DATA_AVAILABLE" autowrap_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=1260355645] layout_mode = 2 -[node name="ConfirmButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="ConfirmButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=194384875] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "RETURN_TO_MAIN_MENU" -[node name="Separator" type="Control" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="Separator" type="Control" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=765592800] layout_mode = 2 size_flags_horizontal = 3 -[node name="CancelButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="CancelButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=2102180890] unique_name_in_owner = true visible = false layout_mode = 2 diff --git a/sources/menus/language_selection/package_downloader.tscn b/sources/menus/language_selection/package_downloader.tscn index 88a2d6be..c4c47807 100644 --- a/sources/menus/language_selection/package_downloader.tscn +++ b/sources/menus/language_selection/package_downloader.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://bwjft0rlj2tu2"] +[gd_scene format=3 uid="uid://bwjft0rlj2tu2"] [ext_resource type="Script" uid="uid://dnccsu4wgp1pk" path="res://sources/menus/language_selection/package_downloader.gd" id="1_awls2"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="2_ntm5g"] @@ -12,7 +12,7 @@ colors = PackedColorArray(0.2, 0.2, 0.2, 0.505882, 0.2, 0.2, 0.2, 0.505882) [sub_resource type="GradientTexture1D" id="GradientTexture1D_ymust"] gradient = SubResource("Gradient_22q4u") -[node name="LocalPackageDownloader" type="Control"] +[node name="LocalPackageDownloader" type="Control" unique_id=381543155] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -21,12 +21,12 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_awls2") -[node name="HTTPRequest" type="HTTPRequest" parent="."] +[node name="HTTPRequest" type="HTTPRequest" parent="." unique_id=1958675953] -[node name="Background" parent="." instance=ExtResource("2_ntm5g")] +[node name="Background" parent="." unique_id=2095439200 instance=ExtResource("2_ntm5g")] layout_mode = 1 -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2035036121] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -38,21 +38,21 @@ theme_override_constants/margin_top = 600 theme_override_constants/margin_right = 400 theme_override_constants/margin_bottom = 600 -[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"] +[node name="PanelContainer" type="PanelContainer" parent="MarginContainer" unique_id=23913632] layout_mode = 2 theme_type_variation = &"PanelKalulu" -[node name="QuestionContainer" type="MarginContainer" parent="MarginContainer/PanelContainer"] +[node name="QuestionContainer" type="MarginContainer" parent="MarginContainer/PanelContainer" unique_id=827662340] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/QuestionContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/QuestionContainer" unique_id=839141258] layout_mode = 2 -[node name="CheckingLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="CheckingLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=457048898] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 @@ -61,7 +61,7 @@ text = "CHECKING_DATA" horizontal_alignment = 1 vertical_alignment = 1 -[node name="DownloadLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="DownloadLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=509223860] unique_name_in_owner = true visible = false layout_mode = 2 @@ -71,7 +71,7 @@ text = "DOWNLOADING_DATA" horizontal_alignment = 1 vertical_alignment = 1 -[node name="CopyLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="CopyLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=987291190] unique_name_in_owner = true visible = false layout_mode = 2 @@ -81,7 +81,7 @@ text = "EXTRACTING_DATA" horizontal_alignment = 1 vertical_alignment = 1 -[node name="DownloadProgressBar" type="ProgressBar" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="DownloadProgressBar" type="ProgressBar" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=1621528030] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(800, 100) @@ -91,13 +91,13 @@ theme_override_font_sizes/font_size = 60 max_value = 1.0 step = 1.0 -[node name="DownloadInfo" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="DownloadInfo" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=1025300388] unique_name_in_owner = true visible = false layout_mode = 2 clip_text = true -[node name="ExtractProgressBar" type="ProgressBar" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="ExtractProgressBar" type="ProgressBar" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=432173937] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(800, 100) @@ -107,25 +107,25 @@ theme_override_font_sizes/font_size = 60 max_value = 1.0 step = 1.0 -[node name="ExtractInfo" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="ExtractInfo" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=1385892440] unique_name_in_owner = true visible = false layout_mode = 2 clip_text = true -[node name="ErrorLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer"] +[node name="ErrorLabel" type="Label" parent="MarginContainer/PanelContainer/QuestionContainer/VBoxContainer" unique_id=49237768] unique_name_in_owner = true visible = false layout_mode = 2 text = "ERROR_DOWNLOADING" label_settings = ExtResource("4_03o13") -[node name="ErrorPopup" type="CanvasLayer" parent="."] +[node name="ErrorPopup" type="CanvasLayer" parent="." unique_id=1254216165] visible = false script = ExtResource("5_dyine") content_text = "DISCONNECTED_ERROR" -[node name="TextureRect" type="TextureRect" parent="ErrorPopup"] +[node name="TextureRect" type="TextureRect" parent="ErrorPopup" unique_id=1139931546] top_level = true anchors_preset = 15 anchor_right = 1.0 @@ -135,7 +135,7 @@ grow_vertical = 2 mouse_filter = 0 texture = SubResource("GradientTexture1D_ymust") -[node name="PanelContainer" type="PanelContainer" parent="ErrorPopup/TextureRect"] +[node name="PanelContainer" type="PanelContainer" parent="ErrorPopup/TextureRect" unique_id=1931611638] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -150,21 +150,21 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer" unique_id=1628129011] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer" unique_id=1053598975] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer" unique_id=1771314941] layout_mode = 2 theme_override_constants/separation = 20 -[node name="ContentLabel" type="Label" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="ContentLabel" type="Label" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=1011425160] unique_name_in_owner = true custom_minimum_size = Vector2(1000, 0) layout_mode = 2 @@ -173,20 +173,20 @@ theme_override_font_sizes/font_size = 70 text = "DISCONNECTED_ERROR" autowrap_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=193335234] layout_mode = 2 -[node name="ConfirmButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="ConfirmButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1633271192] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "RETURN_TO_MAIN_MENU" -[node name="Separator" type="Control" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="Separator" type="Control" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=894057271] layout_mode = 2 size_flags_horizontal = 3 -[node name="CancelButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="CancelButton" type="Button" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=119343722] unique_name_in_owner = true visible = false layout_mode = 2 diff --git a/sources/menus/login/login.tscn b/sources/menus/login/login.tscn index 0c1bc9de..ab81622e 100644 --- a/sources/menus/login/login.tscn +++ b/sources/menus/login/login.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=13 format=3 uid="uid://2wab3q35ssta"] +[gd_scene format=3 uid="uid://2wab3q35ssta"] [ext_resource type="Script" uid="uid://b6lcp5llq0rsq" path="res://sources/menus/login/login.gd" id="1_spyuf"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="3_0my6t"] @@ -13,7 +13,7 @@ [ext_resource type="Texture2D" uid="uid://crnxawhf68po3" path="res://assets/minigames/minigame_ui/graphic/button_kalulu_disabled.png" id="9_k74e3"] [ext_resource type="AudioStream" uid="uid://b85wy2h7fmvvf" path="res://assets/menus/login/intro_title_card.mp3" id="24_4xfja"] -[node name="Login" type="Control"] +[node name="Login" type="Control" unique_id=552362491] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -22,14 +22,14 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_spyuf") -[node name="NightSky" parent="." instance=ExtResource("3_0my6t")] +[node name="NightSky" parent="." unique_id=2070209105 instance=ExtResource("3_0my6t")] layout_mode = 1 -[node name="Palm" parent="." instance=ExtResource("3_yrwu8")] +[node name="Palm" parent="." unique_id=912024034 instance=ExtResource("3_yrwu8")] position = Vector2(1280, 1800) scale = Vector2(2.5, 2.5) -[node name="DeviceNumber" type="Label" parent="."] +[node name="DeviceNumber" type="Label" parent="." unique_id=1720747619] visible = false layout_mode = 1 anchors_preset = 5 @@ -44,10 +44,10 @@ theme_override_font_sizes/font_size = 70 horizontal_alignment = 1 vertical_alignment = 1 -[node name="CodeKeyboard" parent="." instance=ExtResource("5_xwrca")] +[node name="CodeKeyboard" parent="." unique_id=993213192 instance=ExtResource("5_xwrca")] layout_mode = 1 -[node name="InterfaceLeft" type="MarginContainer" parent="."] +[node name="InterfaceLeft" type="MarginContainer" parent="." unique_id=1784990784] custom_minimum_size = Vector2(375, 0) layout_mode = 1 anchors_preset = 9 @@ -58,10 +58,10 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="VBoxContainer" parent="InterfaceLeft"] +[node name="Container" type="VBoxContainer" parent="InterfaceLeft" unique_id=856964308] layout_mode = 2 -[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=1570913515] custom_minimum_size = Vector2(0, 275) layout_mode = 2 size_flags_vertical = 0 @@ -71,7 +71,7 @@ texture_pressed = ExtResource("5_vd33f") texture_disabled = ExtResource("6_0dhup") stretch_mode = 4 -[node name="KaluluButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="KaluluButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=1514720972] unique_name_in_owner = true custom_minimum_size = Vector2(0, 275) layout_mode = 2 @@ -81,14 +81,14 @@ texture_pressed = ExtResource("8_nxlxw") texture_disabled = ExtResource("9_k74e3") stretch_mode = 4 -[node name="Padding" type="Control" parent="InterfaceLeft/Container"] +[node name="Padding" type="Control" parent="InterfaceLeft/Container" unique_id=1126926288] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 size_flags_stretch_ratio = 0.1 mouse_filter = 2 -[node name="BuildVersionValue" type="Label" parent="InterfaceLeft/Container"] +[node name="BuildVersionValue" type="Label" parent="InterfaceLeft/Container" unique_id=758975831] unique_name_in_owner = true layout_mode = 2 mouse_filter = 0 @@ -96,7 +96,7 @@ theme_override_font_sizes/font_size = 30 text = "?" vertical_alignment = 1 -[node name="InterfaceRight" type="MarginContainer" parent="."] +[node name="InterfaceRight" type="MarginContainer" parent="." unique_id=488022535] custom_minimum_size = Vector2(450, 0) layout_mode = 1 anchors_preset = 11 @@ -111,12 +111,12 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="VBoxContainer" type="VBoxContainer" parent="InterfaceRight"] +[node name="VBoxContainer" type="VBoxContainer" parent="InterfaceRight" unique_id=2016021631] layout_mode = 2 theme_override_constants/separation = 50 alignment = 2 -[node name="TeacherHelpLabel" type="Label" parent="InterfaceRight/VBoxContainer"] +[node name="TeacherHelpLabel" type="Label" parent="InterfaceRight/VBoxContainer" unique_id=1747620295] unique_name_in_owner = true custom_minimum_size = Vector2(350, 0) layout_mode = 2 @@ -126,21 +126,21 @@ horizontal_alignment = 1 vertical_alignment = 1 autowrap_mode = 2 -[node name="TeacherButton" type="Button" parent="InterfaceRight/VBoxContainer"] +[node name="TeacherButton" type="Button" parent="InterfaceRight/VBoxContainer" unique_id=1054245540] layout_mode = 2 size_flags_vertical = 8 theme_override_font_sizes/font_size = 70 text = "SETTINGS" -[node name="TeacherTimer" type="Timer" parent="InterfaceRight/VBoxContainer/TeacherButton"] +[node name="TeacherTimer" type="Timer" parent="InterfaceRight/VBoxContainer/TeacherButton" unique_id=251985914] unique_name_in_owner = true wait_time = 5.0 -[node name="Kalulu" parent="." instance=ExtResource("3_5b1v0")] +[node name="Kalulu" parent="." unique_id=1215167356 instance=ExtResource("3_5b1v0")] visible = false layout_mode = 1 -[node name="MusicStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="MusicStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=239079320] stream = ExtResource("24_4xfja") [connection signal="password_entered" from="CodeKeyboard" to="." method="_on_code_keyboard_password_entered"] diff --git a/sources/menus/main/device_button.tscn b/sources/menus/main/device_button.tscn index 9e5328d1..2272513d 100644 --- a/sources/menus/main/device_button.tscn +++ b/sources/menus/main/device_button.tscn @@ -1,16 +1,16 @@ -[gd_scene load_steps=4 format=3 uid="uid://cv3krbytq75h4"] +[gd_scene format=3 uid="uid://cv3krbytq75h4"] [ext_resource type="Texture2D" uid="uid://bovwkvchretal" path="res://assets/gardens/buttons/boss_dot_back.png" id="1_y7l2d"] [ext_resource type="Script" uid="uid://c8lcf4y0g28wt" path="res://sources/menus/main/device_button.gd" id="2_i7kke"] [ext_resource type="Texture2D" uid="uid://bus15py545mkl" path="res://assets/gardens/buttons/boss_dot_front.png" id="3_h1v1c"] -[node name="Device1" type="TextureButton"] +[node name="Device1" type="TextureButton" unique_id=1275804596] custom_minimum_size = Vector2(200, 200) texture_normal = ExtResource("1_y7l2d") stretch_mode = 4 script = ExtResource("2_i7kke") -[node name="Background" type="TextureRect" parent="."] +[node name="Background" type="TextureRect" parent="." unique_id=769398283] self_modulate = Color(0, 0, 0, 1) layout_mode = 1 anchors_preset = 15 @@ -20,7 +20,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_h1v1c") -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=708973689] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 diff --git a/sources/menus/main/main_menu.tscn b/sources/menus/main/main_menu.tscn index a7aa10a1..b544f093 100644 --- a/sources/menus/main/main_menu.tscn +++ b/sources/menus/main/main_menu.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=37 format=3 uid="uid://6v3nachs7j71"] +[gd_scene format=3 uid="uid://6v3nachs7j71"] [ext_resource type="Script" uid="uid://bs6h4bd7ml6au" path="res://sources/menus/main/main_menu.gd" id="1_0r1ij"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="1_afd4d"] @@ -65,7 +65,7 @@ colors = PackedColorArray(0.2, 0.2, 0.2, 0.505882, 0.2, 0.2, 0.2, 0.505882) [sub_resource type="GradientTexture1D" id="GradientTexture1D_ymust"] gradient = SubResource("Gradient_22q4u") -[node name="MainMenu" type="Control"] +[node name="MainMenu" type="Control" unique_id=815122715] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -74,10 +74,10 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_0r1ij") -[node name="Background" parent="." instance=ExtResource("1_afd4d")] +[node name="Background" parent="." unique_id=1797557015 instance=ExtResource("1_afd4d")] layout_mode = 1 -[node name="Plants" type="Control" parent="."] +[node name="Plants" type="Control" parent="." unique_id=504291207] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -85,28 +85,28 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="PalmTop" parent="Plants" instance=ExtResource("3_77rmy")] +[node name="PalmTop" parent="Plants" unique_id=1909660153 instance=ExtResource("3_77rmy")] position = Vector2(500, 1096) scale = Vector2(2, 2) -[node name="PalmBottom" parent="Plants" instance=ExtResource("3_77rmy")] +[node name="PalmBottom" parent="Plants" unique_id=1125930381 instance=ExtResource("3_77rmy")] light_mask = 0 position = Vector2(1620, 1800) scale = Vector2(2, 2) -[node name="Bush" parent="Plants" instance=ExtResource("4_onj68")] +[node name="Bush" parent="Plants" unique_id=23697232 instance=ExtResource("4_onj68")] position = Vector2(730, 1824) scale = Vector2(2, 2) -[node name="Flower" parent="Plants" instance=ExtResource("4_cdedv")] +[node name="Flower" parent="Plants" unique_id=1592075293 instance=ExtResource("4_cdedv")] position = Vector2(330, 1800) scale = Vector2(2, 2) -[node name="LargeFlower" parent="Plants" instance=ExtResource("6_bi65i")] +[node name="LargeFlower" parent="Plants" unique_id=524498321 instance=ExtResource("6_bi65i")] position = Vector2(2000, 1875) scale = Vector2(2, 2) -[node name="Kalulu" type="Control" parent="."] +[node name="Kalulu" type="Control" parent="." unique_id=2147192226] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -117,7 +117,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("8_cxg8l") -[node name="Title" type="TextureRect" parent="Kalulu"] +[node name="Title" type="TextureRect" parent="Kalulu" unique_id=1585411526] layout_mode = 0 offset_left = -324.0 offset_top = -644.0 @@ -128,7 +128,7 @@ size_flags_horizontal = 4 size_flags_vertical = 0 texture = ExtResource("7_ftt26") -[node name="Background" type="TextureRect" parent="Kalulu"] +[node name="Background" type="TextureRect" parent="Kalulu" unique_id=551089594] custom_minimum_size = Vector2(868, 868) layout_mode = 0 offset_left = -434.0 @@ -141,12 +141,12 @@ size_flags_horizontal = 4 size_flags_vertical = 8 texture = ExtResource("7_lr7j4") -[node name="Sprite" parent="Kalulu" instance=ExtResource("10_icqmp")] +[node name="Sprite" parent="Kalulu" unique_id=877184434 instance=ExtResource("10_icqmp")] position = Vector2(0, -6.10352e-05) scale = Vector2(2, 2) animation = &"Tc_Idle1" -[node name="Light" type="PointLight2D" parent="Kalulu"] +[node name="Light" type="PointLight2D" parent="Kalulu" unique_id=985885724] position = Vector2(-5, 377) scale = Vector2(2.26133, 2.05467) energy = 1.15 @@ -154,7 +154,7 @@ blend_mode = 2 range_item_cull_mask = 2 texture = ExtResource("20_oqrk5") -[node name="PlayButton" type="Button" parent="Kalulu"] +[node name="PlayButton" type="Button" parent="Kalulu" unique_id=496811543] unique_name_in_owner = true modulate = Color(1, 1, 1, 0) self_modulate = Color(1, 1, 1, 0) @@ -171,19 +171,19 @@ offset_bottom = 904.0 grow_horizontal = 2 grow_vertical = 2 -[node name="SpeechPlayer" type="AudioStreamPlayer" parent="Kalulu"] +[node name="SpeechPlayer" type="AudioStreamPlayer" parent="Kalulu" unique_id=1247805858] -[node name="KeyboardSpacer" parent="." instance=ExtResource("13_6pvxs")] +[node name="KeyboardSpacer" parent="." unique_id=1923350186 instance=ExtResource("13_6pvxs")] unique_name_in_owner = true visible = false layout_mode = 1 -[node name="LoginForm" type="Control" parent="KeyboardSpacer"] +[node name="LoginForm" type="Control" parent="KeyboardSpacer" unique_id=2076531895] unique_name_in_owner = true layout_mode = 2 script = ExtResource("12_6bu7q") -[node name="LoginFormValidator" type="Control" parent="KeyboardSpacer/LoginForm"] +[node name="LoginFormValidator" type="Control" parent="KeyboardSpacer/LoginForm" unique_id=1792205614] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -192,8 +192,9 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("15_e88oj") +validation_method = 0 -[node name="FormContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator"] +[node name="FormContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator" unique_id=615137313] custom_minimum_size = Vector2(1000, 0) layout_mode = 1 anchors_preset = 8 @@ -210,7 +211,7 @@ grow_vertical = 2 theme_override_constants/separation = 25 alignment = 1 -[node name="FormLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="FormLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=723711681] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 90 @@ -218,35 +219,35 @@ text = "SIGN_IN" horizontal_alignment = 1 vertical_alignment = 1 -[node name="LanguageContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="LanguageContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=1378670199] layout_mode = 2 theme_override_constants/separation = 0 -[node name="LanguageLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/LanguageContainer"] +[node name="LanguageLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/LanguageContainer" unique_id=537436441] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "LANGUAGE" -[node name="LanguageField" type="OptionButton" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/LanguageContainer"] +[node name="LanguageField" type="OptionButton" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/LanguageContainer" unique_id=1358120082] unique_name_in_owner = true layout_mode = 2 theme_type_variation = &"Combobox" theme_override_font_sizes/font_size = 70 script = ExtResource("13_rs3hd") -[node name="DeviceIDContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="DeviceIDContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=1090082281] unique_name_in_owner = true visible = false layout_mode = 2 theme_override_constants/separation = 0 -[node name="DeviceIDLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer"] +[node name="DeviceIDLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer" unique_id=1626294163] layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "DEVICE_ID" -[node name="DeviceIDField" type="SpinBox" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer"] +[node name="DeviceIDField" type="SpinBox" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer" unique_id=840584019] unique_name_in_owner = true layout_mode = 2 theme = ExtResource("16_bq28s") @@ -256,26 +257,26 @@ value = 1.0 rounded = true metadata/_edit_use_anchors_ = true -[node name="DeviceIDValidator" type="Node" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer/DeviceIDField"] +[node name="DeviceIDValidator" type="Node" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer/DeviceIDField" unique_id=945789667] script = ExtResource("18_iunlb") validator = SubResource("Resource_owox8") -[node name="DeviceIDFieldError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer"] +[node name="DeviceIDFieldError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/DeviceIDContainer" unique_id=1392874949] visible = false layout_mode = 2 -[node name="EmailContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="EmailContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=1170859161] layout_mode = 2 theme_override_constants/separation = 0 -[node name="EmailLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer"] +[node name="EmailLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer" unique_id=1437928327] visible = false layout_mode = 2 theme = ExtResource("15_pcmnw") theme_override_font_sizes/font_size = 64 text = "EMAIL" -[node name="EmailField" type="LineEdit" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer"] +[node name="EmailField" type="LineEdit" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer" unique_id=1332101220] unique_name_in_owner = true layout_mode = 2 theme_type_variation = &"1" @@ -283,26 +284,26 @@ theme_override_font_sizes/font_size = 70 placeholder_text = "EMAIL" virtual_keyboard_type = 5 -[node name="EmailValidator" type="Node" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer/EmailField"] +[node name="EmailValidator" type="Node" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer/EmailField" unique_id=374405762] script = ExtResource("18_iunlb") validator = SubResource("Resource_hxkvx") -[node name="EmailFieldError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer"] +[node name="EmailFieldError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/EmailContainer" unique_id=660657101] visible = false layout_mode = 2 -[node name="PasswordContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="PasswordContainer" type="VBoxContainer" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=1684276835] layout_mode = 2 theme_override_constants/separation = 0 -[node name="PasswordLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer"] +[node name="PasswordLabel" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer" unique_id=1141908652] visible = false layout_mode = 2 theme = ExtResource("15_pcmnw") theme_override_font_sizes/font_size = 64 text = "PASSWORD" -[node name="PasswordField" type="LineEdit" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer"] +[node name="PasswordField" type="LineEdit" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer" unique_id=108005786] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 @@ -310,21 +311,21 @@ placeholder_text = "PASSWORD" virtual_keyboard_type = 6 secret = true -[node name="PasswordValidator" type="Node" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer/PasswordField"] +[node name="PasswordValidator" type="Node" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer/PasswordField" unique_id=1959858078] script = ExtResource("18_iunlb") validator = SubResource("Resource_k2y4u") -[node name="PasswordFieldError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer"] +[node name="PasswordFieldError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer/PasswordContainer" unique_id=1708644994] visible = false layout_mode = 2 -[node name="ValidateButton" type="Button" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="ValidateButton" type="Button" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=1955189509] layout_mode = 2 size_flags_vertical = 8 theme_override_font_sizes/font_size = 70 text = "LOG_IN" -[node name="LoginError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="LoginError" type="Label" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=705200929] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(800, 50) @@ -333,7 +334,7 @@ text = "INVALID_EMAIL_OR_PASSWORD" label_settings = ExtResource("24_y5bcl") autowrap_mode = 2 -[node name="ResetPasswordButton" type="Button" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="ResetPasswordButton" type="Button" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=559546139] unique_name_in_owner = true visible = false layout_mode = 2 @@ -341,13 +342,13 @@ size_flags_vertical = 8 theme_override_font_sizes/font_size = 70 text = "RESET_PASSWORD" -[node name="Register" type="Button" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer"] +[node name="Register" type="Button" parent="KeyboardSpacer/LoginForm/LoginFormValidator/FormContainer" unique_id=149605097] layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "CREATE_ACCOUNT" metadata/_edit_use_anchors_ = true -[node name="InterfaceLeft" type="MarginContainer" parent="."] +[node name="InterfaceLeft" type="MarginContainer" parent="." unique_id=154746212] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(450, 0) @@ -361,17 +362,17 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="VBoxContainer" parent="InterfaceLeft"] +[node name="Container" type="VBoxContainer" parent="InterfaceLeft" unique_id=1884199087] layout_mode = 2 -[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=1663636855] layout_mode = 2 size_flags_vertical = 3 texture_normal = ExtResource("13_j3nb7") texture_pressed = ExtResource("14_3lr3g") stretch_mode = 4 -[node name="Informations" type="Control" parent="."] +[node name="Informations" type="Control" parent="." unique_id=316912755] layout_mode = 1 anchors_preset = 2 anchor_top = 1.0 @@ -380,7 +381,7 @@ offset_top = -176.0 offset_right = 624.0 grow_vertical = 0 -[node name="BuildVersionTitle" type="Label" parent="Informations"] +[node name="BuildVersionTitle" type="Label" parent="Informations" unique_id=651746054] custom_minimum_size = Vector2(400, 0) layout_mode = 0 offset_left = 10.0 @@ -390,7 +391,7 @@ theme_override_font_sizes/font_size = 30 text = "BUILD_VERSION" vertical_alignment = 1 -[node name="BuildVersionValue" type="Label" parent="Informations"] +[node name="BuildVersionValue" type="Label" parent="Informations" unique_id=808706833] layout_mode = 1 offset_left = 410.0 offset_right = 560.0 @@ -400,7 +401,7 @@ theme_override_font_sizes/font_size = 30 text = "?" vertical_alignment = 1 -[node name="TeacherTitle" type="Label" parent="Informations"] +[node name="TeacherTitle" type="Label" parent="Informations" unique_id=102169017] custom_minimum_size = Vector2(400, 0) layout_mode = 0 offset_left = 10.0 @@ -411,7 +412,7 @@ theme_override_font_sizes/font_size = 30 text = "LOGGED_AS" vertical_alignment = 1 -[node name="TeacherValue" type="Label" parent="Informations"] +[node name="TeacherValue" type="Label" parent="Informations" unique_id=51250097] layout_mode = 1 offset_left = 410.0 offset_top = 56.0 @@ -421,7 +422,7 @@ theme_override_font_sizes/font_size = 30 text = "?" vertical_alignment = 1 -[node name="DeviceIDTitle" type="Label" parent="Informations"] +[node name="DeviceIDTitle" type="Label" parent="Informations" unique_id=1277598247] custom_minimum_size = Vector2(400, 0) layout_mode = 1 offset_left = 10.0 @@ -432,7 +433,7 @@ theme_override_font_sizes/font_size = 30 text = "DEVICE_ID" vertical_alignment = 1 -[node name="DeviceIDValue" type="Label" parent="Informations"] +[node name="DeviceIDValue" type="Label" parent="Informations" unique_id=2130435594] layout_mode = 1 offset_left = 410.0 offset_top = 112.0 @@ -442,12 +443,12 @@ theme_override_font_sizes/font_size = 30 text = "?" vertical_alignment = 1 -[node name="NoInternetPopup" type="CanvasLayer" parent="."] +[node name="NoInternetPopup" type="CanvasLayer" parent="." unique_id=1470006755] visible = false script = ExtResource("26_pm647") content_text = "NO_INTERNET_ACCESS" -[node name="TextureRect" type="TextureRect" parent="NoInternetPopup"] +[node name="TextureRect" type="TextureRect" parent="NoInternetPopup" unique_id=1525047260] top_level = true anchors_preset = 15 anchor_right = 1.0 @@ -457,7 +458,7 @@ grow_vertical = 2 mouse_filter = 0 texture = SubResource("GradientTexture1D_ymust") -[node name="PanelContainer" type="PanelContainer" parent="NoInternetPopup/TextureRect"] +[node name="PanelContainer" type="PanelContainer" parent="NoInternetPopup/TextureRect" unique_id=1523850557] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -472,21 +473,21 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="VBoxContainer" type="VBoxContainer" parent="NoInternetPopup/TextureRect/PanelContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="NoInternetPopup/TextureRect/PanelContainer" unique_id=1236263274] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer" unique_id=278188828] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer" unique_id=119095169] layout_mode = 2 theme_override_constants/separation = 20 -[node name="ContentLabel" type="Label" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="ContentLabel" type="Label" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=1578684410] unique_name_in_owner = true custom_minimum_size = Vector2(1500, 0) layout_mode = 2 @@ -495,20 +496,20 @@ theme_override_font_sizes/font_size = 70 text = "NO_INTERNET_ACCESS" autowrap_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=933708445] layout_mode = 2 -[node name="ConfirmButton" type="Button" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="ConfirmButton" type="Button" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1161082434] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "CLOSE" -[node name="Separator" type="Control" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="Separator" type="Control" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1160178029] layout_mode = 2 size_flags_horizontal = 3 -[node name="CancelButton" type="Button" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="CancelButton" type="Button" parent="NoInternetPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=249045584] unique_name_in_owner = true visible = false layout_mode = 2 diff --git a/sources/menus/main/plants/bush.tscn b/sources/menus/main/plants/bush.tscn index e42d8aaa..a89d205b 100644 --- a/sources/menus/main/plants/bush.tscn +++ b/sources/menus/main/plants/bush.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://dqtclljq6bvtg"] +[gd_scene format=3 uid="uid://dqtclljq6bvtg"] [ext_resource type="Texture2D" uid="uid://digxl4htxkdqp" path="res://assets/menus/main/plants/bush.png" id="1_bxa3j"] @@ -40,14 +40,12 @@ _data = { &"shiver": SubResource("Animation_2oqd5") } -[node name="Bush" type="Node2D"] +[node name="Bush" type="Node2D" unique_id=14449894] -[node name="Sprite" type="Sprite2D" parent="."] +[node name="Sprite" type="Sprite2D" parent="." unique_id=2011039766] texture = ExtResource("1_bxa3j") offset = Vector2(0, -300) -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_7dqrr") -} -autoplay = "shiver" +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1649426412] +libraries/ = SubResource("AnimationLibrary_7dqrr") +autoplay = &"shiver" diff --git a/sources/menus/main/plants/flower.tscn b/sources/menus/main/plants/flower.tscn index bc0f7965..718e8ccb 100644 --- a/sources/menus/main/plants/flower.tscn +++ b/sources/menus/main/plants/flower.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://dp4182l80ntvn"] +[gd_scene format=3 uid="uid://dp4182l80ntvn"] [ext_resource type="Texture2D" uid="uid://d4nvum0gfs66c" path="res://assets/menus/main/plants/flower_top.png" id="1_wgfw2"] [ext_resource type="Texture2D" uid="uid://dgsekh110qlse" path="res://assets/menus/main/plants/flower_body.png" id="2_3d0jj"] @@ -41,18 +41,16 @@ _data = { &"bob": SubResource("Animation_e4e8l") } -[node name="Flower" type="Node2D"] +[node name="Flower" type="Node2D" unique_id=902655299] -[node name="Head" type="Sprite2D" parent="."] +[node name="Head" type="Sprite2D" parent="." unique_id=1180324273] position = Vector2(0, -820) texture = ExtResource("1_wgfw2") -[node name="Body" type="Sprite2D" parent="."] +[node name="Body" type="Sprite2D" parent="." unique_id=1367550020] position = Vector2(0, -400) texture = ExtResource("2_3d0jj") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_kw7nd") -} -autoplay = "bob" +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=242320110] +libraries/ = SubResource("AnimationLibrary_kw7nd") +autoplay = &"bob" diff --git a/sources/menus/main/plants/large_flower.tscn b/sources/menus/main/plants/large_flower.tscn index 57e3ee09..d5205f9b 100644 --- a/sources/menus/main/plants/large_flower.tscn +++ b/sources/menus/main/plants/large_flower.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://nwur175781jf"] +[gd_scene format=3 uid="uid://nwur175781jf"] [ext_resource type="Texture2D" uid="uid://bprn8svgct15r" path="res://assets/menus/main/plants/large_flower_petal.png" id="1_5q7s4"] [ext_resource type="Texture2D" uid="uid://b6l305fj6ynnv" path="res://assets/menus/main/plants/large_flower_body.png" id="2_mfmfc"] @@ -113,52 +113,50 @@ _data = { &"Spread": SubResource("Animation_wj5s5") } -[node name="LargeFlower" type="Node2D"] +[node name="LargeFlower" type="Node2D" unique_id=1190467596] -[node name="Petals" type="Node2D" parent="."] +[node name="Petals" type="Node2D" parent="." unique_id=600439290] -[node name="LeftPivot60" type="Node2D" parent="Petals"] +[node name="LeftPivot60" type="Node2D" parent="Petals" unique_id=1696980697] position = Vector2(0, -520) rotation = -1.0472 -[node name="Petal" type="Sprite2D" parent="Petals/LeftPivot60"] +[node name="Petal" type="Sprite2D" parent="Petals/LeftPivot60" unique_id=1755584610] position = Vector2(0, -120) texture = ExtResource("1_5q7s4") -[node name="LeftPivot30" type="Node2D" parent="Petals"] +[node name="LeftPivot30" type="Node2D" parent="Petals" unique_id=54176652] position = Vector2(0, -520) rotation = -0.523599 -[node name="Petal" type="Sprite2D" parent="Petals/LeftPivot30"] +[node name="Petal" type="Sprite2D" parent="Petals/LeftPivot30" unique_id=1115984482] position = Vector2(0, -120) texture = ExtResource("1_5q7s4") -[node name="RightPivot60" type="Node2D" parent="Petals"] +[node name="RightPivot60" type="Node2D" parent="Petals" unique_id=1080004711] position = Vector2(0, -520) rotation = 1.0472 -[node name="Petal" type="Sprite2D" parent="Petals/RightPivot60"] +[node name="Petal" type="Sprite2D" parent="Petals/RightPivot60" unique_id=768087627] position = Vector2(0, -120) texture = ExtResource("1_5q7s4") -[node name="RightPivot30" type="Node2D" parent="Petals"] +[node name="RightPivot30" type="Node2D" parent="Petals" unique_id=1810950347] position = Vector2(0, -520) rotation = 0.523599 -[node name="Petal" type="Sprite2D" parent="Petals/RightPivot30"] +[node name="Petal" type="Sprite2D" parent="Petals/RightPivot30" unique_id=1821510359] position = Vector2(0, -120) texture = ExtResource("1_5q7s4") -[node name="Center" type="Sprite2D" parent="Petals"] +[node name="Center" type="Sprite2D" parent="Petals" unique_id=859333109] position = Vector2(0, -640) texture = ExtResource("1_5q7s4") -[node name="Body" type="Sprite2D" parent="."] +[node name="Body" type="Sprite2D" parent="." unique_id=947421194] position = Vector2(0, -336) texture = ExtResource("2_mfmfc") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_47w0h") -} -autoplay = "Spread" +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1218764664] +libraries/ = SubResource("AnimationLibrary_47w0h") +autoplay = &"Spread" diff --git a/sources/menus/main/plants/palm.tscn b/sources/menus/main/plants/palm.tscn index 9f80d9c1..38058fc5 100644 --- a/sources/menus/main/plants/palm.tscn +++ b/sources/menus/main/plants/palm.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://dxc82xcl7jncd"] +[gd_scene format=3 uid="uid://dxc82xcl7jncd"] [ext_resource type="Texture2D" uid="uid://wylvu8nc54ow" path="res://assets/menus/main/plants/blue_palm.png" id="1_2mmp5"] @@ -40,14 +40,12 @@ _data = { &"sway": SubResource("Animation_hug64") } -[node name="Palm" type="Node2D"] +[node name="Palm" type="Node2D" unique_id=634450107] -[node name="Sprite" type="Sprite2D" parent="."] +[node name="Sprite" type="Sprite2D" parent="." unique_id=1339969416] position = Vector2(0, -304) texture = ExtResource("1_2mmp5") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_j6jql") -} -autoplay = "sway" +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=721791652] +libraries/ = SubResource("AnimationLibrary_j6jql") +autoplay = &"sway" diff --git a/sources/menus/register/register.tscn b/sources/menus/register/register.tscn index 195db617..cfceb404 100644 --- a/sources/menus/register/register.tscn +++ b/sources/menus/register/register.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://b7cfjs2iipagq"] +[gd_scene format=3 uid="uid://b7cfjs2iipagq"] [ext_resource type="Script" uid="uid://d3dv4jeiwga02" path="res://sources/menus/register/register.gd" id="1_jsnxc"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="2_tirf6"] @@ -26,7 +26,7 @@ corner_radius_top_right = 33 corner_radius_bottom_right = 33 corner_radius_bottom_left = 33 -[node name="RegisterScreen" type="Control"] +[node name="RegisterScreen" type="Control" unique_id=704077610] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -35,24 +35,24 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_jsnxc") -[node name="NightSky" parent="." instance=ExtResource("2_tirf6")] +[node name="NightSky" parent="." unique_id=103364774 instance=ExtResource("2_tirf6")] layout_mode = 1 -[node name="LargeFlower" parent="NightSky" instance=ExtResource("5_23tyx")] +[node name="LargeFlower" parent="NightSky" unique_id=1005080221 instance=ExtResource("5_23tyx")] position = Vector2(2064, 1794) scale = Vector2(2, 2) -[node name="Bush" parent="NightSky" instance=ExtResource("6_i6t6f")] +[node name="Bush" parent="NightSky" unique_id=1411759558 instance=ExtResource("6_i6t6f")] position = Vector2(2224, 1824) -[node name="Palm" parent="NightSky" instance=ExtResource("3_25mko")] +[node name="Palm" parent="NightSky" unique_id=1605588878 instance=ExtResource("3_25mko")] position = Vector2(1280, 1800) scale = Vector2(2, 2) -[node name="Flower" parent="NightSky" instance=ExtResource("7_iqya7")] +[node name="Flower" parent="NightSky" unique_id=1276580041 instance=ExtResource("7_iqya7")] position = Vector2(304, 1800) -[node name="ProgressBarContainer" type="MarginContainer" parent="."] +[node name="ProgressBarContainer" type="MarginContainer" parent="." unique_id=743218099] layout_mode = 1 anchors_preset = 10 anchor_right = 1.0 @@ -63,7 +63,7 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 150 theme_override_constants/margin_bottom = 50 -[node name="ProgressBar" type="ProgressBar" parent="ProgressBarContainer"] +[node name="ProgressBar" type="ProgressBar" parent="ProgressBarContainer" unique_id=2032705965] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 1 @@ -72,7 +72,7 @@ step = 0.1 show_percentage = false script = ExtResource("8_h8kqu") -[node name="Steps" type="Control" parent="."] +[node name="Steps" type="Control" parent="." unique_id=1395259341] unique_name_in_owner = true layout_mode = 1 anchor_top = 0.142222 @@ -82,7 +82,7 @@ grow_horizontal = 2 grow_vertical = 2 metadata/_edit_use_anchors_ = true -[node name="Popup" type="TextureRect" parent="."] +[node name="Popup" type="TextureRect" parent="." unique_id=920129446] unique_name_in_owner = true visible = false top_level = true @@ -94,7 +94,7 @@ grow_vertical = 2 mouse_filter = 0 texture = SubResource("GradientTexture1D_l78ph") -[node name="Container" type="PanelContainer" parent="Popup"] +[node name="Container" type="PanelContainer" parent="Popup" unique_id=1350362776] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -110,18 +110,18 @@ grow_vertical = 2 theme_type_variation = &"PanelKalulu" theme_override_styles/panel = SubResource("StyleBoxFlat_dv622") -[node name="MarginContainer" type="MarginContainer" parent="Popup/Container"] +[node name="MarginContainer" type="MarginContainer" parent="Popup/Container" unique_id=854702106] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="Popup/Container/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="Popup/Container/MarginContainer" unique_id=1251943579] layout_mode = 2 theme_override_constants/separation = 5 -[node name="Title" type="Label" parent="Popup/Container/MarginContainer/VBoxContainer"] +[node name="Title" type="Label" parent="Popup/Container/MarginContainer/VBoxContainer" unique_id=1382504555] custom_minimum_size = Vector2(1500, 0) layout_mode = 2 size_flags_vertical = 0 @@ -131,7 +131,7 @@ horizontal_alignment = 1 vertical_alignment = 1 autowrap_mode = 2 -[node name="PopupInfo" type="Label" parent="Popup/Container/MarginContainer/VBoxContainer"] +[node name="PopupInfo" type="Label" parent="Popup/Container/MarginContainer/VBoxContainer" unique_id=1316985328] unique_name_in_owner = true auto_translate_mode = 2 layout_mode = 2 @@ -141,7 +141,7 @@ text = "TEST" horizontal_alignment = 1 vertical_alignment = 1 -[node name="Button" type="Button" parent="Popup/Container/MarginContainer/VBoxContainer"] +[node name="Button" type="Button" parent="Popup/Container/MarginContainer/VBoxContainer" unique_id=408091364] layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 4 diff --git a/sources/menus/register/steps/account_type_step.tscn b/sources/menus/register/steps/account_type_step.tscn index 9cba14f3..0592c98a 100644 --- a/sources/menus/register/steps/account_type_step.tscn +++ b/sources/menus/register/steps/account_type_step.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=11 format=3 uid="uid://c73wkbttv0ou0"] +[gd_scene format=3 uid="uid://c73wkbttv0ou0"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_g51ml"] -[ext_resource type="Script" uid="uid://b23qfes63s2no" path="res://addons/godot-form-validator/control_validator.gd" id="2_hidu6"] +[ext_resource type="Script" uid="uid://dg4qit8mffvjh" path="res://addons/godot-form-validator/control_validator.gd" id="2_hidu6"] [ext_resource type="Script" uid="uid://b3lqs6b6vj57r" path="res://sources/menus/register/steps/account_type_step.gd" id="2_k6524"] -[ext_resource type="Script" uid="uid://b0dbsne0vdlsi" path="res://addons/godot-form-validator/rules/required_rule.gd" id="3_54aao"] +[ext_resource type="Script" uid="uid://dw5aercmfe4" path="res://addons/godot-form-validator/rules/required_rule.gd" id="3_54aao"] [ext_resource type="Script" uid="uid://83q48kwp3p6p" path="res://sources/menus/register/steps/validation/item_list_validator.gd" id="4_bdvqa"] [ext_resource type="Script" uid="uid://dg17cfvs2w257" path="res://addons/godot-form-validator/rules/validator_rule.gd" id="4_n022u"] [ext_resource type="Script" uid="uid://7uwoocpe7ieu" path="res://sources/utils/binder/control_binder.gd" id="5_w7o0m"] @@ -18,16 +18,19 @@ script = ExtResource("4_bdvqa") validation_method = 1 rules = Array[ExtResource("4_n022u")]([SubResource("Resource_kw8sn")]) -[node name="AccountTypeStep" instance=ExtResource("1_g51ml")] +[node name="AccountTypeStep" unique_id=957027243 instance=ExtResource("1_g51ml")] script = ExtResource("2_k6524") step_name = "type" question = "ACCOUNT_TYPE_PROMPT" -[node name="TypeContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="FormValidator" parent="." index="3"] +validation_method = 0 + +[node name="TypeContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0" unique_id=307038431] layout_mode = 2 theme_override_constants/separation = 20 -[node name="TypeSelectLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer" index="0"] +[node name="TypeSelectLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer" index="0" unique_id=1243736844] custom_minimum_size = Vector2(350, 0) layout_mode = 2 size_flags_vertical = 1 @@ -35,11 +38,11 @@ theme_override_font_sizes/font_size = 50 text = "ACCOUNT_TYPE" autowrap_mode = 3 -[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer" index="1"] +[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer" index="1" unique_id=500125814] layout_mode = 2 size_flags_horizontal = 3 -[node name="TypeSelect" type="ItemList" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer" index="0"] +[node name="TypeSelect" type="ItemList" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer" index="0" unique_id=1312294067] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 @@ -49,11 +52,11 @@ item_count = 2 item_0/text = "TEACHER" item_1/text = "PARENT" -[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer/TypeSelect" index="2"] +[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer/TypeSelect" index="2" unique_id=1609915491] script = ExtResource("2_hidu6") validator = SubResource("Resource_n0ht0") -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer/TypeSelect" index="3"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer/TypeSelect" index="3" unique_id=1789211672] anchors_preset = 0 offset_left = -548.0 offset_top = -20.0 @@ -62,7 +65,7 @@ offset_bottom = -20.0 script = ExtResource("5_w7o0m") property_name = "account_type" -[node name="TypeSelectError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer" index="1"] +[node name="TypeSelectError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/TypeContainer/VBoxContainer" index="1" unique_id=1647918468] visible = false layout_mode = 2 text = "Test" diff --git a/sources/menus/register/steps/base_step.tscn b/sources/menus/register/steps/base_step.tscn index 357fa511..d37bf32e 100644 --- a/sources/menus/register/steps/base_step.tscn +++ b/sources/menus/register/steps/base_step.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://bxd3i06rqpxf0"] +[gd_scene format=3 uid="uid://bxd3i06rqpxf0"] [ext_resource type="Script" uid="uid://ddg138yuagx4i" path="res://sources/menus/register/steps/base_step.gd" id="1_02ocl"] [ext_resource type="Texture2D" uid="uid://d1tsqdom1rra1" path="res://assets/theme/arrow_back.svg" id="2_41tvo"] @@ -8,7 +8,7 @@ [ext_resource type="Texture2D" uid="uid://d3rhl050u0ahl" path="res://assets/menus/login/password_background.png" id="4_h32tf"] [ext_resource type="PackedScene" uid="uid://cr4q0ywceoasx" path="res://sources/utils/keyboard_spacer.tscn" id="6_i4s2p"] -[node name="BaseRegisterForm" type="Control"] +[node name="BaseRegisterForm" type="Control" unique_id=1136039399] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -17,7 +17,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_02ocl") -[node name="LeftMargin" type="MarginContainer" parent="."] +[node name="LeftMargin" type="MarginContainer" parent="." unique_id=1086633966] custom_minimum_size = Vector2(450, 2.08165e-12) layout_mode = 1 anchors_preset = 9 @@ -32,18 +32,18 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="LeftContainer" type="VBoxContainer" parent="LeftMargin"] +[node name="LeftContainer" type="VBoxContainer" parent="LeftMargin" unique_id=4173744] layout_mode = 2 mouse_filter = 2 alignment = 2 -[node name="BackButton" type="Button" parent="LeftMargin/LeftContainer"] +[node name="BackButton" type="Button" parent="LeftMargin/LeftContainer" unique_id=1328987959] layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "BACK" icon = ExtResource("2_41tvo") -[node name="RightMargin" type="MarginContainer" parent="."] +[node name="RightMargin" type="MarginContainer" parent="." unique_id=1030606903] custom_minimum_size = Vector2(450, 2.08165e-12) layout_mode = 1 anchors_preset = 11 @@ -61,19 +61,19 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="RightContainer" type="VBoxContainer" parent="RightMargin"] +[node name="RightContainer" type="VBoxContainer" parent="RightMargin" unique_id=858860575] layout_mode = 2 mouse_filter = 2 alignment = 2 -[node name="ValidateButton" type="Button" parent="RightMargin/RightContainer"] +[node name="ValidateButton" type="Button" parent="RightMargin/RightContainer" unique_id=1168378881] layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "NEXT" icon = ExtResource("3_17uns") icon_alignment = 2 -[node name="PanelContainer" type="PanelContainer" parent="."] +[node name="PanelContainer" type="PanelContainer" parent="." unique_id=824416175] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 @@ -84,15 +84,15 @@ offset_bottom = 502.0 grow_horizontal = 2 theme_type_variation = &"PanelKalulu" -[node name="QuestionContainer" type="MarginContainer" parent="PanelContainer"] +[node name="QuestionContainer" type="MarginContainer" parent="PanelContainer" unique_id=788285574] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_right = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer" unique_id=166746788] layout_mode = 2 -[node name="QuestionLabel" type="Label" parent="PanelContainer/QuestionContainer/VBoxContainer"] +[node name="QuestionLabel" type="Label" parent="PanelContainer/QuestionContainer/VBoxContainer" unique_id=473680384] unique_name_in_owner = true custom_minimum_size = Vector2(1500, 0) layout_mode = 2 @@ -102,7 +102,7 @@ horizontal_alignment = 1 vertical_alignment = 1 autowrap_mode = 2 -[node name="InfoLabel" type="Label" parent="PanelContainer/QuestionContainer/VBoxContainer"] +[node name="InfoLabel" type="Label" parent="PanelContainer/QuestionContainer/VBoxContainer" unique_id=402601850] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 @@ -110,7 +110,7 @@ theme_override_font_sizes/font_size = 50 horizontal_alignment = 1 vertical_alignment = 1 -[node name="FormValidator" type="Control" parent="."] +[node name="FormValidator" type="Control" parent="." unique_id=577712412] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -120,8 +120,9 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 script = ExtResource("2_nw61e") +validation_method = 0 -[node name="FormBinder" type="Control" parent="FormValidator"] +[node name="FormBinder" type="Control" parent="FormValidator" unique_id=207335793] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -132,17 +133,17 @@ grow_vertical = 2 mouse_filter = 2 script = ExtResource("3_mk32l") -[node name="Control" parent="FormValidator/FormBinder" instance=ExtResource("6_i4s2p")] +[node name="Control" parent="FormValidator/FormBinder" unique_id=171519431 instance=ExtResource("6_i4s2p")] layout_mode = 1 -[node name="Background" type="TextureRect" parent="FormValidator/FormBinder/Control"] +[node name="Background" type="TextureRect" parent="FormValidator/FormBinder/Control" unique_id=1317105634] custom_minimum_size = Vector2(1624, 812) layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 8 texture = ExtResource("4_h32tf") -[node name="FormMargin" type="MarginContainer" parent="FormValidator/FormBinder/Control/Background"] +[node name="FormMargin" type="MarginContainer" parent="FormValidator/FormBinder/Control/Background" unique_id=471353714] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -154,7 +155,7 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 250 theme_override_constants/margin_bottom = 50 -[node name="FormContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin"] +[node name="FormContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin" unique_id=1375940867] unique_name_in_owner = true layout_mode = 2 theme_override_constants/separation = 20 diff --git a/sources/menus/register/steps/credentials_step.tscn b/sources/menus/register/steps/credentials_step.tscn index 80915a02..3491b8b6 100644 --- a/sources/menus/register/steps/credentials_step.tscn +++ b/sources/menus/register/steps/credentials_step.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=17 format=3 uid="uid://cwqcybk5tvbly"] +[gd_scene format=3 uid="uid://cwqcybk5tvbly"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_66bx5"] [ext_resource type="Script" uid="uid://cd7tiiy0ir411" path="res://sources/menus/register/steps/credentials_step.gd" id="2_mqaqr"] -[ext_resource type="Script" uid="uid://b23qfes63s2no" path="res://addons/godot-form-validator/control_validator.gd" id="3_hblcf"] -[ext_resource type="Script" uid="uid://b0dbsne0vdlsi" path="res://addons/godot-form-validator/rules/required_rule.gd" id="4_4ltsd"] +[ext_resource type="Script" uid="uid://dg4qit8mffvjh" path="res://addons/godot-form-validator/control_validator.gd" id="3_hblcf"] +[ext_resource type="Script" uid="uid://dw5aercmfe4" path="res://addons/godot-form-validator/rules/required_rule.gd" id="4_4ltsd"] [ext_resource type="Script" uid="uid://dg17cfvs2w257" path="res://addons/godot-form-validator/rules/validator_rule.gd" id="4_in5so"] -[ext_resource type="Script" uid="uid://f4gllyb5w8eb" path="res://addons/godot-form-validator/rules/email_rule.gd" id="5_cnymo"] +[ext_resource type="Script" uid="uid://dvpln5snrt4mq" path="res://addons/godot-form-validator/rules/email_rule.gd" id="5_cnymo"] [ext_resource type="Script" uid="uid://7uwoocpe7ieu" path="res://sources/utils/binder/control_binder.gd" id="6_ugvpe"] [ext_resource type="Script" uid="uid://c1cqwb15yoqb3" path="res://addons/godot-form-validator/validators/line_edit_validator.gd" id="6_viaho"] [ext_resource type="Script" uid="uid://cy0n11jleuxih" path="res://sources/menus/register/steps/validation/confirm_rule.gd" id="7_7y5q1"] @@ -38,16 +38,16 @@ script = ExtResource("6_viaho") validation_method = 1 rules = Array[ExtResource("4_in5so")]([SubResource("Resource_5jooi"), SubResource("Resource_104uy")]) -[node name="CredentialsStep" instance=ExtResource("1_66bx5")] +[node name="CredentialsStep" unique_id=388589482 instance=ExtResource("1_66bx5")] script = ExtResource("2_mqaqr") step_name = "credentials" question = "CREDENTIALS_PROMPT" -[node name="EmailContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="EmailContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="0" unique_id=130683642] layout_mode = 2 size_flags_vertical = 4 -[node name="EmailFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer" index="0"] +[node name="EmailFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer" index="0" unique_id=166822472] custom_minimum_size = Vector2(400, 0) layout_mode = 2 size_flags_vertical = 1 @@ -55,33 +55,33 @@ theme_override_font_sizes/font_size = 50 text = "EMAIL" autowrap_mode = 3 -[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer" index="1"] +[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer" index="1" unique_id=159998359] layout_mode = 2 size_flags_horizontal = 3 -[node name="EmailField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer" index="0"] +[node name="EmailField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer" index="0" unique_id=773098104] layout_mode = 2 theme_override_font_sizes/font_size = 70 placeholder_text = "kalulu@excellolab.org" virtual_keyboard_type = 5 -[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer/EmailField" index="0"] +[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer/EmailField" index="0" unique_id=386015815] script = ExtResource("3_hblcf") validator = SubResource("Resource_84kj5") -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer/EmailField" index="1"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer/EmailField" index="1" unique_id=1406564469] anchors_preset = 0 script = ExtResource("6_ugvpe") property_name = "email" -[node name="EmailFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer" index="1"] +[node name="EmailFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer" index="1" unique_id=329199250] visible = false layout_mode = 2 text = "Test" label_settings = ExtResource("7_sndyb") vertical_alignment = 1 -[node name="APIEmailFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer" index="2"] +[node name="APIEmailFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/EmailContainer/VBoxContainer" index="2" unique_id=954609510] unique_name_in_owner = true visible = false layout_mode = 2 @@ -89,11 +89,11 @@ text = "USED_EMAIL_ADDRESS" label_settings = ExtResource("7_sndyb") vertical_alignment = 1 -[node name="HBoxContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="1"] +[node name="HBoxContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="1" unique_id=1525578829] layout_mode = 2 size_flags_vertical = 8 -[node name="PasswordFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer" index="0"] +[node name="PasswordFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer" index="0" unique_id=2012615490] custom_minimum_size = Vector2(400, 0) layout_mode = 2 size_flags_vertical = 1 @@ -101,35 +101,35 @@ theme_override_font_sizes/font_size = 50 text = "PASSWORD" autowrap_mode = 3 -[node name="PasswordContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer" index="1"] +[node name="PasswordContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer" index="1" unique_id=1117416327] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 20 -[node name="PasswordField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer" index="0"] +[node name="PasswordField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer" index="0" unique_id=970541842] layout_mode = 2 theme_override_font_sizes/font_size = 70 placeholder_text = "PASSWORD" virtual_keyboard_type = 6 secret = true -[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer/PasswordField" index="0"] +[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer/PasswordField" index="0" unique_id=2084505209] script = ExtResource("3_hblcf") validator = SubResource("Resource_icogs") -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer/PasswordField" index="1"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer/PasswordField" index="1" unique_id=770420827] anchors_preset = 0 script = ExtResource("6_ugvpe") property_name = "password" -[node name="PasswordConfirmField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer" index="1"] +[node name="PasswordConfirmField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer" index="1" unique_id=489542261] layout_mode = 2 theme_override_font_sizes/font_size = 70 placeholder_text = "CONFIRM_PASSWORD" virtual_keyboard_type = 6 secret = true -[node name="PasswordFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer" index="2"] +[node name="PasswordFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/HBoxContainer/PasswordContainer" index="2" unique_id=1222236377] visible = false layout_mode = 2 text = "Test" diff --git a/sources/menus/register/steps/device_recap.tscn b/sources/menus/register/steps/device_recap.tscn index 85b175a4..837b6f7a 100644 --- a/sources/menus/register/steps/device_recap.tscn +++ b/sources/menus/register/steps/device_recap.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://dsvgeiocp4y36"] +[gd_scene format=3 uid="uid://dsvgeiocp4y36"] [ext_resource type="Script" uid="uid://de17h265v2cpo" path="res://sources/menus/register/steps/device_recap.gd" id="1_q1dk1"] -[node name="DeviceRecap" type="MarginContainer"] +[node name="DeviceRecap" type="MarginContainer" unique_id=619857196] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -14,16 +14,16 @@ theme_override_constants/margin_top = 25 theme_override_constants/margin_bottom = 25 script = ExtResource("1_q1dk1") -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1526848302] layout_mode = 2 -[node name="Title" type="Label" parent="VBoxContainer"] +[node name="Title" type="Label" parent="VBoxContainer" unique_id=1112247014] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 text = "Device 1 :" -[node name="StudentsContainer" type="GridContainer" parent="VBoxContainer"] +[node name="StudentsContainer" type="GridContainer" parent="VBoxContainer" unique_id=885356083] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 diff --git a/sources/menus/register/steps/general_conditions_step.tscn b/sources/menus/register/steps/general_conditions_step.tscn index 1805ddad..41797377 100644 --- a/sources/menus/register/steps/general_conditions_step.tscn +++ b/sources/menus/register/steps/general_conditions_step.tscn @@ -1,21 +1,21 @@ -[gd_scene load_steps=4 format=3 uid="uid://dimxdgkufgo12"] +[gd_scene format=3 uid="uid://dimxdgkufgo12"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_up4b7"] [ext_resource type="Script" uid="uid://ccicojpspkpmu" path="res://sources/menus/register/steps/general_conditions_step.gd" id="2_5ibpi"] [ext_resource type="LabelSettings" uid="uid://ohvlqccl2oog" path="res://resources/themes/error_label_settings.tres" id="3_qdoff"] -[node name="GeneralConditionsStep" instance=ExtResource("1_up4b7")] +[node name="GeneralConditionsStep" unique_id=554321004 instance=ExtResource("1_up4b7")] script = ExtResource("2_5ibpi") -[node name="PanelContainer" parent="." index="2"] +[node name="PanelContainer" parent="." index="2" unique_id=824416175] offset_left = -785.0 offset_right = 785.0 offset_bottom = 1344.0 -[node name="QuestionContainer" parent="PanelContainer" index="0"] +[node name="QuestionContainer" parent="PanelContainer" index="0" unique_id=788285574] theme_override_constants/margin_top = 25 -[node name="ConditionsLabel" type="RichTextLabel" parent="PanelContainer/QuestionContainer/VBoxContainer" index="0"] +[node name="ConditionsLabel" type="RichTextLabel" parent="PanelContainer/QuestionContainer/VBoxContainer" parent_id_path=PackedInt32Array(166746788) index="0" unique_id=366575860] unique_name_in_owner = true custom_minimum_size = Vector2(0, 250) layout_mode = 2 @@ -29,7 +29,7 @@ text = "GENERAL_CONDITIONS_TEXT" autowrap_mode = 2 shortcut_keys_enabled = false -[node name="AcceptContainer" type="MarginContainer" parent="PanelContainer/QuestionContainer/VBoxContainer" index="1"] +[node name="AcceptContainer" type="MarginContainer" parent="PanelContainer/QuestionContainer/VBoxContainer" parent_id_path=PackedInt32Array(166746788) index="1" unique_id=740122503] layout_mode = 2 size_flags_vertical = 8 theme_override_constants/margin_left = 20 @@ -37,30 +37,30 @@ theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 -[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer" index="0"] +[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer" index="0" unique_id=810850868] layout_mode = 2 -[node name="Accept" type="CheckBox" parent="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer/VBoxContainer" index="0"] +[node name="Accept" type="CheckBox" parent="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer/VBoxContainer" index="0" unique_id=537282954] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 text = "ACCEPT_GENERAL_CONDITIONS" flat = true -[node name="AcceptError" type="Label" parent="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer/VBoxContainer" index="1"] +[node name="AcceptError" type="Label" parent="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer/VBoxContainer" index="1" unique_id=46587503] unique_name_in_owner = true visible = false layout_mode = 2 text = "ACCEPT_GENERAL_CONDITIONS_ERROR" label_settings = ExtResource("3_qdoff") -[node name="QuestionLabel" parent="PanelContainer/QuestionContainer/VBoxContainer" index="2"] +[node name="QuestionLabel" parent="PanelContainer/QuestionContainer/VBoxContainer" parent_id_path=PackedInt32Array(166746788) index="2" unique_id=473680384] visible = false -[node name="InfoLabel" parent="PanelContainer/QuestionContainer/VBoxContainer" index="3"] +[node name="InfoLabel" parent="PanelContainer/QuestionContainer/VBoxContainer" parent_id_path=PackedInt32Array(166746788) index="3" unique_id=402601850] visible = false -[node name="FormValidator" parent="." index="3"] +[node name="FormValidator" parent="." index="3" unique_id=577712412] visible = false [connection signal="pressed" from="PanelContainer/QuestionContainer/VBoxContainer/AcceptContainer/VBoxContainer/Accept" to="." method="_on_accept_pressed"] diff --git a/sources/menus/register/steps/language/language_step.tscn b/sources/menus/register/steps/language/language_step.tscn index c66d99a1..51809f4f 100644 --- a/sources/menus/register/steps/language/language_step.tscn +++ b/sources/menus/register/steps/language/language_step.tscn @@ -1,21 +1,21 @@ -[gd_scene load_steps=4 format=3 uid="uid://b6bpwjbb7crii"] +[gd_scene format=3 uid="uid://b6bpwjbb7crii"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1"] [ext_resource type="Script" uid="uid://bd4h7edjvj8yf" path="res://sources/menus/register/steps/language/language_step.gd" id="2"] [ext_resource type="Script" uid="uid://dugl3xh4di2a5" path="res://sources/menus/main/language_field.gd" id="3"] -[node name="LanguageStep" instance=ExtResource("1")] +[node name="LanguageStep" unique_id=541356499 instance=ExtResource("1")] script = ExtResource("2") step_name = "language" question = "LANGUAGE" -[node name="BackButton" parent="LeftMargin/LeftContainer" index="0"] +[node name="BackButton" parent="LeftMargin/LeftContainer" parent_id_path=PackedInt32Array(4173744) index="0" unique_id=1328987959] text = "CANCEL" -[node name="LanguageContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="LanguageContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="0" unique_id=355281214] layout_mode = 2 -[node name="LanguageLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LanguageContainer" index="0"] +[node name="LanguageLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LanguageContainer" index="0" unique_id=1156152983] custom_minimum_size = Vector2(350, 0) layout_mode = 2 size_flags_vertical = 1 @@ -23,7 +23,7 @@ theme_override_font_sizes/font_size = 50 text = "LANGUAGE" autowrap_mode = 3 -[node name="LanguageField" type="OptionButton" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LanguageContainer" index="1"] +[node name="LanguageField" type="OptionButton" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LanguageContainer" index="1" unique_id=699363627] unique_name_in_owner = true layout_mode = 2 theme_type_variation = &"Combobox" diff --git a/sources/menus/register/steps/parent/player_step.tscn b/sources/menus/register/steps/parent/player_step.tscn index b1580562..018c94a0 100644 --- a/sources/menus/register/steps/parent/player_step.tscn +++ b/sources/menus/register/steps/parent/player_step.tscn @@ -1,15 +1,15 @@ -[gd_scene load_steps=19 format=3 uid="uid://dc4eaxcunpmke"] +[gd_scene format=3 uid="uid://dc4eaxcunpmke"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_ggdon"] -[ext_resource type="Script" uid="uid://b23qfes63s2no" path="res://addons/godot-form-validator/control_validator.gd" id="2_6d1eh"] +[ext_resource type="Script" uid="uid://dg4qit8mffvjh" path="res://addons/godot-form-validator/control_validator.gd" id="2_6d1eh"] [ext_resource type="Script" uid="uid://dv82313fptjgb" path="res://sources/ui/tr_item_list.gd" id="2_rmdcs"] -[ext_resource type="Script" uid="uid://b0dbsne0vdlsi" path="res://addons/godot-form-validator/rules/required_rule.gd" id="3_pj58p"] +[ext_resource type="Script" uid="uid://dw5aercmfe4" path="res://addons/godot-form-validator/rules/required_rule.gd" id="3_pj58p"] [ext_resource type="Script" uid="uid://83q48kwp3p6p" path="res://sources/menus/register/steps/validation/item_list_validator.gd" id="4_fcdvy"] [ext_resource type="Script" uid="uid://dg17cfvs2w257" path="res://addons/godot-form-validator/rules/validator_rule.gd" id="5_hwl8b"] [ext_resource type="Script" uid="uid://7uwoocpe7ieu" path="res://sources/utils/binder/control_binder.gd" id="5_kb1ut"] [ext_resource type="LabelSettings" uid="uid://ohvlqccl2oog" path="res://resources/themes/error_label_settings.tres" id="6_nuhb7"] -[ext_resource type="Script" uid="uid://daolm78xg3qgd" path="res://addons/godot-form-validator/rules/length_rule.gd" id="6_qcc6t"] -[ext_resource type="Script" uid="uid://ce2mdbvkkvvt4" path="res://addons/godot-form-validator/rules/alpha_rule.gd" id="7_0a041"] +[ext_resource type="Script" uid="uid://bj4s5o33vkcts" path="res://addons/godot-form-validator/rules/length_rule.gd" id="6_qcc6t"] +[ext_resource type="Script" uid="uid://wgfr07ktmqap" path="res://addons/godot-form-validator/rules/alpha_rule.gd" id="7_0a041"] [ext_resource type="Script" uid="uid://c1cqwb15yoqb3" path="res://addons/godot-form-validator/validators/line_edit_validator.gd" id="7_22xb4"] [ext_resource type="Theme" uid="uid://cd7ftmo5x4c2r" path="res://resources/themes/kalulu_theme_big.tres" id="9_x0cdr"] @@ -41,13 +41,13 @@ script = ExtResource("7_22xb4") validation_method = 1 rules = Array[ExtResource("5_hwl8b")]([SubResource("Resource_fybs1"), SubResource("Resource_y65lh"), SubResource("Resource_g77h5")]) -[node name="PlayerStep" instance=ExtResource("1_ggdon")] +[node name="PlayerStep" unique_id=607301853 instance=ExtResource("1_ggdon")] question = "PLAYER_PROMPT" -[node name="LevelContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="LevelContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="0" unique_id=1074181090] layout_mode = 2 -[node name="LevelSelectLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer" index="0"] +[node name="LevelSelectLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer" index="0" unique_id=43218788] custom_minimum_size = Vector2(350, 0) layout_mode = 2 size_flags_vertical = 1 @@ -55,11 +55,11 @@ theme_override_font_sizes/font_size = 50 text = "PLAYER_LEVEL" autowrap_mode = 3 -[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer" index="1"] +[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer" index="1" unique_id=1999710606] layout_mode = 2 size_flags_horizontal = 3 -[node name="LevelSelect" type="ItemList" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer" index="0"] +[node name="LevelSelect" type="ItemList" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer" index="0" unique_id=1487037674] layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 70 @@ -70,26 +70,26 @@ item_1/text = "REVIEWER" item_2/text = "ADULT" script = ExtResource("2_rmdcs") -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer/LevelSelect" index="2"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer/LevelSelect" index="2" unique_id=1548184358] anchors_preset = 0 script = ExtResource("5_kb1ut") property_name = "level" -[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer/LevelSelect" index="3"] +[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer/LevelSelect" index="3" unique_id=549770520] script = ExtResource("2_6d1eh") validator = SubResource("Resource_pdktm") -[node name="LevelSelectError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer" index="1"] +[node name="LevelSelectError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/LevelContainer/VBoxContainer" index="1" unique_id=1235830577] visible = false layout_mode = 2 text = "Test" label_settings = ExtResource("6_nuhb7") vertical_alignment = 1 -[node name="NameContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="1"] +[node name="NameContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="1" unique_id=1998720579] layout_mode = 2 -[node name="NameFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer" index="0"] +[node name="NameFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer" index="0" unique_id=1577046885] custom_minimum_size = Vector2(350, 0) layout_mode = 2 size_flags_vertical = 1 @@ -97,49 +97,49 @@ theme_override_font_sizes/font_size = 50 text = "PLAYER_NAME" autowrap_mode = 3 -[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer" index="1"] +[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer" index="1" unique_id=1378234206] layout_mode = 2 size_flags_horizontal = 3 -[node name="NameField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer" index="0"] +[node name="NameField" type="LineEdit" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer" index="0" unique_id=1395025975] layout_mode = 2 theme_override_font_sizes/font_size = 70 placeholder_text = "Kalulu" -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer/NameField" index="0"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer/NameField" index="0" unique_id=1489021258] layout_mode = 1 anchors_preset = 0 script = ExtResource("5_kb1ut") property_name = "name" -[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer/NameField" index="1"] +[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer/NameField" index="1" unique_id=541554555] script = ExtResource("2_6d1eh") validator = SubResource("Resource_40trb") -[node name="NameFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer" index="1"] +[node name="NameFieldError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/NameContainer/VBoxContainer" index="1" unique_id=192394939] visible = false layout_mode = 2 text = "Test" label_settings = ExtResource("6_nuhb7") -[node name="AgeContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="2"] +[node name="AgeContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="2" unique_id=609593469] layout_mode = 2 -[node name="AgeLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/AgeContainer" index="0"] +[node name="AgeLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/AgeContainer" index="0" unique_id=117959971] custom_minimum_size = Vector2(350, 0) layout_mode = 2 theme_override_font_sizes/font_size = 50 text = "PLAYER_AGE" autowrap_mode = 3 -[node name="AgeField" type="SpinBox" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/AgeContainer" index="1"] +[node name="AgeField" type="SpinBox" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/AgeContainer" index="1" unique_id=1747003980] layout_mode = 2 size_flags_horizontal = 3 theme = ExtResource("9_x0cdr") min_value = 1.0 value = 1.0 -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/AgeContainer/AgeField" index="2"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/AgeContainer/AgeField" index="2" unique_id=823361783] anchors_preset = 0 script = ExtResource("5_kb1ut") property_name = "age" diff --git a/sources/menus/register/steps/parent/players_count_step.tscn b/sources/menus/register/steps/parent/players_count_step.tscn index a482adad..06e99781 100644 --- a/sources/menus/register/steps/parent/players_count_step.tscn +++ b/sources/menus/register/steps/parent/players_count_step.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://irtjwltfbatm"] +[gd_scene format=3 uid="uid://irtjwltfbatm"] [ext_resource type="PackedScene" uid="uid://cyhoa68y1yyyg" path="res://sources/menus/register/steps/teacher/students_count_step.tscn" id="1_6th8p"] -[node name="PlayersCountStep" instance=ExtResource("1_6th8p")] +[node name="PlayersCountStep" unique_id=1001439621 instance=ExtResource("1_6th8p")] device_id = 1 step_name = "players" question = "PARENT_STUDENT_COUNT_PROMPT" diff --git a/sources/menus/register/steps/recap_step.tscn b/sources/menus/register/steps/recap_step.tscn index 525afa6b..f9db1d7f 100644 --- a/sources/menus/register/steps/recap_step.tscn +++ b/sources/menus/register/steps/recap_step.tscn @@ -1,71 +1,71 @@ -[gd_scene load_steps=3 format=3 uid="uid://0arkj3ss1fbj"] +[gd_scene format=3 uid="uid://0arkj3ss1fbj"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_crpog"] [ext_resource type="Script" uid="uid://0vcwta1jnwr6" path="res://sources/menus/register/steps/recap_step.gd" id="2_0vlqx"] -[node name="RecapStep" instance=ExtResource("1_crpog")] +[node name="RecapStep" unique_id=2112802657 instance=ExtResource("1_crpog")] script = ExtResource("2_0vlqx") -[node name="ValidateButton" parent="RightMargin/RightContainer" index="0"] +[node name="ValidateButton" parent="RightMargin/RightContainer" parent_id_path=PackedInt32Array(858860575) index="0" unique_id=1168378881] text = "VALIDATE" -[node name="PanelContainer" parent="." index="2"] +[node name="PanelContainer" parent="." index="2" unique_id=824416175] offset_left = -1024.0 offset_right = 1024.0 offset_bottom = 1344.0 -[node name="VBoxContainer" parent="PanelContainer/QuestionContainer" index="0"] +[node name="VBoxContainer" parent="PanelContainer/QuestionContainer" parent_id_path=PackedInt32Array(788285574) index="0" unique_id=166746788] visible = false -[node name="SummaryContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer" index="1"] +[node name="SummaryContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer" parent_id_path=PackedInt32Array(788285574) index="1" unique_id=1825765088] layout_mode = 2 theme_override_constants/separation = 50 -[node name="Title" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer" index="0"] +[node name="Title" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer" index="0" unique_id=1016477474] layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "REGISTRATION_SUMMARY" horizontal_alignment = 1 vertical_alignment = 1 -[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer/QuestionContainer/SummaryContainer" index="1"] +[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer/QuestionContainer/SummaryContainer" index="1" unique_id=1868348724] layout_mode = 2 size_flags_vertical = 3 -[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer" index="0"] +[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer" index="0" unique_id=606916318] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 20 -[node name="Email" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="0"] +[node name="Email" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="0" unique_id=1885311456] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 -[node name="AccountType" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="1"] +[node name="AccountType" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="1" unique_id=448321219] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 -[node name="EducationMethod" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="2"] +[node name="EducationMethod" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="2" unique_id=1650248119] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 -[node name="DevicesCount" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="3"] +[node name="DevicesCount" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="3" unique_id=1474085084] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 -[node name="StudentsCount" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="4"] +[node name="StudentsCount" type="Label" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="4" unique_id=310898875] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 -[node name="RecapContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="5"] +[node name="RecapContainer" type="VBoxContainer" parent="PanelContainer/QuestionContainer/SummaryContainer/ScrollContainer/VBoxContainer" index="5" unique_id=896542999] unique_name_in_owner = true layout_mode = 2 -[node name="FormValidator" parent="." index="3"] +[node name="FormValidator" parent="." index="3" unique_id=577712412] visible = false diff --git a/sources/menus/register/steps/teacher/devices_count_step.tscn b/sources/menus/register/steps/teacher/devices_count_step.tscn index 0be24efe..ed33d151 100644 --- a/sources/menus/register/steps/teacher/devices_count_step.tscn +++ b/sources/menus/register/steps/teacher/devices_count_step.tscn @@ -1,18 +1,18 @@ -[gd_scene load_steps=4 format=3 uid="uid://do5e7c1oxkn5g"] +[gd_scene format=3 uid="uid://do5e7c1oxkn5g"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_w3urq"] [ext_resource type="Script" uid="uid://7uwoocpe7ieu" path="res://sources/utils/binder/control_binder.gd" id="2_asuou"] [ext_resource type="Theme" uid="uid://cd7ftmo5x4c2r" path="res://resources/themes/kalulu_theme_big.tres" id="2_ux74f"] -[node name="DevicesCountStep" instance=ExtResource("1_w3urq")] +[node name="DevicesCountStep" unique_id=47059022 instance=ExtResource("1_w3urq")] step_name = "devices" question = "DEVICE_COUNT_PROMPT" infos = "DEVICE_COUNT_INFOS" -[node name="DevicesCountContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="DevicesCountContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="0" unique_id=1842142421] layout_mode = 2 -[node name="DevicesCountLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/DevicesCountContainer" index="0"] +[node name="DevicesCountLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/DevicesCountContainer" index="0" unique_id=216145476] custom_minimum_size = Vector2(350, 0) layout_mode = 2 size_flags_vertical = 1 @@ -20,7 +20,7 @@ theme_override_font_sizes/font_size = 50 text = "DEVICES" autowrap_mode = 3 -[node name="DevicesCountField" type="SpinBox" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/DevicesCountContainer" index="1"] +[node name="DevicesCountField" type="SpinBox" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/DevicesCountContainer" index="1" unique_id=419883061] layout_mode = 2 size_flags_horizontal = 3 theme = ExtResource("2_ux74f") @@ -28,7 +28,7 @@ min_value = 1.0 max_value = 90.0 value = 1.0 -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/DevicesCountContainer/DevicesCountField" index="2"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/DevicesCountContainer/DevicesCountField" index="2" unique_id=1628311207] anchors_preset = 0 offset_left = -354.0 offset_top = -20.0 diff --git a/sources/menus/register/steps/teacher/method_step.tscn b/sources/menus/register/steps/teacher/method_step.tscn index cb9a9c44..12f473ce 100644 --- a/sources/menus/register/steps/teacher/method_step.tscn +++ b/sources/menus/register/steps/teacher/method_step.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=12 format=3 uid="uid://buhnx0oblueuq"] +[gd_scene format=3 uid="uid://buhnx0oblueuq"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_ksrhk"] -[ext_resource type="Script" uid="uid://b23qfes63s2no" path="res://addons/godot-form-validator/control_validator.gd" id="2_03dua"] +[ext_resource type="Script" uid="uid://dg4qit8mffvjh" path="res://addons/godot-form-validator/control_validator.gd" id="2_03dua"] [ext_resource type="Script" uid="uid://ugsjyxqh1s5h" path="res://sources/menus/register/steps/teacher/method_step.gd" id="2_onyn6"] [ext_resource type="Script" uid="uid://dv82313fptjgb" path="res://sources/ui/tr_item_list.gd" id="2_qrbn1"] -[ext_resource type="Script" uid="uid://b0dbsne0vdlsi" path="res://addons/godot-form-validator/rules/required_rule.gd" id="3_qewnl"] +[ext_resource type="Script" uid="uid://dw5aercmfe4" path="res://addons/godot-form-validator/rules/required_rule.gd" id="3_qewnl"] [ext_resource type="Script" uid="uid://7uwoocpe7ieu" path="res://sources/utils/binder/control_binder.gd" id="4_1k1yt"] [ext_resource type="Script" uid="uid://83q48kwp3p6p" path="res://sources/menus/register/steps/validation/item_list_validator.gd" id="4_rimto"] [ext_resource type="Script" uid="uid://dg17cfvs2w257" path="res://addons/godot-form-validator/rules/validator_rule.gd" id="4_wmpac"] @@ -19,15 +19,15 @@ script = ExtResource("4_rimto") validation_method = 1 rules = Array[ExtResource("4_wmpac")]([SubResource("Resource_kw8sn")]) -[node name="MethodStep" instance=ExtResource("1_ksrhk")] +[node name="MethodStep" unique_id=304348596 instance=ExtResource("1_ksrhk")] script = ExtResource("2_onyn6") question = "EDUCATION_METHOD_PROMPT" infos = "EDUCATION_METHOD_INFOS" -[node name="MethodContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="MethodContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="0" unique_id=1698495971] layout_mode = 2 -[node name="MethodSelectLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer" index="0"] +[node name="MethodSelectLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer" index="0" unique_id=772210247] custom_minimum_size = Vector2(350, 0) layout_mode = 2 size_flags_vertical = 1 @@ -35,11 +35,11 @@ theme_override_font_sizes/font_size = 50 text = "EDUCATION_METHOD" autowrap_mode = 3 -[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer" index="1"] +[node name="VBoxContainer" type="VBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer" index="1" unique_id=903366322] layout_mode = 2 size_flags_horizontal = 3 -[node name="MethodSelect" type="ItemList" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer" index="0"] +[node name="MethodSelect" type="ItemList" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer" index="0" unique_id=1258490103] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 @@ -49,11 +49,11 @@ item_0/text = "METHOD_APP_ONLY" item_1/text = "METHOD_COMPLETE" script = ExtResource("2_qrbn1") -[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer/MethodSelect" index="2"] +[node name="ControlValidator" type="Node" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer/MethodSelect" index="2" unique_id=1479067849] script = ExtResource("2_03dua") validator = SubResource("Resource_ar6ux") -[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer/MethodSelect" index="3"] +[node name="ControlBinder" type="Control" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer/MethodSelect" index="3" unique_id=1500721459] anchors_preset = 0 offset_top = 236.0 offset_right = 411.0 @@ -61,7 +61,7 @@ offset_bottom = 236.0 script = ExtResource("4_1k1yt") property_name = "education_method" -[node name="MethodSelectError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer" index="1"] +[node name="MethodSelectError" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/MethodContainer/VBoxContainer" index="1" unique_id=965980781] visible = false layout_mode = 2 text = "Test" diff --git a/sources/menus/register/steps/teacher/students_count_step.tscn b/sources/menus/register/steps/teacher/students_count_step.tscn index 67fb1271..de29bbd6 100644 --- a/sources/menus/register/steps/teacher/students_count_step.tscn +++ b/sources/menus/register/steps/teacher/students_count_step.tscn @@ -1,26 +1,26 @@ -[gd_scene load_steps=4 format=3 uid="uid://cyhoa68y1yyyg"] +[gd_scene format=3 uid="uid://cyhoa68y1yyyg"] [ext_resource type="PackedScene" uid="uid://bxd3i06rqpxf0" path="res://sources/menus/register/steps/base_step.tscn" id="1_par6r"] [ext_resource type="Script" uid="uid://cfcfx3tbskkn2" path="res://sources/menus/register/steps/teacher/students_count_step.gd" id="2_susi5"] [ext_resource type="Theme" uid="uid://cd7ftmo5x4c2r" path="res://resources/themes/kalulu_theme_big.tres" id="3_pacdw"] -[node name="StudentsCountStep" instance=ExtResource("1_par6r")] +[node name="StudentsCountStep" unique_id=487912445 instance=ExtResource("1_par6r")] script = ExtResource("2_susi5") device_id = 0 step_name = "students" question = "TEACHER_STUDENT_COUNT_PROMPT" infos = "TEACHER_STUDENT_COUNT_INFOS" -[node name="StudentsCountContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" index="0"] +[node name="StudentsCountContainer" type="HBoxContainer" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer" parent_id_path=PackedInt32Array(1375940867) index="0" unique_id=1808767230] layout_mode = 2 -[node name="StudentsCountFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/StudentsCountContainer" index="0"] +[node name="StudentsCountFieldLabel" type="Label" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/StudentsCountContainer" index="0" unique_id=2070545907] custom_minimum_size = Vector2(350, 0) layout_mode = 2 theme_override_font_sizes/font_size = 50 text = "STUDENTS" -[node name="StudentsCountField" type="SpinBox" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/StudentsCountContainer" index="1"] +[node name="StudentsCountField" type="SpinBox" parent="FormValidator/FormBinder/Control/Background/FormMargin/FormContainer/StudentsCountContainer" index="1" unique_id=540523034] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/menus/settings/developer_settings.tscn b/sources/menus/settings/developer_settings.tscn index dad56d8a..1659def0 100644 --- a/sources/menus/settings/developer_settings.tscn +++ b/sources/menus/settings/developer_settings.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://b8hlfrsgrkmy"] +[gd_scene format=3 uid="uid://b8hlfrsgrkmy"] [ext_resource type="Script" uid="uid://dutga8wms2uy4" path="res://sources/menus/settings/developer_settings.gd" id="1_qqqt3"] [ext_resource type="Texture2D" uid="uid://wtx3wqs0l4si" path="res://assets/minigames/minigame_ui/graphic/button_back_up.png" id="3_vjlw0"] [ext_resource type="Texture2D" uid="uid://cbhip35yyqneg" path="res://assets/minigames/minigame_ui/graphic/button_back_down.png" id="4_s0ywi"] [ext_resource type="Texture2D" uid="uid://tcapan0mj64o" path="res://assets/minigames/minigame_ui/graphic/button_back_disabled.png" id="5_4q33k"] -[node name="DeveloperSettings" type="Control"] +[node name="DeveloperSettings" type="Control" unique_id=2110866691] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -14,7 +14,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_qqqt3") -[node name="ColorRect" type="ColorRect" parent="."] +[node name="ColorRect" type="ColorRect" parent="." unique_id=1896583811] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -23,7 +23,7 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0, 0, 0, 1) -[node name="InterfaceLeft" type="MarginContainer" parent="."] +[node name="InterfaceLeft" type="MarginContainer" parent="." unique_id=1920836264] custom_minimum_size = Vector2(450, 0) layout_mode = 1 anchors_preset = 9 @@ -35,11 +35,11 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="VBoxContainer" parent="InterfaceLeft"] +[node name="Container" type="VBoxContainer" parent="InterfaceLeft" unique_id=98053274] layout_mode = 2 theme_override_constants/separation = 20 -[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=1761957378] layout_mode = 2 size_flags_vertical = 3 texture_normal = ExtResource("3_vjlw0") @@ -47,7 +47,7 @@ texture_pressed = ExtResource("4_s0ywi") texture_disabled = ExtResource("5_4q33k") stretch_mode = 4 -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=485492715] custom_minimum_size = Vector2(1970, 1800) layout_mode = 1 anchors_preset = 11 @@ -58,87 +58,87 @@ offset_left = -632.0 grow_horizontal = 0 grow_vertical = 2 -[node name="LogControls" type="HBoxContainer" parent="VBoxContainer"] +[node name="LogControls" type="HBoxContainer" parent="VBoxContainer" unique_id=1823239399] layout_mode = 2 alignment = 1 -[node name="Label" type="Label" parent="VBoxContainer/LogControls"] +[node name="Label" type="Label" parent="VBoxContainer/LogControls" unique_id=657364316] layout_mode = 2 text = "Change log level:" -[node name="LogLevelDropdown" type="OptionButton" parent="VBoxContainer/LogControls"] +[node name="LogLevelDropdown" type="OptionButton" parent="VBoxContainer/LogControls" unique_id=584482685] layout_mode = 2 -[node name="ApiPathControls" type="VBoxContainer" parent="VBoxContainer"] +[node name="ApiPathControls" type="VBoxContainer" parent="VBoxContainer" unique_id=1716036531] layout_mode = 2 theme_override_constants/separation = 10 -[node name="PathRow" type="HBoxContainer" parent="VBoxContainer/ApiPathControls"] +[node name="PathRow" type="HBoxContainer" parent="VBoxContainer/ApiPathControls" unique_id=1621492525] layout_mode = 2 alignment = 1 -[node name="Label" type="Label" parent="VBoxContainer/ApiPathControls/PathRow"] +[node name="Label" type="Label" parent="VBoxContainer/ApiPathControls/PathRow" unique_id=689636887] layout_mode = 2 text = "AWS API path:" -[node name="ApiPathEdit" type="LineEdit" parent="VBoxContainer/ApiPathControls/PathRow"] +[node name="ApiPathEdit" type="LineEdit" parent="VBoxContainer/ApiPathControls/PathRow" unique_id=1457250103] layout_mode = 2 size_flags_horizontal = 3 -[node name="ApplyButton" type="Button" parent="VBoxContainer/ApiPathControls/PathRow"] +[node name="ApplyButton" type="Button" parent="VBoxContainer/ApiPathControls/PathRow" unique_id=141448980] layout_mode = 2 text = "Apply" -[node name="EnvironmentButtons" type="HBoxContainer" parent="VBoxContainer/ApiPathControls"] +[node name="EnvironmentButtons" type="HBoxContainer" parent="VBoxContainer/ApiPathControls" unique_id=1487447478] layout_mode = 2 theme_override_constants/separation = 30 alignment = 1 -[node name="ProdButton" type="Button" parent="VBoxContainer/ApiPathControls/EnvironmentButtons"] +[node name="ProdButton" type="Button" parent="VBoxContainer/ApiPathControls/EnvironmentButtons" unique_id=1869818341] layout_mode = 2 text = "Use PROD" -[node name="DevButton" type="Button" parent="VBoxContainer/ApiPathControls/EnvironmentButtons"] +[node name="DevButton" type="Button" parent="VBoxContainer/ApiPathControls/EnvironmentButtons" unique_id=1500120016] layout_mode = 2 text = "Use DEV" -[node name="StatusLabel" type="Label" parent="VBoxContainer/ApiPathControls"] +[node name="StatusLabel" type="Label" parent="VBoxContainer/ApiPathControls" unique_id=24080934] layout_mode = 2 horizontal_alignment = 1 -[node name="HSeparator" type="HSeparator" parent="VBoxContainer"] +[node name="HSeparator" type="HSeparator" parent="VBoxContainer" unique_id=525731883] layout_mode = 2 theme_override_constants/separation = 50 -[node name="Controls" type="HBoxContainer" parent="VBoxContainer"] +[node name="Controls" type="HBoxContainer" parent="VBoxContainer" unique_id=59146217] layout_mode = 2 alignment = 1 -[node name="LineCountSlider" type="HSlider" parent="VBoxContainer/Controls"] +[node name="LineCountSlider" type="HSlider" parent="VBoxContainer/Controls" unique_id=1288965092] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 4 max_value = 20.0 value = 10.0 -[node name="SliderLabel" type="Label" parent="VBoxContainer/Controls"] +[node name="SliderLabel" type="Label" parent="VBoxContainer/Controls" unique_id=242135549] layout_mode = 2 text = "Show: ?" -[node name="Control" type="Control" parent="VBoxContainer/Controls"] +[node name="Control" type="Control" parent="VBoxContainer/Controls" unique_id=829215954] layout_mode = 2 size_flags_horizontal = 3 -[node name="Filters" type="HBoxContainer" parent="VBoxContainer"] +[node name="Filters" type="HBoxContainer" parent="VBoxContainer" unique_id=135854551] layout_mode = 2 alignment = 1 -[node name="ColorRect" type="ColorRect" parent="VBoxContainer"] +[node name="ColorRect" type="ColorRect" parent="VBoxContainer" unique_id=1581536804] layout_mode = 2 size_flags_vertical = 3 color = Color(0.48962224, 0.48962224, 0.48962218, 1) -[node name="LogText" type="TextEdit" parent="VBoxContainer/ColorRect"] +[node name="LogText" type="TextEdit" parent="VBoxContainer/ColorRect" unique_id=1425590460] layout_mode = 0 offset_left = 30.0 offset_top = 14.0 diff --git a/sources/menus/settings/device_tab.tscn b/sources/menus/settings/device_tab.tscn index ba21ecdd..2b82481a 100644 --- a/sources/menus/settings/device_tab.tscn +++ b/sources/menus/settings/device_tab.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://c4jpo4l5w2vhv"] +[gd_scene format=3 uid="uid://c4jpo4l5w2vhv"] [ext_resource type="Script" uid="uid://dr585w0sy1t81" path="res://sources/menus/settings/device_tab.gd" id="1_40sjo"] -[node name="DeviceTab" type="TabBar"] +[node name="DeviceTab" type="TabBar" unique_id=1133008162] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -10,7 +10,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_40sjo") -[node name="ScrollContainer" type="ScrollContainer" parent="."] +[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=1250163665] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -19,7 +19,7 @@ grow_horizontal = 2 grow_vertical = 2 horizontal_scroll_mode = 0 -[node name="MarginContainer" type="MarginContainer" parent="ScrollContainer"] +[node name="MarginContainer" type="MarginContainer" parent="ScrollContainer" unique_id=1570556337] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 @@ -28,7 +28,7 @@ theme_override_constants/margin_top = 100 theme_override_constants/margin_right = 100 theme_override_constants/margin_bottom = 100 -[node name="StudentsContainer" type="GridContainer" parent="ScrollContainer/MarginContainer"] +[node name="StudentsContainer" type="GridContainer" parent="ScrollContainer/MarginContainer" unique_id=968491762] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/menus/settings/lesson_unlock.tscn b/sources/menus/settings/lesson_unlock.tscn index c6bbe24d..d4ff1064 100644 --- a/sources/menus/settings/lesson_unlock.tscn +++ b/sources/menus/settings/lesson_unlock.tscn @@ -1,57 +1,57 @@ -[gd_scene load_steps=2 format=3 uid="uid://dht5umof6hqqy"] +[gd_scene format=3 uid="uid://dht5umof6hqqy"] [ext_resource type="Script" uid="uid://crrnxt5bwa8wi" path="res://sources/menus/settings/lesson_unlock.gd" id="1_rlnlh"] -[node name="LessonUnlock" type="MarginContainer"] +[node name="LessonUnlock" type="MarginContainer" unique_id=2109971470] theme_override_constants/margin_left = 25 theme_override_constants/margin_right = 25 script = ExtResource("1_rlnlh") -[node name="HBoxContainer" type="HBoxContainer" parent="."] +[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=745183540] layout_mode = 2 theme_override_constants/separation = 20 -[node name="LessonLabel" type="Label" parent="HBoxContainer"] +[node name="LessonLabel" type="Label" parent="HBoxContainer" unique_id=1829884836] unique_name_in_owner = true custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 64 -[node name="GPsLabel" type="Label" parent="HBoxContainer"] +[node name="GPsLabel" type="Label" parent="HBoxContainer" unique_id=1674528069] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 42 -[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer" unique_id=164537040] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 40 -[node name="LookAndLearnOptionButton" type="OptionButton" parent="HBoxContainer/HBoxContainer"] +[node name="LookAndLearnOptionButton" type="OptionButton" parent="HBoxContainer/HBoxContainer" unique_id=1667465526] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 -[node name="ExerciseOptionButton1" type="OptionButton" parent="HBoxContainer/HBoxContainer"] +[node name="ExerciseOptionButton1" type="OptionButton" parent="HBoxContainer/HBoxContainer" unique_id=1697241722] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 disabled = true -[node name="ExerciseOptionButton2" type="OptionButton" parent="HBoxContainer/HBoxContainer"] +[node name="ExerciseOptionButton2" type="OptionButton" parent="HBoxContainer/HBoxContainer" unique_id=796806380] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 disabled = true -[node name="ExerciseOptionButton3" type="OptionButton" parent="HBoxContainer/HBoxContainer"] +[node name="ExerciseOptionButton3" type="OptionButton" parent="HBoxContainer/HBoxContainer" unique_id=2010481864] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 disabled = true -[node name="Pad" type="MarginContainer" parent="HBoxContainer"] +[node name="Pad" type="MarginContainer" parent="HBoxContainer" unique_id=1969324404] layout_mode = 2 theme_override_constants/margin_left = 10 diff --git a/sources/menus/settings/lesson_unlocks.tscn b/sources/menus/settings/lesson_unlocks.tscn index d5b5cc24..18a76926 100644 --- a/sources/menus/settings/lesson_unlocks.tscn +++ b/sources/menus/settings/lesson_unlocks.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://qsvbq6ruc44v"] +[gd_scene format=3 uid="uid://qsvbq6ruc44v"] [ext_resource type="Script" uid="uid://idm8o2vp60up" path="res://sources/menus/settings/lesson_unlocks.gd" id="1_rlqp5"] [ext_resource type="PackedScene" uid="uid://c5ey1jk06asiq" path="res://sources/menus/components/password_visualizer.tscn" id="2_jm5xx"] @@ -9,7 +9,7 @@ [sub_resource type="StyleBoxLine" id="StyleBoxLine_3kkg7"] color = Color(1, 1, 1, 1) -[node name="LessonUnlocks" type="Control"] +[node name="LessonUnlocks" type="Control" unique_id=318924307] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -18,7 +18,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_rlqp5") -[node name="MarginContainer" type="MarginContainer" parent="."] +[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1649157247] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -30,32 +30,32 @@ theme_override_constants/margin_top = 250 theme_override_constants/margin_right = 250 theme_override_constants/margin_bottom = 250 -[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"] +[node name="PanelContainer" type="PanelContainer" parent="MarginContainer" unique_id=1523700652] layout_mode = 2 theme_type_variation = &"PanelKaluluBig" -[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer" unique_id=1436905564] layout_mode = 2 -[node name="Header" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer"] +[node name="Header" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=1048959767] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Header"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Header" unique_id=262579793] layout_mode = 2 -[node name="PasswordVisualizer" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer" instance=ExtResource("2_jm5xx")] +[node name="PasswordVisualizer" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer" unique_id=656418156 instance=ExtResource("2_jm5xx")] unique_name_in_owner = true layout_mode = 2 -[node name="VSeparator" type="VSeparator" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer"] +[node name="VSeparator" type="VSeparator" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer" unique_id=244633816] layout_mode = 2 theme_override_constants/separation = 200 -[node name="NameLineEdit" type="LineEdit" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer"] +[node name="NameLineEdit" type="LineEdit" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer" unique_id=2093498091] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 @@ -64,18 +64,18 @@ theme = ExtResource("3_h5j4j") theme_override_font_sizes/font_size = 130 placeholder_text = "Kalulu" -[node name="BackButton" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer" instance=ExtResource("2_wiajt")] +[node name="BackButton" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer" unique_id=1236517531 instance=ExtResource("2_wiajt")] layout_mode = 2 size_flags_horizontal = 10 -[node name="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer/BackButton" index="0"] +[node name="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Header/HBoxContainer/BackButton" index="0" unique_id=1207987905] texture = ExtResource("3_v7dp3") -[node name="HSeparator" type="HSeparator" parent="MarginContainer/PanelContainer/VBoxContainer"] +[node name="HSeparator" type="HSeparator" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=1426256265] layout_mode = 2 theme_override_styles/separator = SubResource("StyleBoxLine_3kkg7") -[node name="Content" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer"] +[node name="Content" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=2074597969] layout_mode = 2 size_flags_vertical = 3 theme_override_constants/margin_left = 25 @@ -83,28 +83,28 @@ theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content"] +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content" unique_id=1183576919] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer" unique_id=571960795] layout_mode = 2 -[node name="Label" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer"] +[node name="Label" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer" unique_id=1531995288] layout_mode = 2 theme_override_font_sizes/font_size = 64 text = "LESSON" -[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer" unique_id=771322481] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/margin_right = 60 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer" unique_id=1688364131] layout_mode = 2 size_flags_horizontal = 8 theme_override_constants/separation = 32 -[node name="Label" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="Label" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=682774340] custom_minimum_size = Vector2(200, 0) layout_mode = 2 size_flags_horizontal = 3 @@ -113,7 +113,7 @@ text = "LOOKANDLEARN" horizontal_alignment = 1 autowrap_mode = 2 -[node name="Label2" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="Label2" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=40356526] custom_minimum_size = Vector2(200, 0) layout_mode = 2 size_flags_horizontal = 3 @@ -121,7 +121,7 @@ theme_override_font_sizes/font_size = 34 text = "EXERCISE1" horizontal_alignment = 1 -[node name="Label3" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="Label3" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=933140768] custom_minimum_size = Vector2(200, 0) layout_mode = 2 size_flags_horizontal = 3 @@ -129,7 +129,7 @@ theme_override_font_sizes/font_size = 34 text = "EXERCISE2" horizontal_alignment = 1 -[node name="Label4" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer"] +[node name="Label4" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/HBoxContainer/MarginContainer/HBoxContainer" unique_id=476815784] custom_minimum_size = Vector2(200, 0) layout_mode = 2 size_flags_horizontal = 3 @@ -137,42 +137,42 @@ theme_override_font_sizes/font_size = 34 text = "EXERCISE3" horizontal_alignment = 1 -[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer"] +[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer" unique_id=211942115] layout_mode = 2 size_flags_vertical = 3 -[node name="LessonContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/ScrollContainer"] +[node name="LessonContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Content/VBoxContainer/ScrollContainer" unique_id=1896367368] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 -[node name="HSeparator2" type="HSeparator" parent="MarginContainer/PanelContainer/VBoxContainer"] +[node name="HSeparator2" type="HSeparator" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=180339992] layout_mode = 2 theme_override_styles/separator = SubResource("StyleBoxLine_3kkg7") -[node name="Footer" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer"] +[node name="Footer" type="MarginContainer" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=1741301409] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Footer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer/Footer" unique_id=610002145] layout_mode = 2 alignment = 2 -[node name="ChangeDeviceButton" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/Footer/HBoxContainer"] +[node name="ChangeDeviceButton" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/Footer/HBoxContainer" unique_id=1405404165] layout_mode = 2 theme = ExtResource("3_h5j4j") theme_type_variation = &"FlatButton" theme_override_font_sizes/font_size = 40 text = "CHANGE_DEVICE" -[node name="VSeparator" type="VSeparator" parent="MarginContainer/PanelContainer/VBoxContainer/Footer/HBoxContainer"] +[node name="VSeparator" type="VSeparator" parent="MarginContainer/PanelContainer/VBoxContainer/Footer/HBoxContainer" unique_id=599624560] layout_mode = 2 size_flags_horizontal = 3 -[node name="DeleteButton" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/Footer/HBoxContainer"] +[node name="DeleteButton" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/Footer/HBoxContainer" unique_id=1377833910] unique_name_in_owner = true layout_mode = 2 theme = ExtResource("3_h5j4j") @@ -180,31 +180,31 @@ theme_type_variation = &"DangerButton" theme_override_font_sizes/font_size = 40 text = "DELETE_STUDENT" -[node name="DeviceSelectionContainer" type="PanelContainer" parent="MarginContainer"] +[node name="DeviceSelectionContainer" type="PanelContainer" parent="MarginContainer" unique_id=145683349] unique_name_in_owner = true visible = false layout_mode = 2 theme_type_variation = &"PanelKaluluBig" -[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/DeviceSelectionContainer"] +[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/DeviceSelectionContainer" unique_id=1942248596] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/DeviceSelectionContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/DeviceSelectionContainer/MarginContainer" unique_id=817414558] layout_mode = 2 theme_override_constants/separation = 40 -[node name="Label" type="Label" parent="MarginContainer/DeviceSelectionContainer/MarginContainer/VBoxContainer"] +[node name="Label" type="Label" parent="MarginContainer/DeviceSelectionContainer/MarginContainer/VBoxContainer" unique_id=9056215] layout_mode = 2 theme_override_font_sizes/font_size = 72 text = "PICK_YOUR_DEVICE" horizontal_alignment = 1 vertical_alignment = 1 -[node name="GridContainer" type="GridContainer" parent="MarginContainer/DeviceSelectionContainer/MarginContainer/VBoxContainer"] +[node name="GridContainer" type="GridContainer" parent="MarginContainer/DeviceSelectionContainer/MarginContainer/VBoxContainer" unique_id=971220857] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 diff --git a/sources/menus/settings/log_level_element.tscn b/sources/menus/settings/log_level_element.tscn index 837e7d92..5f5380d8 100644 --- a/sources/menus/settings/log_level_element.tscn +++ b/sources/menus/settings/log_level_element.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://6wsos3jta373"] +[gd_scene format=3 uid="uid://6wsos3jta373"] [ext_resource type="Script" uid="uid://by4sblxaaubdk" path="res://sources/menus/settings/log_level_element.gd" id="1_opayw"] @@ -12,7 +12,7 @@ border_color = Color(0, 0, 0, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_t1yui"] -[node name="LogLevelElement" type="MarginContainer"] +[node name="LogLevelElement" type="MarginContainer" unique_id=736239369] anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -25,36 +25,36 @@ grow_vertical = 2 size_flags_horizontal = 3 script = ExtResource("1_opayw") -[node name="Panel" type="Panel" parent="."] +[node name="Panel" type="Panel" parent="." unique_id=586222788] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_emsyu") -[node name="TabContainer" type="TabContainer" parent="."] +[node name="TabContainer" type="TabContainer" parent="." unique_id=319057774] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxEmpty_t1yui") current_tab = 0 tabs_visible = false -[node name="NormalContainer" type="HBoxContainer" parent="TabContainer"] +[node name="NormalContainer" type="HBoxContainer" parent="TabContainer" unique_id=1506751594] layout_mode = 2 theme_override_constants/separation = 0 metadata/_tab_index = 0 -[node name="VSeparator" type="VSeparator" parent="TabContainer/NormalContainer"] +[node name="VSeparator" type="VSeparator" parent="TabContainer/NormalContainer" unique_id=1288223327] layout_mode = 2 theme_override_constants/separation = 25 -[node name="CheckBox" type="CheckBox" parent="TabContainer/NormalContainer"] +[node name="CheckBox" type="CheckBox" parent="TabContainer/NormalContainer" unique_id=2014370082] unique_name_in_owner = true layout_mode = 2 size_flags_stretch_ratio = 0.5 button_pressed = true -[node name="VSeparator2" type="VSeparator" parent="TabContainer/NormalContainer"] +[node name="VSeparator2" type="VSeparator" parent="TabContainer/NormalContainer" unique_id=863436468] layout_mode = 2 theme_override_constants/separation = 25 -[node name="LogLevel" type="Label" parent="TabContainer/NormalContainer"] +[node name="LogLevel" type="Label" parent="TabContainer/NormalContainer" unique_id=657280463] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/menus/settings/sound_settings_button.tscn b/sources/menus/settings/sound_settings_button.tscn index f028f143..7eb4e29e 100644 --- a/sources/menus/settings/sound_settings_button.tscn +++ b/sources/menus/settings/sound_settings_button.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://bo7rpk4gebh24"] +[gd_scene format=3 uid="uid://bo7rpk4gebh24"] [ext_resource type="Texture2D" uid="uid://dkvf2b6b1keqf" path="res://assets/minigames/minigame_ui/graphic/volume_up.png" id="1_r06v3"] [ext_resource type="Texture2D" uid="uid://blgoagm5j5jh2" path="res://assets/minigames/minigame_ui/graphic/volume_down.png" id="2_uxdkc"] @@ -6,16 +6,16 @@ [ext_resource type="Script" uid="uid://7g0kwgsat71n" path="res://sources/menus/settings/sound_settings_button.gd" id="4_crs35"] [ext_resource type="Theme" uid="uid://dqjvrt5nrtwn1" path="res://resources/themes/kalulu_theme.tres" id="4_y2ecw"] -[node name="VolumeButton" type="TextureButton"] +[node name="VolumeButton" type="TextureButton" unique_id=972815194] texture_normal = ExtResource("1_r06v3") texture_pressed = ExtResource("2_uxdkc") texture_disabled = ExtResource("3_u3u18") stretch_mode = 4 script = ExtResource("4_crs35") -[node name="CanvasLayer" type="CanvasLayer" parent="."] +[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1542893775] -[node name="VolumeMenu" type="Control" parent="CanvasLayer"] +[node name="VolumeMenu" type="Control" parent="CanvasLayer" unique_id=547497432] unique_name_in_owner = true visible = false z_index = 10 @@ -26,129 +26,129 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="VolumePanel" type="Panel" parent="CanvasLayer/VolumeMenu"] +[node name="VolumePanel" type="Panel" parent="CanvasLayer/VolumeMenu" unique_id=1456334721] unique_name_in_owner = true layout_mode = 0 offset_right = 481.0 offset_bottom = 456.0 theme = ExtResource("4_y2ecw") -[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel"] +[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel" unique_id=1382890390] layout_mode = 0 offset_right = 481.0 offset_bottom = 456.0 -[node name="MasterVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer"] +[node name="MasterVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer" unique_id=967394392] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer" unique_id=1472128081] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer" unique_id=580810318] layout_mode = 2 -[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=512755992] layout_mode = 2 size_flags_horizontal = 3 text = "Master" -[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=975938815] layout_mode = 2 theme_override_constants/margin_left = 35 -[node name="MasterVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer"] +[node name="MasterVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MasterVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer" unique_id=1349613606] unique_name_in_owner = true custom_minimum_size = Vector2(250, 0) layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 4 -[node name="MusicVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer"] +[node name="MusicVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer" unique_id=1202570525] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer" unique_id=1267620398] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer" unique_id=545581566] layout_mode = 2 -[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=996172672] layout_mode = 2 size_flags_horizontal = 3 text = "Music" -[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=682652025] layout_mode = 2 theme_override_constants/margin_left = 35 -[node name="MusicVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer"] +[node name="MusicVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/MusicVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer" unique_id=1374540173] unique_name_in_owner = true custom_minimum_size = Vector2(250, 0) layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 4 -[node name="VoiceVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer"] +[node name="VoiceVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer" unique_id=1895337011] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer" unique_id=130414616] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer" unique_id=1550151710] layout_mode = 2 -[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=835072359] layout_mode = 2 size_flags_horizontal = 3 text = "Voice" -[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=937698660] layout_mode = 2 theme_override_constants/margin_left = 35 -[node name="VoiceVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer"] +[node name="VoiceVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/VoiceVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer" unique_id=113311176] unique_name_in_owner = true custom_minimum_size = Vector2(250, 0) layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 4 -[node name="EffectsVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer"] +[node name="EffectsVolumeMarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer" unique_id=947392280] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer" unique_id=205811610] layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer" unique_id=1284008398] layout_mode = 2 -[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="Label" type="Label" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=513883456] layout_mode = 2 size_flags_horizontal = 3 text = "Effects " -[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer/HBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer/HBoxContainer" unique_id=1878223975] layout_mode = 2 theme_override_constants/margin_left = 35 -[node name="EffectsVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer"] +[node name="EffectsVolumeSlider" type="HSlider" parent="CanvasLayer/VolumeMenu/VolumePanel/VBoxContainer/EffectsVolumeMarginContainer/VBoxContainer/HBoxContainer/MarginContainer" unique_id=1252356700] unique_name_in_owner = true custom_minimum_size = Vector2(250, 0) layout_mode = 2 diff --git a/sources/menus/settings/student_panel.tscn b/sources/menus/settings/student_panel.tscn index 0f2e4916..a5a5a698 100644 --- a/sources/menus/settings/student_panel.tscn +++ b/sources/menus/settings/student_panel.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://ds3sacjbuqac"] +[gd_scene format=3 uid="uid://ds3sacjbuqac"] [ext_resource type="PackedScene" uid="uid://c5ey1jk06asiq" path="res://sources/menus/components/password_visualizer.tscn" id="1_7chbh"] [ext_resource type="Script" uid="uid://hkvgcfi12huf" path="res://sources/menus/settings/student_panel.gd" id="1_teefe"] -[node name="StudentPanel" type="Control"] +[node name="StudentPanel" type="Control" unique_id=375784347] custom_minimum_size = Vector2(822, 500) layout_mode = 3 anchors_preset = 0 @@ -12,7 +12,7 @@ offset_bottom = 500.0 size_flags_horizontal = 3 script = ExtResource("1_teefe") -[node name="StudentContainer" type="PanelContainer" parent="."] +[node name="StudentContainer" type="PanelContainer" parent="." unique_id=2038806584] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -27,30 +27,30 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="MarginContainer" type="MarginContainer" parent="StudentContainer"] +[node name="MarginContainer" type="MarginContainer" parent="StudentContainer" unique_id=401144548] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="StudentContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="StudentContainer/MarginContainer" unique_id=1188479969] layout_mode = 2 theme_override_constants/separation = 20 -[node name="NameLabel" type="Label" parent="StudentContainer/MarginContainer/VBoxContainer"] +[node name="NameLabel" type="Label" parent="StudentContainer/MarginContainer/VBoxContainer" unique_id=1753874763] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 50 horizontal_alignment = 1 vertical_alignment = 1 -[node name="PasswordVisualizer" parent="StudentContainer/MarginContainer/VBoxContainer" instance=ExtResource("1_7chbh")] +[node name="PasswordVisualizer" parent="StudentContainer/MarginContainer/VBoxContainer" unique_id=165257522 instance=ExtResource("1_7chbh")] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 -[node name="DetailsButton" type="TextureButton" parent="StudentContainer"] +[node name="DetailsButton" type="TextureButton" parent="StudentContainer" unique_id=143820170] layout_mode = 2 [connection signal="pressed" from="StudentContainer/DetailsButton" to="." method="_on_details_button_pressed"] diff --git a/sources/menus/settings/teacher_settings.tscn b/sources/menus/settings/teacher_settings.tscn index 416ca2d5..6ea94e4f 100644 --- a/sources/menus/settings/teacher_settings.tscn +++ b/sources/menus/settings/teacher_settings.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://ci7ueo06f24k3"] +[gd_scene format=3 uid="uid://ci7ueo06f24k3"] [ext_resource type="Script" uid="uid://cil0o87dsb7q4" path="res://sources/menus/settings/teacher_settings.gd" id="1_ojivk"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="1_v06h8"] @@ -11,7 +11,7 @@ [ext_resource type="PackedScene" uid="uid://qsvbq6ruc44v" path="res://sources/menus/settings/lesson_unlocks.tscn" id="9_mljfd"] [ext_resource type="PackedScene" uid="uid://dhowigt8un22u" path="res://sources/ui/loading_popup.tscn" id="10_i488h"] -[node name="TeacherSettings" type="Control"] +[node name="TeacherSettings" type="Control" unique_id=149147235] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -20,10 +20,10 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_ojivk") -[node name="Background" parent="." instance=ExtResource("1_v06h8")] +[node name="Background" parent="." unique_id=482800213 instance=ExtResource("1_v06h8")] layout_mode = 1 -[node name="InterfaceLeft" type="MarginContainer" parent="."] +[node name="InterfaceLeft" type="MarginContainer" parent="." unique_id=287585712] custom_minimum_size = Vector2(450, 0) layout_mode = 1 anchors_preset = 9 @@ -35,11 +35,11 @@ theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="VBoxContainer" parent="InterfaceLeft"] +[node name="Container" type="VBoxContainer" parent="InterfaceLeft" unique_id=1286353688] layout_mode = 2 theme_override_constants/separation = 20 -[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container"] +[node name="BackButton" type="TextureButton" parent="InterfaceLeft/Container" unique_id=2030686467] layout_mode = 2 size_flags_vertical = 3 texture_normal = ExtResource("3_hvu1i") @@ -47,7 +47,7 @@ texture_pressed = ExtResource("4_045cm") texture_disabled = ExtResource("5_e3piv") stretch_mode = 4 -[node name="VolumeContainer" type="MarginContainer" parent="InterfaceLeft/Container"] +[node name="VolumeContainer" type="MarginContainer" parent="InterfaceLeft/Container" unique_id=1984502757] layout_mode = 2 size_flags_vertical = 3 size_flags_stretch_ratio = 3.0 @@ -55,38 +55,38 @@ theme_override_constants/margin_left = 75 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 75 -[node name="VolumeButton" parent="InterfaceLeft/Container/VolumeContainer" instance=ExtResource("6_s8nbl")] +[node name="VolumeButton" parent="InterfaceLeft/Container/VolumeContainer" unique_id=1259345936 instance=ExtResource("6_s8nbl")] layout_mode = 2 -[node name="Dashboard" type="Button" parent="InterfaceLeft/Container"] +[node name="Dashboard" type="Button" parent="InterfaceLeft/Container" unique_id=1049387909] layout_mode = 2 theme_type_variation = &"FlatButton" theme_override_font_sizes/font_size = 40 text = "DASHBOARD" -[node name="SynchronizeButton" type="Button" parent="InterfaceLeft/Container"] +[node name="SynchronizeButton" type="Button" parent="InterfaceLeft/Container" unique_id=1036367184] layout_mode = 2 theme_type_variation = &"FlatButton" theme_override_font_sizes/font_size = 40 text = "SYNCHRONIZE_ACCOUNT" -[node name="DeleteButton" type="Button" parent="InterfaceLeft/Container"] +[node name="DeleteButton" type="Button" parent="InterfaceLeft/Container" unique_id=721919922] layout_mode = 2 theme_type_variation = &"DangerButton" theme_override_font_sizes/font_size = 40 text = "DELETE_ACCOUNT" -[node name="DeletePopup" parent="InterfaceLeft/Container/DeleteButton" instance=ExtResource("7_jetb7")] +[node name="DeletePopup" parent="InterfaceLeft/Container/DeleteButton" unique_id=635237219 instance=ExtResource("7_jetb7")] unique_name_in_owner = true visible = false content_text = "DELETE_ACCOUNT_POPUP" -[node name="LogoutButton" type="Button" parent="InterfaceLeft/Container"] +[node name="LogoutButton" type="Button" parent="InterfaceLeft/Container" unique_id=808130432] layout_mode = 2 theme_override_font_sizes/font_size = 40 text = "LOGOUT" -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=2087046145] custom_minimum_size = Vector2(1970, 1800) layout_mode = 1 anchors_preset = 11 @@ -97,24 +97,24 @@ offset_left = -632.0 grow_horizontal = 0 grow_vertical = 2 -[node name="HSeparator" type="HSeparator" parent="VBoxContainer"] +[node name="HSeparator" type="HSeparator" parent="VBoxContainer" unique_id=258975030] layout_mode = 2 theme_override_constants/separation = 50 -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" unique_id=1383989464] layout_mode = 2 -[node name="AccountTypeLabel" type="Label" parent="VBoxContainer/HBoxContainer"] +[node name="AccountTypeLabel" type="Label" parent="VBoxContainer/HBoxContainer" unique_id=1808699389] layout_mode = 2 theme = ExtResource("8_7h0sa") theme_override_font_sizes/font_size = 70 text = "ACCOUNT_TYPE" -[node name="VSeparator" type="VSeparator" parent="VBoxContainer/HBoxContainer"] +[node name="VSeparator" type="VSeparator" parent="VBoxContainer/HBoxContainer" unique_id=250669743] layout_mode = 2 theme_override_constants/separation = 30 -[node name="AccountTypeOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer"] +[node name="AccountTypeOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer" unique_id=1179262769] unique_name_in_owner = true layout_mode = 2 theme = ExtResource("8_7h0sa") @@ -125,22 +125,22 @@ popup/item_0/id = 0 popup/item_1/text = "PARENT" popup/item_1/id = 1 -[node name="VSeparator2" type="VSeparator" parent="VBoxContainer/HBoxContainer"] +[node name="VSeparator2" type="VSeparator" parent="VBoxContainer/HBoxContainer" unique_id=75958873] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 30 -[node name="EducationMethodeLabel" type="Label" parent="VBoxContainer/HBoxContainer"] +[node name="EducationMethodeLabel" type="Label" parent="VBoxContainer/HBoxContainer" unique_id=1698158036] layout_mode = 2 theme = ExtResource("8_7h0sa") theme_override_font_sizes/font_size = 70 text = "EDUCATION_METHOD" -[node name="VSeparator3" type="VSeparator" parent="VBoxContainer/HBoxContainer"] +[node name="VSeparator3" type="VSeparator" parent="VBoxContainer/HBoxContainer" unique_id=1023308123] layout_mode = 2 theme_override_constants/separation = 30 -[node name="EducationMethodOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer"] +[node name="EducationMethodOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer" unique_id=1661492451] unique_name_in_owner = true layout_mode = 2 theme = ExtResource("8_7h0sa") @@ -151,27 +151,27 @@ popup/item_0/id = 0 popup/item_1/text = "METHOD_COMPLETE" popup/item_1/id = 1 -[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"] +[node name="HSeparator2" type="HSeparator" parent="VBoxContainer" unique_id=516915003] layout_mode = 2 theme_override_constants/separation = 50 -[node name="DevicesTabContainer" type="TabContainer" parent="VBoxContainer"] +[node name="DevicesTabContainer" type="TabContainer" parent="VBoxContainer" unique_id=1657386395] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 -[node name="InterfaceBottom" type="MarginContainer" parent="VBoxContainer"] +[node name="InterfaceBottom" type="MarginContainer" parent="VBoxContainer" unique_id=987344123] layout_mode = 2 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 -[node name="Container" type="HBoxContainer" parent="VBoxContainer/InterfaceBottom"] +[node name="Container" type="HBoxContainer" parent="VBoxContainer/InterfaceBottom" unique_id=325936073] layout_mode = 2 theme_override_constants/separation = 25 alignment = 2 -[node name="AddStudentButton" type="Button" parent="VBoxContainer/InterfaceBottom/Container"] +[node name="AddStudentButton" type="Button" parent="VBoxContainer/InterfaceBottom/Container" unique_id=1694799167] unique_name_in_owner = true visible = false layout_mode = 2 @@ -179,7 +179,7 @@ theme = ExtResource("8_7h0sa") theme_override_font_sizes/font_size = 70 text = "SETTINGS_ADD_STUDENT" -[node name="AddDeviceButton" type="Button" parent="VBoxContainer/InterfaceBottom/Container"] +[node name="AddDeviceButton" type="Button" parent="VBoxContainer/InterfaceBottom/Container" unique_id=503874336] unique_name_in_owner = true visible = false layout_mode = 2 @@ -187,44 +187,44 @@ theme = ExtResource("8_7h0sa") theme_override_font_sizes/font_size = 70 text = "SETTINGS_ADD_DEVICE" -[node name="LabelInternetMandatory" type="Label" parent="VBoxContainer/InterfaceBottom/Container"] +[node name="LabelInternetMandatory" type="Label" parent="VBoxContainer/InterfaceBottom/Container" unique_id=1658066828] unique_name_in_owner = true layout_mode = 2 theme = ExtResource("8_7h0sa") theme_override_font_sizes/font_size = 60 text = "SETTINGS_INTERNET_MANDATORY_TO_ADD_STUDENT" -[node name="ExportCodesButton" type="Button" parent="VBoxContainer/InterfaceBottom/Container"] +[node name="ExportCodesButton" type="Button" parent="VBoxContainer/InterfaceBottom/Container" unique_id=39310172] unique_name_in_owner = true layout_mode = 2 theme = ExtResource("8_7h0sa") theme_override_font_sizes/font_size = 70 text = "EXPORT_TO_PDF" -[node name="LessonUnlocks" parent="." instance=ExtResource("9_mljfd")] +[node name="LessonUnlocks" parent="." unique_id=1063204137 instance=ExtResource("9_mljfd")] visible = false layout_mode = 1 -[node name="AddStudentPopup" parent="." instance=ExtResource("7_jetb7")] +[node name="AddStudentPopup" parent="." unique_id=228068112 instance=ExtResource("7_jetb7")] unique_name_in_owner = true visible = false content_text = "ADD_STUDENT_POPUP" -[node name="AddDevicePopup" parent="." instance=ExtResource("7_jetb7")] +[node name="AddDevicePopup" parent="." unique_id=1068863729 instance=ExtResource("7_jetb7")] unique_name_in_owner = true visible = false content_text = "ADD_DEVICE_POPUP" -[node name="DeleteStudentPopup" parent="." instance=ExtResource("7_jetb7")] +[node name="DeleteStudentPopup" parent="." unique_id=231430561 instance=ExtResource("7_jetb7")] unique_name_in_owner = true visible = false content_text = "DELETE_STUDENT_POPUP" -[node name="LoadingPopup" parent="." instance=ExtResource("10_i488h")] +[node name="LoadingPopup" parent="." unique_id=303867354 instance=ExtResource("10_i488h")] unique_name_in_owner = true visible = false -[node name="ExportCodesFileDialog" type="FileDialog" parent="."] +[node name="ExportCodesFileDialog" type="FileDialog" parent="." unique_id=2034874559] unique_name_in_owner = true oversampling_override = 1.0 mode = 4 diff --git a/sources/menus/splash_screen/error_screen.tscn b/sources/menus/splash_screen/error_screen.tscn index a7d2b072..a1e153b3 100644 --- a/sources/menus/splash_screen/error_screen.tscn +++ b/sources/menus/splash_screen/error_screen.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://dxg2534utufk4"] +[gd_scene format=3 uid="uid://dxg2534utufk4"] [ext_resource type="PackedScene" uid="uid://wdjp1sv55q4f" path="res://sources/menus/components/night_sky/night_sky.tscn" id="1_5hfve"] -[node name="ErrorScreen" type="Control"] +[node name="ErrorScreen" type="Control" unique_id=271771863] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -10,10 +10,10 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="NightSky" parent="." instance=ExtResource("1_5hfve")] +[node name="NightSky" parent="." unique_id=1110506371 instance=ExtResource("1_5hfve")] layout_mode = 1 -[node name="PanelContainer" type="PanelContainer" parent="NightSky"] +[node name="PanelContainer" type="PanelContainer" parent="NightSky" unique_id=597572784] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -28,12 +28,12 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="QuestionContainer" type="MarginContainer" parent="NightSky/PanelContainer"] +[node name="QuestionContainer" type="MarginContainer" parent="NightSky/PanelContainer" unique_id=638963672] layout_mode = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_right = 25 -[node name="Label" type="Label" parent="NightSky/PanelContainer/QuestionContainer"] +[node name="Label" type="Label" parent="NightSky/PanelContainer/QuestionContainer" unique_id=1510748128] layout_mode = 2 theme_override_font_sizes/font_size = 90 text = "Une erreur est survenue au lancement de l'application..." diff --git a/sources/menus/splash_screen/splash_screen.tscn b/sources/menus/splash_screen/splash_screen.tscn index 8e94dec4..8f32886f 100644 --- a/sources/menus/splash_screen/splash_screen.tscn +++ b/sources/menus/splash_screen/splash_screen.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://xndd7r8jpai5"] +[gd_scene format=3 uid="uid://xndd7r8jpai5"] [ext_resource type="Script" uid="uid://cyknkckeohkmb" path="res://sources/menus/splash_screen/splash_screen.gd" id="1_6qhsg"] [ext_resource type="Texture2D" uid="uid://r0hp4q240rhv" path="res://assets/splash.jpg" id="2_evh4b"] -[node name="SplashScreen" type="Control"] +[node name="SplashScreen" type="Control" unique_id=545356585] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -12,7 +12,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_6qhsg") -[node name="TextureRect" type="ColorRect" parent="."] +[node name="TextureRect" type="ColorRect" parent="." unique_id=1083602433] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -20,14 +20,14 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="SplashImage" type="TextureRect" parent="."] +[node name="SplashImage" type="TextureRect" parent="." unique_id=1115341168] layout_mode = 0 offset_right = 2560.0 offset_bottom = 1792.0 texture = ExtResource("2_evh4b") stretch_mode = 5 -[node name="Timer" type="Timer" parent="."] +[node name="Timer" type="Timer" parent="." unique_id=309787310] wait_time = 2.0 one_shot = true autostart = true diff --git a/sources/minigames/ants/ant.tscn b/sources/minigames/ants/ant.tscn index 7be24ffd..400ca939 100644 --- a/sources/minigames/ants/ant.tscn +++ b/sources/minigames/ants/ant.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://c6st16roxwloh"] +[gd_scene format=3 uid="uid://c6st16roxwloh"] [ext_resource type="Script" uid="uid://cgglsnkgjyxid" path="res://sources/minigames/ants/ant.gd" id="2_7hdpa"] [ext_resource type="SpriteFrames" uid="uid://ceh3p8b7tk4ry" path="res://sources/minigames/ants/ant_animations.tres" id="2_rcd7x"] @@ -6,20 +6,20 @@ [sub_resource type="RectangleShape2D" id="RectangleShape2D_100ls"] size = Vector2(290, 190) -[node name="Ant" type="Area2D"] +[node name="Ant" type="Area2D" unique_id=1721368901] collision_mask = 0 monitoring = false script = ExtResource("2_7hdpa") -[node name="CollisionShape2D" type="CollisionShape2D" parent="."] +[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=595030890] position = Vector2(0, -85) shape = SubResource("RectangleShape2D_100ls") -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=889635559] position = Vector2(1, -90.5) sprite_frames = ExtResource("2_rcd7x") animation = &"defeat" autoplay = "idle" -[node name="Anchor" type="Marker2D" parent="."] +[node name="Anchor" type="Marker2D" parent="." unique_id=744855349] position = Vector2(-380, -250) diff --git a/sources/minigames/ants/ant_animations.tres b/sources/minigames/ants/ant_animations.tres index f15d2ef5..be932b4a 100644 --- a/sources/minigames/ants/ant_animations.tres +++ b/sources/minigames/ants/ant_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=34 format=3 uid="uid://ceh3p8b7tk4ry"] +[gd_resource type="SpriteFrames" format=3 uid="uid://ceh3p8b7tk4ry"] [ext_resource type="Texture2D" uid="uid://cfd278lhnobop" path="res://assets/minigames/ants/graphics/ant_spritesheet.png" id="1_qjcf0"] diff --git a/sources/minigames/ants/ants_minigame.tscn b/sources/minigames/ants/ants_minigame.tscn index 0919c860..7759911d 100644 --- a/sources/minigames/ants/ants_minigame.tscn +++ b/sources/minigames/ants/ants_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://df5oba70wj13y"] +[gd_scene format=3 uid="uid://df5oba70wj13y"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_jqkff"] [ext_resource type="Script" uid="uid://j3iib02qbv7r" path="res://sources/minigames/ants/ants_minigame.gd" id="2_05d1y"] @@ -7,7 +7,7 @@ [ext_resource type="Texture2D" uid="uid://nwbekpbuu472" path="res://assets/minigames/ants/graphics/gauge_icon_ant_full.png" id="6_qfybu"] [ext_resource type="Texture2D" uid="uid://b2mj2s3o22i8p" path="res://assets/minigames/ants/graphics/background.png" id="7_ihrng"] -[node name="AntsMinigame" instance=ExtResource("1_jqkff")] +[node name="AntsMinigame" unique_id=1394755272 instance=ExtResource("1_jqkff")] script = ExtResource("2_05d1y") minigame_name = 7 lesson_nb = 40 @@ -20,7 +20,7 @@ empty_progression_icon = ExtResource("5_jm3ut") full_progression_icon = ExtResource("6_qfybu") stimulus_button_visible = false -[node name="Scenery" type="Control" parent="GameRoot" index="0"] +[node name="Scenery" type="Control" parent="GameRoot" index="0" unique_id=2099592946] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -29,7 +29,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="Background" type="TextureRect" parent="GameRoot/Scenery" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot/Scenery" index="0" unique_id=925037739] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -39,7 +39,7 @@ grow_vertical = 2 mouse_filter = 2 texture = ExtResource("7_ihrng") -[node name="SentenceBackground" type="HFlowContainer" parent="GameRoot" index="1"] +[node name="SentenceBackground" type="HFlowContainer" parent="GameRoot" index="1" unique_id=306719963] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(0, 159) @@ -58,11 +58,11 @@ grow_vertical = 2 mouse_filter = 2 alignment = 1 -[node name="TextureRect" type="TextureRect" parent="GameRoot/SentenceBackground" index="0"] +[node name="TextureRect" type="TextureRect" parent="GameRoot/SentenceBackground" index="0" unique_id=44871661] layout_mode = 2 texture = ExtResource("6_8t8tw") -[node name="Sentence" type="HFlowContainer" parent="GameRoot" index="2"] +[node name="Sentence" type="HFlowContainer" parent="GameRoot" index="2" unique_id=1268823550] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -79,24 +79,24 @@ grow_vertical = 2 mouse_filter = 2 alignment = 1 -[node name="AntsSpawn" type="Marker2D" parent="GameRoot" index="3"] +[node name="AntsSpawn" type="Marker2D" parent="GameRoot" index="3" unique_id=1673515301] unique_name_in_owner = true position = Vector2(-200, 1640) -[node name="AntsStart" type="Marker2D" parent="GameRoot" index="4"] +[node name="AntsStart" type="Marker2D" parent="GameRoot" index="4" unique_id=280495281] unique_name_in_owner = true position = Vector2(680, 1640) -[node name="AntsEnd" type="Marker2D" parent="GameRoot" index="5"] +[node name="AntsEnd" type="Marker2D" parent="GameRoot" index="5" unique_id=1507861359] unique_name_in_owner = true position = Vector2(2360, 1640) -[node name="AntsDespawn" type="Marker2D" parent="GameRoot" index="6"] +[node name="AntsDespawn" type="Marker2D" parent="GameRoot" index="6" unique_id=1410024633] unique_name_in_owner = true position = Vector2(2768, 1640) -[node name="Ants" type="Node2D" parent="GameRoot" index="7"] +[node name="Ants" type="Node2D" parent="GameRoot" index="7" unique_id=2093451028] unique_name_in_owner = true -[node name="Words" type="Node2D" parent="GameRoot" index="8"] +[node name="Words" type="Node2D" parent="GameRoot" index="8" unique_id=118245542] unique_name_in_owner = true diff --git a/sources/minigames/ants/blank.tscn b/sources/minigames/ants/blank.tscn index 3e130b72..14090ac5 100644 --- a/sources/minigames/ants/blank.tscn +++ b/sources/minigames/ants/blank.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://b8h3l2dnqlw3m"] +[gd_scene format=3 uid="uid://b8h3l2dnqlw3m"] [ext_resource type="Texture2D" uid="uid://wxh75x4c17x3" path="res://assets/minigames/ants/graphics/white_box.png" id="1_iy5b6"] [ext_resource type="Script" uid="uid://bydhpvtn71v5a" path="res://sources/minigames/ants/blank.gd" id="2_mvcny"] @@ -6,7 +6,7 @@ [sub_resource type="RectangleShape2D" id="RectangleShape2D_pwxu7"] size = Vector2(610, 230) -[node name="Blank" type="TextureRect"] +[node name="Blank" type="TextureRect" unique_id=764966448] modulate = Color(0.5254902, 0.4509804, 0.8980392, 1) offset_right = 594.0 offset_bottom = 229.0 @@ -15,10 +15,10 @@ size_flags_vertical = 4 texture = ExtResource("1_iy5b6") script = ExtResource("2_mvcny") -[node name="Area2D" type="Area2D" parent="."] +[node name="Area2D" type="Area2D" parent="." unique_id=477572327] collision_mask = 0 monitoring = false -[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=2104163297] position = Vector2(305, 115) shape = SubResource("RectangleShape2D_pwxu7") diff --git a/sources/minigames/ants/word.tscn b/sources/minigames/ants/word.tscn index dd9670a2..f64d32e5 100644 --- a/sources/minigames/ants/word.tscn +++ b/sources/minigames/ants/word.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://p4004yi344kw"] +[gd_scene format=3 uid="uid://p4004yi344kw"] [ext_resource type="Script" uid="uid://c3b4mtcxn0ptp" path="res://sources/minigames/ants/word.gd" id="2_ed8h7"] [ext_resource type="LabelSettings" uid="uid://dc23060y6xeyx" path="res://resources/themes/minigames_label_settings_ants.tres" id="3_3galy"] @@ -6,19 +6,19 @@ [ext_resource type="Texture2D" uid="uid://bbtr0cyiapi3g" path="res://assets/minigames/minigame_ui/graphic/primary_text_box_outline.png" id="4_3galy"] [ext_resource type="Texture2D" uid="uid://c34sgkbvr3h8q" path="res://assets/minigames/minigame_ui/graphic/primary_text_box.png" id="4_nsgbj"] [ext_resource type="PackedScene" uid="uid://dlmbxcgiv8tpr" path="res://sources/utils/fx/wrong.tscn" id="4_tbe68"] -[ext_resource type="PackedScene" uid="uid://br6yhq4w7b420" path="res://sources/utils/fx/right_stars.tscn" id="7_w87cx"] +[ext_resource type="PackedScene" uid="uid://cs6g7fhc0bjvh" path="res://sources/utils/fx/right_stars.tscn" id="7_w87cx"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_hh1fr"] size = Vector2(440, 128) -[node name="Word" type="Button"] +[node name="Word" type="Button" unique_id=76231340] self_modulate = Color(1, 1, 1, 0) offset_right = 441.0 offset_bottom = 159.0 disabled = true script = ExtResource("2_ed8h7") -[node name="RightFX" parent="." instance=ExtResource("3_hml8s")] +[node name="RightFX" parent="." unique_id=1716653307 instance=ExtResource("3_hml8s")] show_behind_parent = true layout_mode = 0 offset_left = 220.0 @@ -27,7 +27,7 @@ offset_right = 220.0 offset_bottom = 72.0 mouse_filter = 2 -[node name="WrongFX" parent="." instance=ExtResource("4_tbe68")] +[node name="WrongFX" parent="." unique_id=2009177834 instance=ExtResource("4_tbe68")] layout_mode = 0 offset_left = 220.0 offset_top = 72.0 @@ -35,15 +35,15 @@ offset_right = 220.0 offset_bottom = 72.0 mouse_filter = 2 -[node name="Area2D" type="Area2D" parent="."] +[node name="Area2D" type="Area2D" parent="." unique_id=2105800211] collision_layer = 0 monitorable = false -[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=1216241580] position = Vector2(220, 80) shape = SubResource("RectangleShape2D_hh1fr") -[node name="TextBox" type="TextureRect" parent="."] +[node name="TextBox" type="TextureRect" parent="." unique_id=932793759] self_modulate = Color(0.99607843, 0.96862745, 0.8666667, 1) layout_mode = 0 offset_top = 16.0 @@ -52,7 +52,7 @@ offset_bottom = 144.0 texture = ExtResource("4_nsgbj") expand_mode = 1 -[node name="Outline" type="TextureRect" parent="."] +[node name="Outline" type="TextureRect" parent="." unique_id=828109949] self_modulate = Color(0.5254902, 0.4509804, 0.8980392, 1) layout_mode = 0 offset_top = 16.0 @@ -61,7 +61,7 @@ offset_bottom = 144.0 texture = ExtResource("4_3galy") expand_mode = 1 -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=2012503970] unique_name_in_owner = true layout_mode = 0 offset_right = 440.0 @@ -71,7 +71,7 @@ label_settings = ExtResource("3_3galy") horizontal_alignment = 1 vertical_alignment = 1 -[node name="Right_Stars" parent="." instance=ExtResource("7_w87cx")] +[node name="Right_Stars" parent="." unique_id=274261611 instance=ExtResource("7_w87cx")] position = Vector2(220, 72) [connection signal="button_down" from="." to="." method="_on_button_down"] diff --git a/sources/minigames/base/base_minigame.tscn b/sources/minigames/base/base_minigame.tscn index b993a9a0..92b579c6 100644 --- a/sources/minigames/base/base_minigame.tscn +++ b/sources/minigames/base/base_minigame.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=5 format=3 uid="uid://8awe4usnucyv"] +[gd_scene format=3 uid="uid://8awe4usnucyv"] [ext_resource type="Script" uid="uid://c0rirj74j3u08" path="res://sources/minigames/base/base_minigame.gd" id="1_jdfsm"] [ext_resource type="PackedScene" uid="uid://weree6bnlt6f" path="res://sources/minigames/base/minigame_ui.tscn" id="2_a3tib"] [ext_resource type="Script" uid="uid://djkmst1rxksk7" path="res://sources/minigames/base/minigame_audio_stream_player.gd" id="2_dkgx4"] -[ext_resource type="PackedScene" uid="uid://d1gkvqxe1n8o8" path="res://sources/utils/fx/fireworks.tscn" id="4_yekwo"] +[ext_resource type="PackedScene" uid="uid://cwxuxey01w8ed" path="res://sources/utils/fx/fireworks.tscn" id="4_yekwo"] -[node name="BaseMinigame" type="Control"] +[node name="BaseMinigame" type="Control" unique_id=621713840] process_mode = 1 layout_mode = 3 anchors_preset = 15 @@ -15,14 +15,14 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_jdfsm") -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=649246549] process_mode = 3 bus = &"Voice" script = ExtResource("2_dkgx4") -[node name="MinigameUI" parent="." instance=ExtResource("2_a3tib")] +[node name="MinigameUI" parent="." unique_id=1199249440 instance=ExtResource("2_a3tib")] -[node name="GameRoot" type="Control" parent="."] +[node name="GameRoot" type="Control" parent="." unique_id=1053321881] process_mode = 1 layout_mode = 1 anchors_preset = 15 @@ -31,7 +31,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Fireworks" parent="." instance=ExtResource("4_yekwo")] +[node name="Fireworks" parent="." unique_id=265421763 instance=ExtResource("4_yekwo")] [connection signal="garden_button_pressed" from="MinigameUI" to="." method="_on_minigame_ui_garden_button_pressed"] [connection signal="kalulu_button_pressed" from="MinigameUI" to="." method="_on_minigame_ui_kalulu_button_pressed"] diff --git a/sources/minigames/base/hear_and_find/syllables_minigame.tscn b/sources/minigames/base/hear_and_find/syllables_minigame.tscn index 0a2d19d2..099cd734 100644 --- a/sources/minigames/base/hear_and_find/syllables_minigame.tscn +++ b/sources/minigames/base/hear_and_find/syllables_minigame.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://clbi7qphyh0so"] +[gd_scene format=3 uid="uid://clbi7qphyh0so"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_fbfdj"] [ext_resource type="Script" uid="uid://cbn2woac448ou" path="res://sources/minigames/base/hear_and_find/syllables_minigame.gd" id="2_v8ldm"] -[node name="HearAndFindMinigame" instance=ExtResource("1_fbfdj")] +[node name="HearAndFindMinigame" unique_id=1088827507 instance=ExtResource("1_fbfdj")] script = ExtResource("2_v8ldm") between_stimuli_time = 2.0 stimulus_repeat_time = 15.0 @@ -11,6 +11,6 @@ lesson_nb = 9 max_number_of_lives = 3 max_progression = 10 -[node name="StimulusTimer" type="Timer" parent="." index="4"] +[node name="StimulusTimer" type="Timer" parent="." index="4" unique_id=1229787326] [connection signal="timeout" from="StimulusTimer" to="." method="_on_stimulus_timer_timeout"] diff --git a/sources/minigames/base/kalulu.tscn b/sources/minigames/base/kalulu.tscn index e09d5340..84a180a2 100644 --- a/sources/minigames/base/kalulu.tscn +++ b/sources/minigames/base/kalulu.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://blos4rn53qkwg"] +[gd_scene format=3 uid="uid://blos4rn53qkwg"] [ext_resource type="Script" uid="uid://ih4xg7hi7ts3" path="res://sources/minigames/base/kalulu.gd" id="1_iin3v"] [ext_resource type="PackedScene" uid="uid://dnuny6200v5b0" path="res://sources/kalulu.tscn" id="2_gi4rq"] @@ -13,7 +13,7 @@ [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_iqd4x"] -[node name="Kalulu" type="Control"] +[node name="Kalulu" type="Control" unique_id=142765402] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -22,7 +22,7 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_iin3v") -[node name="ColorRect" type="ColorRect" parent="."] +[node name="ColorRect" type="ColorRect" parent="." unique_id=1006577593] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -31,11 +31,11 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0.164706, 0.164706, 0.164706, 0.67451) -[node name="KaluluSprite" parent="." instance=ExtResource("2_gi4rq")] +[node name="KaluluSprite" parent="." unique_id=2101240154 instance=ExtResource("2_gi4rq")] position = Vector2(320, 1344) scale = Vector2(2, 2) -[node name="PassButton" type="Button" parent="KaluluSprite"] +[node name="PassButton" type="Button" parent="KaluluSprite" unique_id=1467057455] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -52,7 +52,7 @@ theme_override_styles/disabled = SubResource("StyleBoxEmpty_cd4qd") theme_override_styles/focus = SubResource("StyleBoxEmpty_iqd4x") flat = true -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=510547683] bus = &"Voice" [connection signal="pressed" from="KaluluSprite/PassButton" to="." method="_on_pass_button_pressed"] diff --git a/sources/minigames/base/minigame_ui.tscn b/sources/minigames/base/minigame_ui.tscn index a858b366..76d13bac 100644 --- a/sources/minigames/base/minigame_ui.tscn +++ b/sources/minigames/base/minigame_ui.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=31 format=3 uid="uid://weree6bnlt6f"] +[gd_scene format=3 uid="uid://weree6bnlt6f"] [ext_resource type="Script" uid="uid://mlymm66lpbi6" path="res://sources/minigames/base/minigame_ui.gd" id="1_g5fl4"] [ext_resource type="Texture2D" uid="uid://dj0ygi5q6kbdw" path="res://assets/minigames/minigame_ui/graphic/button_back_to_menu_up.png" id="2_p2m3v"] @@ -125,13 +125,13 @@ _data = { &"repeat_stimulus": SubResource("Animation_fr0k4") } -[node name="MinigameUI" type="CanvasLayer"] +[node name="MinigameUI" type="CanvasLayer" unique_id=1395941266] process_mode = 3 script = ExtResource("1_g5fl4") empty_progression_icon = ExtResource("26_0bgo4") full_progression_icon = ExtResource("27_eee4l") -[node name="MainControl" type="Control" parent="."] +[node name="MainControl" type="Control" parent="." unique_id=172993784] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -140,7 +140,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="Interface" type="Control" parent="MainControl"] +[node name="Interface" type="Control" parent="MainControl" unique_id=1235106519] anchors_preset = 0 anchor_right = 1.0 anchor_bottom = 1.0 @@ -148,7 +148,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="StimulusTexture" type="TextureRect" parent="MainControl/Interface"] +[node name="StimulusTexture" type="TextureRect" parent="MainControl/Interface" unique_id=1226389894] unique_name_in_owner = true modulate = Color(1, 1, 1, 0) layout_mode = 1 @@ -167,7 +167,7 @@ mouse_filter = 2 texture = ExtResource("5_d6rvg") stretch_mode = 5 -[node name="LeftMargin" type="MarginContainer" parent="MainControl/Interface"] +[node name="LeftMargin" type="MarginContainer" parent="MainControl/Interface" unique_id=256462568] custom_minimum_size = Vector2(375, 0) layout_mode = 1 anchors_preset = 9 @@ -182,11 +182,11 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 10 -[node name="LeftContainer" type="VBoxContainer" parent="MainControl/Interface/LeftMargin"] +[node name="LeftContainer" type="VBoxContainer" parent="MainControl/Interface/LeftMargin" unique_id=1786308687] layout_mode = 2 mouse_filter = 2 -[node name="GardenButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer"] +[node name="GardenButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer" unique_id=1647258232] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 @@ -195,7 +195,7 @@ texture_pressed = ExtResource("3_po8ds") texture_disabled = ExtResource("4_7xmkh") stretch_mode = 5 -[node name="StimulusMargin" type="MarginContainer" parent="MainControl/Interface/LeftMargin/LeftContainer"] +[node name="StimulusMargin" type="MarginContainer" parent="MainControl/Interface/LeftMargin/LeftContainer" unique_id=496943241] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 @@ -203,7 +203,7 @@ mouse_filter = 2 theme_override_constants/margin_left = 60 theme_override_constants/margin_right = 60 -[node name="StimulusButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer/StimulusMargin"] +[node name="StimulusButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer/StimulusMargin" unique_id=2016416103] unique_name_in_owner = true layout_mode = 2 texture_normal = ExtResource("5_d6rvg") @@ -211,7 +211,7 @@ texture_pressed = ExtResource("6_ojtbv") texture_disabled = ExtResource("7_cg081") stretch_mode = 5 -[node name="PauseMargin" type="MarginContainer" parent="MainControl/Interface/LeftMargin/LeftContainer"] +[node name="PauseMargin" type="MarginContainer" parent="MainControl/Interface/LeftMargin/LeftContainer" unique_id=3662370] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 @@ -219,7 +219,7 @@ mouse_filter = 2 theme_override_constants/margin_left = 60 theme_override_constants/margin_right = 60 -[node name="PauseButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer/PauseMargin"] +[node name="PauseButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer/PauseMargin" unique_id=77193092] unique_name_in_owner = true layout_mode = 2 texture_normal = ExtResource("8_tna5q") @@ -227,11 +227,11 @@ texture_pressed = ExtResource("9_bxlyd") texture_disabled = ExtResource("10_h64tq") stretch_mode = 5 -[node name="KaluluButtonMargin" type="MarginContainer" parent="MainControl/Interface/LeftMargin/LeftContainer"] +[node name="KaluluButtonMargin" type="MarginContainer" parent="MainControl/Interface/LeftMargin/LeftContainer" unique_id=1977883805] layout_mode = 2 size_flags_vertical = 3 -[node name="KaluluButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer/KaluluButtonMargin"] +[node name="KaluluButton" type="TextureButton" parent="MainControl/Interface/LeftMargin/LeftContainer/KaluluButtonMargin" unique_id=1684071537] unique_name_in_owner = true layout_mode = 2 texture_normal = ExtResource("11_n2mcy") @@ -239,7 +239,7 @@ texture_pressed = ExtResource("12_crt1m") texture_disabled = ExtResource("13_2j53i") stretch_mode = 5 -[node name="CentralPadMargin" type="MarginContainer" parent="MainControl/Interface"] +[node name="CentralPadMargin" type="MarginContainer" parent="MainControl/Interface" unique_id=1744553475] layout_mode = 1 anchors_preset = 13 anchor_left = 0.5 @@ -258,7 +258,7 @@ theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 -[node name="CenterMenu" type="MarginContainer" parent="MainControl/Interface/CentralPadMargin"] +[node name="CenterMenu" type="MarginContainer" parent="MainControl/Interface/CentralPadMargin" unique_id=2108087032] unique_name_in_owner = true process_mode = 2 visible = false @@ -268,33 +268,33 @@ theme_override_constants/margin_top = 500 theme_override_constants/margin_right = 500 theme_override_constants/margin_bottom = 500 -[node name="MarginContainer" type="MarginContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu"] +[node name="MarginContainer" type="MarginContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu" unique_id=1842706680] layout_mode = 2 theme_override_constants/margin_left = 2 theme_override_constants/margin_top = 5 theme_override_constants/margin_right = 2 theme_override_constants/margin_bottom = 5 -[node name="Shadow" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu/MarginContainer"] +[node name="Shadow" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu/MarginContainer" unique_id=1493154121] layout_mode = 2 texture = ExtResource("14_ubv3y") -[node name="Panel" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu"] +[node name="Panel" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu" unique_id=844503491] layout_mode = 2 texture = ExtResource("15_ym1dd") -[node name="PauseMenu" type="MarginContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu"] +[node name="PauseMenu" type="MarginContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu" unique_id=1819158860] layout_mode = 2 theme_override_constants/margin_left = 92 theme_override_constants/margin_top = 92 theme_override_constants/margin_right = 92 theme_override_constants/margin_bottom = 92 -[node name="Background" type="Control" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu"] +[node name="Background" type="Control" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu" unique_id=1844253761] modulate = Color(1, 1, 1, 0.396078) layout_mode = 2 -[node name="TextureRect" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/Background"] +[node name="TextureRect" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/Background" unique_id=2034993124] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -304,20 +304,20 @@ grow_vertical = 2 texture = ExtResource("16_mdaib") stretch_mode = 5 -[node name="VBoxContainer" type="VBoxContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu"] +[node name="VBoxContainer" type="VBoxContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu" unique_id=1411511827] layout_mode = 2 alignment = 2 -[node name="TextureRect" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer"] +[node name="TextureRect" type="TextureRect" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer" unique_id=295761419] layout_mode = 2 size_flags_vertical = 3 texture = ExtResource("19_sgl1i") stretch_mode = 4 -[node name="HBoxContainer" type="HBoxContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer" unique_id=300854681] layout_mode = 2 -[node name="RestartButton" type="TextureButton" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer/HBoxContainer"] +[node name="RestartButton" type="TextureButton" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer/HBoxContainer" unique_id=46701632] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 6 @@ -327,7 +327,7 @@ texture_pressed = ExtResource("18_5pefo") texture_disabled = ExtResource("19_mm65c") stretch_mode = 4 -[node name="ContinueButton" type="TextureButton" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer/HBoxContainer"] +[node name="ContinueButton" type="TextureButton" parent="MainControl/Interface/CentralPadMargin/CenterMenu/PauseMenu/VBoxContainer/HBoxContainer" unique_id=1592849626] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 6 @@ -337,7 +337,7 @@ texture_pressed = ExtResource("23_rb4gp") texture_disabled = ExtResource("24_em5b4") stretch_mode = 4 -[node name="ProgressionMargin" type="MarginContainer" parent="MainControl/Interface"] +[node name="ProgressionMargin" type="MarginContainer" parent="MainControl/Interface" unique_id=833386199] layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 @@ -351,11 +351,11 @@ mouse_filter = 2 theme_override_constants/margin_top = 270 theme_override_constants/margin_right = 40 -[node name="MarginContainer" type="MarginContainer" parent="MainControl/Interface/ProgressionMargin"] +[node name="MarginContainer" type="MarginContainer" parent="MainControl/Interface/ProgressionMargin" unique_id=1019568300] layout_mode = 2 size_flags_vertical = 0 -[node name="ProgressionGauge" type="NinePatchRect" parent="MainControl/Interface/ProgressionMargin/MarginContainer"] +[node name="ProgressionGauge" type="NinePatchRect" parent="MainControl/Interface/ProgressionMargin/MarginContainer" unique_id=2013985398] unique_name_in_owner = true custom_minimum_size = Vector2(64, 64) layout_mode = 2 @@ -363,12 +363,12 @@ texture = ExtResource("22_6jd5r") patch_margin_top = 33 patch_margin_bottom = 33 -[node name="ProgressionContainer" type="VBoxContainer" parent="MainControl/Interface/ProgressionMargin/MarginContainer"] +[node name="ProgressionContainer" type="VBoxContainer" parent="MainControl/Interface/ProgressionMargin/MarginContainer" unique_id=775823009] unique_name_in_owner = true custom_minimum_size = Vector2(135, 0) layout_mode = 2 -[node name="ProgressionIconsRect" type="TextureRect" parent="MainControl/Interface/ProgressionMargin/MarginContainer/ProgressionContainer"] +[node name="ProgressionIconsRect" type="TextureRect" parent="MainControl/Interface/ProgressionMargin/MarginContainer/ProgressionContainer" unique_id=160385278] unique_name_in_owner = true custom_minimum_size = Vector2(64, 64) layout_mode = 2 @@ -377,15 +377,13 @@ texture = ExtResource("26_0bgo4") expand_mode = 4 stretch_mode = 5 -[node name="Kalulu" parent="MainControl" instance=ExtResource("19_wn4nd")] +[node name="Kalulu" parent="MainControl" unique_id=1541309300 instance=ExtResource("19_wn4nd")] unique_name_in_owner = true visible = false layout_mode = 1 -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_umrx4") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=710236348] +libraries/ = SubResource("AnimationLibrary_umrx4") [connection signal="pressed" from="MainControl/Interface/LeftMargin/LeftContainer/GardenButton" to="." method="_on_garden_button_pressed"] [connection signal="pressed" from="MainControl/Interface/LeftMargin/LeftContainer/StimulusMargin/StimulusButton" to="." method="_on_stimulus_button_pressed"] diff --git a/sources/minigames/base/words/words_minigame.tscn b/sources/minigames/base/words/words_minigame.tscn index 2be7a8e7..455d609a 100644 --- a/sources/minigames/base/words/words_minigame.tscn +++ b/sources/minigames/base/words/words_minigame.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://cisurm74fqg2i"] +[gd_scene format=3 uid="uid://cisurm74fqg2i"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_c25or"] [ext_resource type="Script" uid="uid://b5qwm35lgyb8b" path="res://sources/minigames/base/words/words_minigame.gd" id="2_nc3s1"] -[node name="WordsMinigame" instance=ExtResource("1_c25or")] +[node name="WordsMinigame" unique_id=1866889453 instance=ExtResource("1_c25or")] script = ExtResource("2_nc3s1") max_number_of_gps = 6 distractors_queue_size = 6 diff --git a/sources/minigames/caterpillar/berry.tscn b/sources/minigames/caterpillar/berry.tscn index b1527928..c4cccccb 100644 --- a/sources/minigames/caterpillar/berry.tscn +++ b/sources/minigames/caterpillar/berry.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://b07jfpiwtajh"] +[gd_scene format=3 uid="uid://b07jfpiwtajh"] [ext_resource type="Script" uid="uid://bf2qm2ncit8uq" path="res://sources/minigames/caterpillar/berry.gd" id="1_36web"] [ext_resource type="PackedScene" uid="uid://cge0uyn30tcpv" path="res://sources/utils/fx/highlight.tscn" id="2_4ywgh"] @@ -15,42 +15,42 @@ _data = { } point_count = 4 -[node name="Berry" type="Area2D"] +[node name="Berry" type="Area2D" unique_id=1516081714] script = ExtResource("1_36web") -[node name="HighlightFX" parent="." instance=ExtResource("2_4ywgh")] +[node name="HighlightFX" parent="." unique_id=2090034090 instance=ExtResource("2_4ywgh")] offset_left = 33.0 offset_top = -136.0 offset_right = 33.0 offset_bottom = -136.0 -[node name="WrongFX" parent="." instance=ExtResource("4_gmtk0")] +[node name="WrongFX" parent="." unique_id=1805131697 instance=ExtResource("4_gmtk0")] offset_left = 33.0 offset_top = -136.0 offset_right = 33.0 offset_bottom = -136.0 -[node name="CollisionShape2D" type="CollisionShape2D" parent="."] +[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1043087808] position = Vector2(-144, -128) shape = SubResource("RectangleShape2D_aq0kv") -[node name="Path2D" type="Path2D" parent="."] +[node name="Path2D" type="Path2D" parent="." unique_id=1237975830] position = Vector2(32, -78.2222) curve = SubResource("Curve2D_w7ms2") -[node name="PathFollow2D" type="PathFollow2D" parent="Path2D"] +[node name="PathFollow2D" type="PathFollow2D" parent="Path2D" unique_id=101495356] rotates = false loop = false -[node name="Sprite2D" type="Sprite2D" parent="Path2D/PathFollow2D"] +[node name="Sprite2D" type="Sprite2D" parent="Path2D/PathFollow2D" unique_id=1143837619] position = Vector2(8, -81.7778) scale = Vector2(1.5, 1.5) texture = ExtResource("3_37fog") -[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="Path2D/PathFollow2D/Sprite2D"] +[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="Path2D/PathFollow2D/Sprite2D" unique_id=190098366] position = Vector2(110.66667, -84.51854) -[node name="Label" type="Label" parent="Path2D/PathFollow2D"] +[node name="Label" type="Label" parent="Path2D/PathFollow2D" unique_id=119504217] unique_name_in_owner = true offset_left = -112.0 offset_top = -145.7778 @@ -61,7 +61,7 @@ label_settings = ExtResource("4_j1h4b") horizontal_alignment = 1 vertical_alignment = 1 -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=2053639933] offset_left = -127.0 offset_top = -160.0 offset_right = 212.0 diff --git a/sources/minigames/caterpillar/branch.tscn b/sources/minigames/caterpillar/branch.tscn index aadb24ee..3e10f957 100644 --- a/sources/minigames/caterpillar/branch.tscn +++ b/sources/minigames/caterpillar/branch.tscn @@ -1,30 +1,30 @@ -[gd_scene load_steps=3 format=3 uid="uid://d2f7q1tbsmwdx"] +[gd_scene format=3 uid="uid://d2f7q1tbsmwdx"] [ext_resource type="Script" uid="uid://drwx8ngge5hn3" path="res://sources/minigames/caterpillar/branch.gd" id="1_bohwm"] [ext_resource type="Texture2D" uid="uid://cddv3a264muei" path="res://assets/minigames/caterpillar/graphics/branch_mid.png" id="3_8458b"] -[node name="Branch" type="Node2D"] +[node name="Branch" type="Node2D" unique_id=251693456] script = ExtResource("1_bohwm") metadata/_edit_use_anchors_ = true -[node name="Sprite2D" type="Sprite2D" parent="."] +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=727855678] scale = Vector2(80, 1.2) texture = ExtResource("3_8458b") offset = Vector2(16, 0) -[node name="Leaves" type="Node2D" parent="."] +[node name="Leaves" type="Node2D" parent="." unique_id=1316898058] position = Vector2(2688, 0) -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=693299748] offset_top = -304.0 offset_right = 2560.0 offset_bottom = 16.0 theme_type_variation = &"InvisibleButton" -[node name="Berries" type="Node2D" parent="."] +[node name="Berries" type="Node2D" parent="." unique_id=532732843] position = Vector2(2688, 0) -[node name="LeafTimer" type="Timer" parent="."] +[node name="LeafTimer" type="Timer" parent="." unique_id=886646473] wait_time = 4.68803 [connection signal="pressed" from="Button" to="." method="_on_button_pressed"] diff --git a/sources/minigames/caterpillar/caterpillar.tscn b/sources/minigames/caterpillar/caterpillar.tscn index 6505f30c..cb7411d3 100644 --- a/sources/minigames/caterpillar/caterpillar.tscn +++ b/sources/minigames/caterpillar/caterpillar.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=14 format=3 uid="uid://cqx0qux4msnm7"] +[gd_scene format=3 uid="uid://cqx0qux4msnm7"] [ext_resource type="Script" uid="uid://ui362fnglx0k" path="res://sources/minigames/caterpillar/caterpillar.gd" id="1_addut"] [ext_resource type="Texture2D" uid="uid://cyxl5ep0vuavl" path="res://assets/minigames/caterpillar/graphics/caterpillar_spritesheet.png" id="3_iusck"] @@ -71,24 +71,24 @@ animations = [{ "speed": 12.0 }] -[node name="Caterpillar" type="Node2D"] +[node name="Caterpillar" type="Node2D" unique_id=1470993206] script = ExtResource("1_addut") -[node name="BodyParts" type="Node2D" parent="."] +[node name="BodyParts" type="Node2D" parent="." unique_id=1714619508] -[node name="Head" parent="." instance=ExtResource("17_ty72k")] +[node name="Head" parent="." unique_id=590640269 instance=ExtResource("17_ty72k")] position = Vector2(165, 0) -[node name="EatArea2D" type="Area2D" parent="Head"] +[node name="EatArea2D" type="Area2D" parent="Head" unique_id=1930994286] position = Vector2(184, -128) -[node name="CollisionShape2D" type="CollisionShape2D" parent="Head/EatArea2D"] +[node name="CollisionShape2D" type="CollisionShape2D" parent="Head/EatArea2D" unique_id=1607125256] position = Vector2(200, 0) shape = SubResource("RectangleShape2D_6qw72") -[node name="Tail" type="Node2D" parent="."] +[node name="Tail" type="Node2D" parent="." unique_id=1152394993] -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Tail"] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Tail" unique_id=1648067318] position = Vector2(88, -99) scale = Vector2(0.48, 0.48) sprite_frames = SubResource("SpriteFrames_2eysc") diff --git a/sources/minigames/caterpillar/caterpillar_body.tscn b/sources/minigames/caterpillar/caterpillar_body.tscn index 0768d46e..3313e07c 100644 --- a/sources/minigames/caterpillar/caterpillar_body.tscn +++ b/sources/minigames/caterpillar/caterpillar_body.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=27 format=3 uid="uid://dryu60mtiqv3"] +[gd_scene format=3 uid="uid://dryu60mtiqv3"] [ext_resource type="Script" uid="uid://ynqc2tqeuqt3" path="res://sources/minigames/caterpillar/caterpillar_body.gd" id="1_vvkkg"] [ext_resource type="Texture2D" uid="uid://dg035yddvs04o" path="res://assets/minigames/caterpillar/graphics/caterpillar_legs_spritesheet.png" id="2_20a20"] @@ -137,45 +137,45 @@ animations = [{ "speed": 12.0 }] -[node name="CaterpillarBody" type="Node2D"] +[node name="CaterpillarBody" type="Node2D" unique_id=720448943] script = ExtResource("1_vvkkg") -[node name="Position" type="Node2D" parent="."] +[node name="Position" type="Node2D" parent="." unique_id=1872629140] position = Vector2(0, -150) -[node name="AnimatedSprite2D_Leg_Back" type="AnimatedSprite2D" parent="Position"] +[node name="AnimatedSprite2D_Leg_Back" type="AnimatedSprite2D" parent="Position" unique_id=1860440445] position = Vector2(40, 140) sprite_frames = SubResource("SpriteFrames_xdpna") -[node name="RightFX" parent="Position" instance=ExtResource("14_cyw4o")] +[node name="RightFX" parent="Position" unique_id=1678292303 instance=ExtResource("14_cyw4o")] unique_name_in_owner = true offset_left = 64.0 offset_top = 62.0 offset_right = 64.0 offset_bottom = 62.0 -[node name="Node2D" type="Node2D" parent="Position"] +[node name="Node2D" type="Node2D" parent="Position" unique_id=29421099] position = Vector2(0, -29) scale = Vector2(1, 1.4) -[node name="Sprite2D_Body_Left" type="Sprite2D" parent="Position/Node2D"] +[node name="Sprite2D_Body_Left" type="Sprite2D" parent="Position/Node2D" unique_id=1894733226] unique_name_in_owner = true texture = ExtResource("15_2xyl2") centered = false -[node name="TextureRect_Body_Center" type="TextureRect" parent="Position/Node2D"] +[node name="TextureRect_Body_Center" type="TextureRect" parent="Position/Node2D" unique_id=1403458388] unique_name_in_owner = true offset_right = 9.0 offset_bottom = 114.0 texture = ExtResource("16_8jigi") stretch_mode = 1 -[node name="Sprite2D_Body_Right" type="Sprite2D" parent="Position/Node2D"] +[node name="Sprite2D_Body_Right" type="Sprite2D" parent="Position/Node2D" unique_id=522931526] unique_name_in_owner = true texture = ExtResource("17_rhhiw") centered = false -[node name="Label" type="Label" parent="Position"] +[node name="Label" type="Label" parent="Position" unique_id=1410477586] unique_name_in_owner = true offset_top = -50.0 offset_right = 88.0 @@ -185,9 +185,9 @@ label_settings = ExtResource("7_6wjy7") horizontal_alignment = 1 vertical_alignment = 1 -[node name="AnimatedSprite2D_Leg_Front" type="AnimatedSprite2D" parent="Position"] +[node name="AnimatedSprite2D_Leg_Front" type="AnimatedSprite2D" parent="Position" unique_id=1901335095] position = Vector2(40, 140) sprite_frames = SubResource("SpriteFrames_018u2") -[node name="Right_Stars" parent="Position" instance=ExtResource("4_t1ugq")] +[node name="Right_Stars" parent="Position" unique_id=377702285 instance=ExtResource("4_t1ugq")] position = Vector2(64, 62) diff --git a/sources/minigames/caterpillar/caterpillar_body_side.tscn b/sources/minigames/caterpillar/caterpillar_body_side.tscn index 3e7c3d59..afcd03f6 100644 --- a/sources/minigames/caterpillar/caterpillar_body_side.tscn +++ b/sources/minigames/caterpillar/caterpillar_body_side.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=2 format=3 uid="uid://sftb8mjylf53"] +[gd_scene format=3 uid="uid://sftb8mjylf53"] [ext_resource type="Texture2D" uid="uid://dbhfoebfy5br4" path="res://assets/minigames/caterpillar/graphics/caterpillar_body_side.png" id="1_msoev"] -[node name="Position" type="Node2D"] +[node name="Position" type="Node2D" unique_id=953126364] -[node name="CaterpillarBodySide" type="Sprite2D" parent="."] +[node name="CaterpillarBodySide" type="Sprite2D" parent="." unique_id=1338480270] position = Vector2(5.5, -98) scale = Vector2(1, 1.4) texture = ExtResource("1_msoev") diff --git a/sources/minigames/caterpillar/caterpillar_head.tscn b/sources/minigames/caterpillar/caterpillar_head.tscn index 08e309d0..7befa316 100644 --- a/sources/minigames/caterpillar/caterpillar_head.tscn +++ b/sources/minigames/caterpillar/caterpillar_head.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://cm7e5ir8ykhpv"] +[gd_scene format=3 uid="uid://cm7e5ir8ykhpv"] [ext_resource type="Script" uid="uid://cnff6x5ax6es" path="res://sources/minigames/caterpillar/caterpillar_head.gd" id="1_775bq"] [ext_resource type="SpriteFrames" uid="uid://bv7mbvlwh758k" path="res://sources/minigames/caterpillar/caterpillar_head_animations.tres" id="3_5v128"] @@ -6,23 +6,23 @@ [ext_resource type="Script" uid="uid://b37yj46mbp3s2" path="res://sources/minigames/caterpillar/caterpillar_audio_stream_player.gd" id="27_x0mct"] [ext_resource type="PackedScene" uid="uid://dyn71e3ttv2le" path="res://sources/minigames/caterpillar/spit_fx.tscn" id="28_vojnm"] -[node name="CaterpillarHead" type="Node2D"] +[node name="CaterpillarHead" type="Node2D" unique_id=1650346685] script = ExtResource("1_775bq") -[node name="SpitFX" parent="." instance=ExtResource("28_vojnm")] +[node name="SpitFX" parent="." unique_id=2007081174 instance=ExtResource("28_vojnm")] offset_left = 320.0 offset_top = -120.0 offset_right = 320.0 offset_bottom = -120.0 -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1215911518] position = Vector2(184, -184) sprite_frames = ExtResource("3_5v128") animation = &"idle" autoplay = "idle" frame_progress = 0.6966647 -[node name="CaterpillarAudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="CaterpillarAudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=481553941] stream = ExtResource("26_f75m3") bus = &"Effects" script = ExtResource("27_x0mct") diff --git a/sources/minigames/caterpillar/caterpillar_head_animations.tres b/sources/minigames/caterpillar/caterpillar_head_animations.tres index b2d46b35..923e60ec 100644 --- a/sources/minigames/caterpillar/caterpillar_head_animations.tres +++ b/sources/minigames/caterpillar/caterpillar_head_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=40 format=3 uid="uid://bv7mbvlwh758k"] +[gd_resource type="SpriteFrames" format=3 uid="uid://bv7mbvlwh758k"] [ext_resource type="Texture2D" uid="uid://cyxl5ep0vuavl" path="res://assets/minigames/caterpillar/graphics/caterpillar_spritesheet.png" id="1_4f65k"] diff --git a/sources/minigames/caterpillar/caterpillar_leg_back.tscn b/sources/minigames/caterpillar/caterpillar_leg_back.tscn index b1060a9d..1f408003 100644 --- a/sources/minigames/caterpillar/caterpillar_leg_back.tscn +++ b/sources/minigames/caterpillar/caterpillar_leg_back.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://3uwsp0ryoh4r"] +[gd_scene format=3 uid="uid://3uwsp0ryoh4r"] [ext_resource type="Texture2D" uid="uid://dg035yddvs04o" path="res://assets/minigames/caterpillar/graphics/caterpillar_legs_spritesheet.png" id="1_3346p"] @@ -66,9 +66,9 @@ animations = [{ "speed": 5.0 }] -[node name="CaterpillarLegBack" type="Node2D"] +[node name="CaterpillarLegBack" type="Node2D" unique_id=1788438449] -[node name="AnimatedSprite2D_Leg_Back" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D_Leg_Back" type="AnimatedSprite2D" parent="." unique_id=1007299824] sprite_frames = SubResource("SpriteFrames_0q0l8") autoplay = "default" speed_scale = 2.0 diff --git a/sources/minigames/caterpillar/caterpillar_leg_front.tscn b/sources/minigames/caterpillar/caterpillar_leg_front.tscn index bddd96d0..6869b364 100644 --- a/sources/minigames/caterpillar/caterpillar_leg_front.tscn +++ b/sources/minigames/caterpillar/caterpillar_leg_front.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://dpnq3a54okbm7"] +[gd_scene format=3 uid="uid://dpnq3a54okbm7"] [ext_resource type="Texture2D" uid="uid://dg035yddvs04o" path="res://assets/minigames/caterpillar/graphics/caterpillar_legs_spritesheet.png" id="1_cf674"] @@ -66,9 +66,9 @@ animations = [{ "speed": 5.0 }] -[node name="CaterpillarLegFront" type="Node2D"] +[node name="CaterpillarLegFront" type="Node2D" unique_id=380939168] -[node name="AnimatedSprite2D_Leg_Front" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D_Leg_Front" type="AnimatedSprite2D" parent="." unique_id=440684073] sprite_frames = SubResource("SpriteFrames_odigb") autoplay = "default" frame_progress = 0.22068515 diff --git a/sources/minigames/caterpillar/caterpillar_minigame.tscn b/sources/minigames/caterpillar/caterpillar_minigame.tscn index 5c5fc806..024be365 100644 --- a/sources/minigames/caterpillar/caterpillar_minigame.tscn +++ b/sources/minigames/caterpillar/caterpillar_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://c2160x4hwd3y2"] +[gd_scene format=3 uid="uid://c2160x4hwd3y2"] [ext_resource type="PackedScene" uid="uid://cisurm74fqg2i" path="res://sources/minigames/base/words/words_minigame.tscn" id="1_ntn14"] [ext_resource type="Script" uid="uid://cnegbjo0qx68k" path="res://sources/minigames/caterpillar/caterpillar_minigame.gd" id="2_ycf8p"] @@ -7,7 +7,7 @@ [ext_resource type="Texture2D" uid="uid://cdc5fnfdssjnt" path="res://assets/minigames/caterpillar/graphics/background.png" id="8_q64mq"] [ext_resource type="PackedScene" uid="uid://cqx0qux4msnm7" path="res://sources/minigames/caterpillar/caterpillar.tscn" id="9_m0xwi"] -[node name="CaterpillarMinigame" instance=ExtResource("1_ntn14")] +[node name="CaterpillarMinigame" unique_id=663837896 instance=ExtResource("1_ntn14")] script = ExtResource("2_ycf8p") minigame_name = 4 lesson_nb = 6 @@ -15,15 +15,15 @@ difficulty = 0 max_number_of_lives = 5 max_progression = 5 -[node name="AudioStreamPlayer" parent="." index="0"] +[node name="AudioStreamPlayer" parent="." index="0" unique_id=649246549] process_mode = 0 bus = &"Effects" -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("6_xkfwj") full_progression_icon = ExtResource("7_u5jxc") -[node name="Background" type="TextureRect" parent="GameRoot" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=1281055668] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -33,7 +33,7 @@ grow_vertical = 2 size_flags_vertical = 3 texture = ExtResource("8_q64mq") -[node name="BranchesZone" type="Control" parent="GameRoot" index="1"] +[node name="BranchesZone" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=1204536120] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -41,10 +41,10 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Caterpillar" parent="GameRoot" index="2" instance=ExtResource("9_m0xwi")] +[node name="Caterpillar" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=1720828836 instance=ExtResource("9_m0xwi")] position = Vector2(384, 0) -[node name="BerryTimer" type="Timer" parent="GameRoot" index="3"] +[node name="BerryTimer" type="Timer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=1648175812] wait_time = 3.0 [connection signal="timeout" from="GameRoot/BerryTimer" to="." method="_on_berry_timer_timeout"] diff --git a/sources/minigames/caterpillar/leaf.tscn b/sources/minigames/caterpillar/leaf.tscn index bffe9ea7..1d381610 100644 --- a/sources/minigames/caterpillar/leaf.tscn +++ b/sources/minigames/caterpillar/leaf.tscn @@ -1,17 +1,17 @@ -[gd_scene load_steps=3 format=3 uid="uid://7vxsh7sire16"] +[gd_scene format=3 uid="uid://7vxsh7sire16"] [ext_resource type="Script" uid="uid://c2q0hpdohrix2" path="res://sources/minigames/caterpillar/leaf.gd" id="1_edw5c"] [ext_resource type="Texture2D" uid="uid://ck02q7sdfl522" path="res://assets/minigames/caterpillar/graphics/leaf.png" id="1_mb6lu"] -[node name="Leaf" type="Node2D"] +[node name="Leaf" type="Node2D" unique_id=1770282278] scale = Vector2(2, 2) script = ExtResource("1_edw5c") -[node name="Sprite2D" type="Sprite2D" parent="."] +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=739353722] texture = ExtResource("1_mb6lu") offset = Vector2(-24, 42) -[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."] +[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="." unique_id=427208647] position = Vector2(52, 0) [connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="_on_visible_on_screen_notifier_2d_screen_exited"] diff --git a/sources/minigames/caterpillar/spit_fx.tscn b/sources/minigames/caterpillar/spit_fx.tscn index ee57e53b..3fd765a9 100644 --- a/sources/minigames/caterpillar/spit_fx.tscn +++ b/sources/minigames/caterpillar/spit_fx.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://dyn71e3ttv2le"] +[gd_scene format=3 uid="uid://dyn71e3ttv2le"] [ext_resource type="Script" uid="uid://dpom306speb2y" path="res://sources/minigames/caterpillar/spit_fx.gd" id="1_pyr48"] [ext_resource type="Texture2D" uid="uid://bk1nmu2pkdenx" path="res://assets/vfx/tear.png" id="2_0nykj"] @@ -32,16 +32,16 @@ scale_min = 0.5 scale_curve = SubResource("CurveTexture_mx7tb") color_ramp = SubResource("GradientTexture1D_b6rlx") -[node name="SpitFX" type="Control"] +[node name="SpitFX" type="Control" unique_id=2061407121] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_pyr48") -[node name="Particles" type="GPUParticles2D" parent="."] +[node name="Particles" type="GPUParticles2D" parent="." unique_id=710351496] emitting = false -process_material = SubResource("ParticleProcessMaterial_2vb7t") texture = ExtResource("2_0nykj") lifetime = 1.5 one_shot = true explosiveness = 1.0 randomness = 0.5 +process_material = SubResource("ParticleProcessMaterial_2vb7t") diff --git a/sources/minigames/crabs/crab/crab.tscn b/sources/minigames/crabs/crab/crab.tscn index a526a0be..9f1fc9bd 100644 --- a/sources/minigames/crabs/crab/crab.tscn +++ b/sources/minigames/crabs/crab/crab.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=17 format=3 uid="uid://bwe3fp0vkpufb"] +[gd_scene format=3 uid="uid://bwe3fp0vkpufb"] [ext_resource type="Script" uid="uid://dsv0728uv1y5l" path="res://sources/minigames/crabs/crab/crab.gd" id="1_5hgg8"] [ext_resource type="AudioStream" uid="uid://1ibmtydnewa8" path="res://assets/minigames/crabs/audio/sfx/crab_random_6.mp3" id="2_gc7a0"] @@ -22,7 +22,7 @@ [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1h5my"] -[node name="Crab" type="Control"] +[node name="Crab" type="Control" unique_id=617305983] custom_minimum_size = Vector2(205, 179) layout_mode = 3 anchors_preset = 0 @@ -30,12 +30,12 @@ offset_right = 368.0 offset_bottom = 320.0 script = ExtResource("1_5hgg8") -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1620824890] stream = ExtResource("2_gc7a0") volume_db = -3.0 bus = &"Effects" -[node name="BackFX" type="Control" parent="."] +[node name="BackFX" type="Control" parent="." unique_id=2010438462] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -43,7 +43,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="RightFX" parent="BackFX" instance=ExtResource("4_3hx0j")] +[node name="RightFX" parent="BackFX" unique_id=1749819520 instance=ExtResource("4_3hx0j")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -56,7 +56,7 @@ grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 -[node name="HighlightFX" parent="BackFX" instance=ExtResource("3_is4em")] +[node name="HighlightFX" parent="BackFX" unique_id=2004554457 instance=ExtResource("3_is4em")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -68,7 +68,7 @@ grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.6, 0.6) -[node name="WrongFX" parent="BackFX" instance=ExtResource("5_3sw4w")] +[node name="WrongFX" parent="BackFX" unique_id=1380852979 instance=ExtResource("5_3sw4w")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -81,7 +81,7 @@ grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 -[node name="Body" type="Control" parent="."] +[node name="Body" type="Control" parent="." unique_id=1918985114] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -95,13 +95,13 @@ grow_vertical = 2 scale = Vector2(0.24, 0.24) pivot_offset = Vector2(184, 160) -[node name="TextBox_Sprite2D" type="Sprite2D" parent="Body"] +[node name="TextBox_Sprite2D" type="Sprite2D" parent="Body" unique_id=1184171915] unique_name_in_owner = true position = Vector2(730, 261) scale = Vector2(2.3, 2.3) texture = ExtResource("7_wj62x") -[node name="PercentMarginContainer" type="Container" parent="Body/TextBox_Sprite2D"] +[node name="PercentMarginContainer" type="Container" parent="Body/TextBox_Sprite2D" unique_id=83370995] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -117,10 +117,10 @@ margin_top_ratio = 0.1 margin_right_ratio = 0.2 margin_bottom_ratio = 0.2 -[node name="AspectRatioContainer" type="AspectRatioContainer" parent="Body/TextBox_Sprite2D/PercentMarginContainer"] +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="Body/TextBox_Sprite2D/PercentMarginContainer" unique_id=875712239] layout_mode = 2 -[node name="AutoSizeLabel" parent="Body/TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" instance=ExtResource("9_3nie6")] +[node name="AutoSizeLabel" parent="Body/TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" unique_id=822745301 instance=ExtResource("9_3nie6")] unique_name_in_owner = true layout_mode = 2 @@ -130,17 +130,15 @@ theme_override_colors/font_color = Color(0, 0, 0, 1) text = "" label_settings = ExtResource("8_c4r2k") -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Body"] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Body" unique_id=493781622] unique_name_in_owner = true scale = Vector2(1.8, 1.8) sprite_frames = ExtResource("10_c4r2k") animation = &"idle" autoplay = "idle" -frame = 7 -frame_progress = 1.0 centered = false -[node name="FrontFX" type="Control" parent="."] +[node name="FrontFX" type="Control" parent="." unique_id=1101942284] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -148,11 +146,11 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Right_Stars" parent="FrontFX" instance=ExtResource("12_2ax6s")] +[node name="Right_Stars" parent="FrontFX" unique_id=1889411916 instance=ExtResource("12_2ax6s")] unique_name_in_owner = true position = Vector2(184, 160) -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=1469231622] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 diff --git a/sources/minigames/crabs/crab/crab_animations.tres b/sources/minigames/crabs/crab/crab_animations.tres index 099b4833..6c339add 100644 --- a/sources/minigames/crabs/crab/crab_animations.tres +++ b/sources/minigames/crabs/crab/crab_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=34 format=3 uid="uid://n1ydrtdfm4p3"] +[gd_resource type="SpriteFrames" format=3 uid="uid://n1ydrtdfm4p3"] [ext_resource type="Texture2D" uid="uid://cjxvog1y6wkfv" path="res://assets/minigames/crabs/graphic/crab_spritesheet.png" id="1_7itt8"] diff --git a/sources/minigames/crabs/crabs_minigame.tscn b/sources/minigames/crabs/crabs_minigame.tscn index 22badb8e..e199f716 100644 --- a/sources/minigames/crabs/crabs_minigame.tscn +++ b/sources/minigames/crabs/crabs_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://bxh1torc05k7p"] +[gd_scene format=3 uid="uid://bxh1torc05k7p"] [ext_resource type="PackedScene" uid="uid://clbi7qphyh0so" path="res://sources/minigames/base/hear_and_find/syllables_minigame.tscn" id="1_lbq56"] [ext_resource type="Script" uid="uid://dg4o0yh1fn33t" path="res://sources/minigames/crabs/crabs_minigame.gd" id="2_gierf"] @@ -6,16 +6,16 @@ [ext_resource type="Texture2D" uid="uid://cq5wwf7y1msh7" path="res://assets/minigames/crabs/graphic/gauge_icon_crab_full.png" id="6_1r44u"] [ext_resource type="Texture2D" uid="uid://5bx8ugh178j1" path="res://assets/minigames/crabs/graphic/background.png" id="7_s0cgt"] -[node name="CrabsMinigame" instance=ExtResource("1_lbq56")] +[node name="CrabsMinigame" unique_id=1363248968 instance=ExtResource("1_lbq56")] script = ExtResource("2_gierf") lesson_nb = 30 difficulty = 4 -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("5_7vlrm") full_progression_icon = ExtResource("6_1r44u") -[node name="Background" type="TextureRect" parent="GameRoot" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=1203846689] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -25,7 +25,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("7_s0cgt") -[node name="CrabZone" type="Control" parent="GameRoot" index="1"] +[node name="CrabZone" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=1508276448] layout_mode = 1 anchors_preset = 0 offset_left = 162.0 diff --git a/sources/minigames/crabs/hole/hole.tscn b/sources/minigames/crabs/hole/hole.tscn index 9ac2f69b..4549aec7 100644 --- a/sources/minigames/crabs/hole/hole.tscn +++ b/sources/minigames/crabs/hole/hole.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://bggrf54kye5vl"] +[gd_scene format=3 uid="uid://bggrf54kye5vl"] [ext_resource type="Script" uid="uid://cxnkm84kk5l4u" path="res://sources/minigames/crabs/hole/hole.gd" id="1_05s8c"] [ext_resource type="Texture2D" uid="uid://tfigqbebxmal" path="res://assets/minigames/crabs/graphic/hole_back.png" id="2_osih7"] @@ -7,30 +7,30 @@ [ext_resource type="PackedScene" uid="uid://dt8ynpufhqs5w" path="res://sources/utils/fx/sand.tscn" id="5_vress"] [ext_resource type="Script" uid="uid://bwoyt0nume0gt" path="res://sources/minigames/crabs/hole/hole_audio_stream_player_2d.gd" id="6_2rg3s"] -[node name="Hole" type="Node2D"] +[node name="Hole" type="Node2D" unique_id=778845142] script = ExtResource("1_05s8c") -[node name="HoleBack" type="Sprite2D" parent="."] +[node name="HoleBack" type="Sprite2D" parent="." unique_id=586385878] texture = ExtResource("2_osih7") -[node name="Mask" type="Sprite2D" parent="."] +[node name="Mask" type="Sprite2D" parent="." unique_id=1408106167] unique_name_in_owner = true clip_children = 1 position = Vector2(0, -138) texture = ExtResource("3_ietrg") -[node name="SandVFX" parent="." instance=ExtResource("5_vress")] +[node name="SandVFX" parent="." unique_id=1445853265 instance=ExtResource("5_vress")] offset_top = 45.0 offset_bottom = 45.0 scale = Vector2(1.8, 1.8) -[node name="HoleFront" type="Sprite2D" parent="."] +[node name="HoleFront" type="Sprite2D" parent="." unique_id=908671854] position = Vector2(0, 2) texture = ExtResource("5_ahgwg") -[node name="Timer" type="Timer" parent="."] +[node name="Timer" type="Timer" parent="." unique_id=48273841] -[node name="CrabAudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="CrabAudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=2079139543] bus = &"Effects" script = ExtResource("6_2rg3s") diff --git a/sources/minigames/fish/fish_minigame.tscn b/sources/minigames/fish/fish_minigame.tscn index 4616b42b..c446bd48 100644 --- a/sources/minigames/fish/fish_minigame.tscn +++ b/sources/minigames/fish/fish_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=71 format=3 uid="uid://df5derhil64ca"] +[gd_scene format=3 uid="uid://df5derhil64ca"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_itrpi"] [ext_resource type="Script" uid="uid://dgodk76761a1n" path="res://sources/minigames/fish/fish_minigame.gd" id="2_68jip"] @@ -481,7 +481,7 @@ animations = [{ "speed": 12.0 }] -[node name="FishMinigame" instance=ExtResource("1_itrpi")] +[node name="FishMinigame" unique_id=1178378052 instance=ExtResource("1_itrpi")] script = ExtResource("2_68jip") game_duration = 240 minimum_correct_ratio = 0.8 @@ -490,13 +490,13 @@ max_words_count = 15 minigame_name = 9 lesson_nb = 50 -[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="0"] +[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="0" unique_id=1518320737] environment = SubResource("Environment_5bcb7") -[node name="MinigameUI" parent="." index="2"] +[node name="MinigameUI" parent="." index="2" unique_id=1199249440] stimulus_button_visible = false -[node name="Background" type="TextureRect" parent="GameRoot" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=1937666021] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -505,20 +505,20 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_3ty3i") -[node name="Path2D" type="Path2D" parent="GameRoot" index="1"] +[node name="Path2D" type="Path2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=191741591] curve = SubResource("Curve2D_8d1qx") -[node name="PathFollow2D" type="PathFollow2D" parent="GameRoot/Path2D" index="0"] +[node name="PathFollow2D" type="PathFollow2D" parent="GameRoot/Path2D" index="0" unique_id=699263217] unique_name_in_owner = true position = Vector2(544, 469) rotates = false loop = false -[node name="Sprite2D" type="Sprite2D" parent="GameRoot/Path2D/PathFollow2D" index="0"] +[node name="Sprite2D" type="Sprite2D" parent="GameRoot/Path2D/PathFollow2D" index="0" unique_id=2147097806] scale = Vector2(2, 2) texture = ExtResource("4_2m0ff") -[node name="Cloud" type="TextureRect" parent="GameRoot" index="2"] +[node name="Cloud" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=609886137] layout_mode = 1 anchors_preset = 10 anchor_right = 1.0 @@ -526,7 +526,7 @@ offset_bottom = 861.0 grow_horizontal = 2 texture = ExtResource("4_ccu1v") -[node name="Sea" type="TextureRect" parent="GameRoot" index="3"] +[node name="Sea" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=2146523339] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -535,7 +535,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("5_dc51h") -[node name="Beacon1" type="Control" parent="GameRoot" index="4" node_paths=PackedStringArray("sprites")] +[node name="Beacon1" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="4" unique_id=653620685 node_paths=PackedStringArray("sprites")] unique_name_in_owner = true anchors_preset = 0 offset_left = 408.0 @@ -545,7 +545,7 @@ offset_bottom = 1326.0 script = ExtResource("4_8mkk3") sprites = [NodePath("Beacon")] -[node name="Beacon" type="AnimatedSprite2D" parent="GameRoot/Beacon1" index="0"] +[node name="Beacon" type="AnimatedSprite2D" parent="GameRoot/Beacon1" index="0" unique_id=1764335398] scale = Vector2(1.7965117, 1.7484472) sprite_frames = SubResource("SpriteFrames_25r11") animation = &"idle" @@ -553,7 +553,7 @@ autoplay = "idle" frame_progress = 0.600356 centered = false -[node name="FalseWrongFX" parent="GameRoot/Beacon1" index="1" instance=ExtResource("11_ueo10")] +[node name="FalseWrongFX" parent="GameRoot/Beacon1" index="1" unique_id=818861745 instance=ExtResource("11_ueo10")] unique_name_in_owner = true layout_mode = 0 offset_left = 306.0 @@ -561,7 +561,7 @@ offset_top = 533.0 offset_right = 306.0 offset_bottom = 533.0 -[node name="FalseRightFX" parent="GameRoot/Beacon1" index="2" instance=ExtResource("9_mcq4c")] +[node name="FalseRightFX" parent="GameRoot/Beacon1" index="2" unique_id=1624850180 instance=ExtResource("9_mcq4c")] unique_name_in_owner = true layout_mode = 0 offset_left = 306.0 @@ -569,7 +569,7 @@ offset_top = 521.0 offset_right = 306.0 offset_bottom = 521.0 -[node name="Beacon2" type="Control" parent="GameRoot" index="5" node_paths=PackedStringArray("sprites")] +[node name="Beacon2" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="5" unique_id=1720390365 node_paths=PackedStringArray("sprites")] unique_name_in_owner = true anchors_preset = 0 offset_left = 1600.0 @@ -579,13 +579,13 @@ offset_bottom = 1326.0 script = ExtResource("4_8mkk3") sprites = [NodePath("Beacon")] -[node name="Beacon" type="AnimatedSprite2D" parent="GameRoot/Beacon2" index="0"] +[node name="Beacon" type="AnimatedSprite2D" parent="GameRoot/Beacon2" index="0" unique_id=752086631] scale = Vector2(1.7965117, 1.7484472) sprite_frames = SubResource("SpriteFrames_ru7b5") animation = &"idle" centered = false -[node name="Flag" type="TextureRect" parent="GameRoot/Beacon2" index="1"] +[node name="Flag" type="TextureRect" parent="GameRoot/Beacon2" index="1" unique_id=140327293] layout_mode = 0 offset_left = 204.0 offset_top = 472.0 @@ -596,14 +596,12 @@ mouse_filter = 2 texture = ExtResource("9_2adou") expand_mode = 1 -[node name="AnimationPlayer" type="AnimationPlayer" parent="GameRoot/Beacon2" index="2"] -libraries = { -&"": SubResource("AnimationLibrary_tmg6i") -} -autoplay = "idle" +[node name="AnimationPlayer" type="AnimationPlayer" parent="GameRoot/Beacon2" index="2" unique_id=924740165] +libraries/ = SubResource("AnimationLibrary_tmg6i") +autoplay = &"idle" speed_scale = 0.5 -[node name="RealWrongFX" parent="GameRoot/Beacon2" index="3" instance=ExtResource("11_ueo10")] +[node name="RealWrongFX" parent="GameRoot/Beacon2" index="3" unique_id=2129825964 instance=ExtResource("11_ueo10")] unique_name_in_owner = true layout_mode = 0 offset_left = 306.0 @@ -611,7 +609,7 @@ offset_top = 533.0 offset_right = 306.0 offset_bottom = 533.0 -[node name="RealRightFX" parent="GameRoot/Beacon2" index="4" instance=ExtResource("9_mcq4c")] +[node name="RealRightFX" parent="GameRoot/Beacon2" index="4" unique_id=810997273 instance=ExtResource("9_mcq4c")] unique_name_in_owner = true layout_mode = 0 offset_left = 306.0 @@ -619,7 +617,7 @@ offset_top = 521.0 offset_right = 306.0 offset_bottom = 521.0 -[node name="AspectRatioContainer" type="AspectRatioContainer" parent="GameRoot" index="6"] +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="6" unique_id=1135675409] layout_mode = 0 offset_left = 520.0 offset_top = 656.0 @@ -628,14 +626,14 @@ offset_bottom = 1802.0 mouse_filter = 2 ratio = 1.412 -[node name="Fish" type="Control" parent="GameRoot/AspectRatioContainer" index="0" node_paths=PackedStringArray("sprites")] +[node name="Fish" type="Control" parent="GameRoot/AspectRatioContainer" index="0" unique_id=63303695 node_paths=PackedStringArray("sprites")] unique_name_in_owner = true layout_mode = 2 mouse_filter = 2 script = ExtResource("4_8mkk3") sprites = [NodePath("FishAnimatedSprite")] -[node name="FishAnimatedSprite" type="AnimatedSprite2D" parent="GameRoot/AspectRatioContainer/Fish" index="0"] +[node name="FishAnimatedSprite" type="AnimatedSprite2D" parent="GameRoot/AspectRatioContainer/Fish" index="0" unique_id=394233767] unique_name_in_owner = true scale = Vector2(2.2041097, 2.2040977) sprite_frames = SubResource("SpriteFrames_ukbiw") @@ -643,7 +641,7 @@ animation = &"idle" autoplay = "idle" centered = false -[node name="FishStartZone" type="Control" parent="GameRoot/AspectRatioContainer/Fish" index="1"] +[node name="FishStartZone" type="Control" parent="GameRoot/AspectRatioContainer/Fish" index="1" unique_id=2033291081] unique_name_in_owner = true anchors_preset = 0 offset_left = 508.0 @@ -651,7 +649,7 @@ offset_top = 346.0 offset_right = 1084.0 offset_bottom = 1124.0 -[node name="ProgressionGauge" type="NinePatchRect" parent="GameRoot" index="7"] +[node name="ProgressionGauge" type="NinePatchRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="7" unique_id=1664248446] unique_name_in_owner = true custom_minimum_size = Vector2(64, 64) layout_mode = 0 @@ -663,7 +661,7 @@ texture = ExtResource("11_p5wnc") patch_margin_top = 33 patch_margin_bottom = 33 -[node name="ProgressionGaugeGoalPercentMarginContainer2" type="Container" parent="GameRoot/ProgressionGauge" index="0"] +[node name="ProgressionGaugeGoalPercentMarginContainer2" type="Container" parent="GameRoot/ProgressionGauge" index="0" unique_id=1583570329] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -674,13 +672,13 @@ grow_vertical = 2 script = ExtResource("14_b3ilp") margin_top_ratio = 0.19 -[node name="ProgressionGaugeInternal" type="NinePatchRect" parent="GameRoot/ProgressionGauge/ProgressionGaugeGoalPercentMarginContainer2" index="0"] +[node name="ProgressionGaugeInternal" type="NinePatchRect" parent="GameRoot/ProgressionGauge/ProgressionGaugeGoalPercentMarginContainer2" index="0" unique_id=1583306416] layout_mode = 2 texture = ExtResource("11_p5wnc") patch_margin_top = 33 patch_margin_bottom = 33 -[node name="ProgressionGaugePercentMarginContainer" type="Container" parent="GameRoot/ProgressionGauge" index="1"] +[node name="ProgressionGaugePercentMarginContainer" type="Container" parent="GameRoot/ProgressionGauge" index="1" unique_id=1140040548] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -691,7 +689,7 @@ grow_vertical = 2 script = ExtResource("14_b3ilp") margin_top_ratio = 0.95 -[node name="ProgressionGaugeInternal" type="NinePatchRect" parent="GameRoot/ProgressionGauge/ProgressionGaugePercentMarginContainer" index="0"] +[node name="ProgressionGaugeInternal" type="NinePatchRect" parent="GameRoot/ProgressionGauge/ProgressionGaugePercentMarginContainer" index="0" unique_id=1534553679] unique_name_in_owner = true modulate = Color(0.996078, 0.776471, 0.2, 1) layout_mode = 2 @@ -699,7 +697,7 @@ texture = ExtResource("12_w5m1b") patch_margin_top = 33 patch_margin_bottom = 33 -[node name="TextPlank" type="TextureRect" parent="GameRoot" index="8"] +[node name="TextPlank" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="8" unique_id=1794008625] layout_mode = 0 offset_left = 1016.0 offset_top = 1608.0 @@ -707,7 +705,7 @@ offset_right = 1692.0 offset_bottom = 1743.0 texture = ExtResource("13_3p0ue") -[node name="MarginContainer" type="MarginContainer" parent="GameRoot/TextPlank" index="0"] +[node name="MarginContainer" type="MarginContainer" parent="GameRoot/TextPlank" index="0" unique_id=415001204] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -716,7 +714,7 @@ grow_horizontal = 2 grow_vertical = 2 theme_override_constants/margin_right = 30 -[node name="Label" type="Label" parent="GameRoot/TextPlank/MarginContainer" index="0"] +[node name="Label" type="Label" parent="GameRoot/TextPlank/MarginContainer" index="0" unique_id=1229572097] unique_name_in_owner = true visible = false layout_mode = 2 @@ -725,7 +723,7 @@ text = "a" label_settings = ExtResource("17_47luc") horizontal_alignment = 1 -[node name="AdultBlock" parent="." index="5" instance=ExtResource("18_4v0wd")] +[node name="AdultBlock" parent="." index="5" unique_id=1401891944 instance=ExtResource("18_4v0wd")] unique_name_in_owner = true visible = false layout_mode = 1 diff --git a/sources/minigames/fish/fish_texture_rect.tscn b/sources/minigames/fish/fish_texture_rect.tscn index cfb88a79..59cb8f02 100644 --- a/sources/minigames/fish/fish_texture_rect.tscn +++ b/sources/minigames/fish/fish_texture_rect.tscn @@ -1,17 +1,18 @@ -[gd_scene load_steps=3 format=3 uid="uid://ck3nw3pk611qk"] +[gd_scene format=3 uid="uid://ck3nw3pk611qk"] [ext_resource type="Script" uid="uid://t4ngme2jgem6" path="res://sources/minigames/fish/fish_texture_rect.gd" id="1_wln62"] [ext_resource type="Texture2D" uid="uid://cscx0pq6raxdo" path="res://assets/minigames/fish/fish.png" id="1_xh3of"] -[node name="FishTextureRect" type="Control"] +[node name="FishTextureRect" type="Control" unique_id=1574479161] layout_mode = 3 +anchors_preset = 0 offset_right = 100.0 offset_bottom = 100.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_wln62") -[node name="AspectRatioContainer" type="AspectRatioContainer" parent="."] +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="." unique_id=283341634] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -20,7 +21,7 @@ grow_horizontal = 2 grow_vertical = 2 ratio = 1.5014 -[node name="TextureRect" type="TextureRect" parent="AspectRatioContainer"] +[node name="TextureRect" type="TextureRect" parent="AspectRatioContainer" unique_id=1452901445] layout_mode = 2 texture = ExtResource("1_xh3of") expand_mode = 1 diff --git a/sources/minigames/frog/frog.tscn b/sources/minigames/frog/frog.tscn index 825ddd1b..52788d82 100644 --- a/sources/minigames/frog/frog.tscn +++ b/sources/minigames/frog/frog.tscn @@ -1,17 +1,17 @@ -[gd_scene load_steps=3 format=3 uid="uid://bloyucpsbvpx8"] +[gd_scene format=3 uid="uid://bloyucpsbvpx8"] [ext_resource type="Script" uid="uid://b3cplysxudipp" path="res://sources/minigames/frog/frog.gd" id="1_68f6f"] [ext_resource type="SpriteFrames" uid="uid://diasql7sh46kd" path="res://sources/minigames/frog/frog_animations.tres" id="4_2kxtk"] -[node name="Frog" type="Control"] +[node name="Frog" type="Control" unique_id=2020692812] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_68f6f") -[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=207561082] bus = &"Effects" -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=539486441] sprite_frames = ExtResource("4_2kxtk") animation = &"idle_front" autoplay = "idle_side" diff --git a/sources/minigames/frog/frog_animations.tres b/sources/minigames/frog/frog_animations.tres index e109b544..ebde2797 100644 --- a/sources/minigames/frog/frog_animations.tres +++ b/sources/minigames/frog/frog_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=74 format=3 uid="uid://diasql7sh46kd"] +[gd_resource type="SpriteFrames" format=3 uid="uid://diasql7sh46kd"] [ext_resource type="Texture2D" uid="uid://bmrp8ybx5iqgu" path="res://assets/minigames/frog/graphics/frog_spritesheet.png" id="1_j8267"] diff --git a/sources/minigames/frog/frog_material.tres b/sources/minigames/frog/frog_material.tres index 7d48257d..de067c6c 100644 --- a/sources/minigames/frog/frog_material.tres +++ b/sources/minigames/frog/frog_material.tres @@ -1,4 +1,4 @@ -[gd_resource type="ShaderMaterial" load_steps=5 format=3 uid="uid://cj241oskmxqgv"] +[gd_resource type="ShaderMaterial" format=3 uid="uid://cj241oskmxqgv"] [ext_resource type="Shader" uid="uid://dkmay7kcecvde" path="res://sources/minigames/frog/flood.gdshader" id="1_obtft"] diff --git a/sources/minigames/frog/frog_minigame.tscn b/sources/minigames/frog/frog_minigame.tscn index 6bc8fe3e..524feb9e 100644 --- a/sources/minigames/frog/frog_minigame.tscn +++ b/sources/minigames/frog/frog_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://dl5wx8l0awoi0"] +[gd_scene format=3 uid="uid://dl5wx8l0awoi0"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_ng5er"] [ext_resource type="Script" uid="uid://b7q0v031ffg1v" path="res://sources/minigames/frog/frog_minigame.gd" id="2_0xg3r"] @@ -8,7 +8,7 @@ [ext_resource type="Texture2D" uid="uid://bgi4vveige3qv" path="res://assets/minigames/frog/graphics/background.png" id="6_t6p6q"] [ext_resource type="PackedScene" uid="uid://bloyucpsbvpx8" path="res://sources/minigames/frog/frog.tscn" id="13_o6mls"] -[node name="FrogMinigame" instance=ExtResource("1_ng5er")] +[node name="FrogMinigame" unique_id=37863016 instance=ExtResource("1_ng5er")] script = ExtResource("2_0xg3r") max_number_of_gps = 6 distractors_queue_size = 6 @@ -19,11 +19,11 @@ difficulty = 4 max_number_of_lives = 5 max_progression = 5 -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("2_e38i1") full_progression_icon = ExtResource("3_vjlmb") -[node name="Background" type="Control" parent="GameRoot" index="0"] +[node name="Background" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=122349430] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -32,10 +32,10 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 -[node name="River" parent="GameRoot/Background" index="0" instance=ExtResource("5_3fy8q")] +[node name="River" parent="GameRoot/Background" index="0" unique_id=1451318535 instance=ExtResource("5_3fy8q")] layout_mode = 1 -[node name="background" type="TextureRect" parent="GameRoot/Background" index="1"] +[node name="background" type="TextureRect" parent="GameRoot/Background" index="1" unique_id=1762725401] layout_mode = 1 anchors_preset = 11 anchor_left = 1.0 @@ -47,12 +47,12 @@ grow_vertical = 2 mouse_filter = 2 texture = ExtResource("6_t6p6q") -[node name="GameElements" type="Control" parent="GameRoot" index="1"] +[node name="GameElements" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=662540418] anchors_preset = 0 offset_right = 40.0 offset_bottom = 40.0 -[node name="Start" type="Control" parent="GameRoot/GameElements" index="0"] +[node name="Start" type="Control" parent="GameRoot/GameElements" index="0" unique_id=8288864] unique_name_in_owner = true anchors_preset = 0 offset_left = 360.0 @@ -61,7 +61,7 @@ offset_right = 400.0 offset_bottom = 940.0 mouse_filter = 2 -[node name="End" type="Control" parent="GameRoot/GameElements" index="1"] +[node name="End" type="Control" parent="GameRoot/GameElements" index="1" unique_id=810147952] unique_name_in_owner = true anchors_preset = 0 offset_left = 2160.0 @@ -70,7 +70,7 @@ offset_right = 2200.0 offset_bottom = 940.0 mouse_filter = 2 -[node name="FrogSpawnPoint" type="Control" parent="GameRoot/GameElements" index="2"] +[node name="FrogSpawnPoint" type="Control" parent="GameRoot/GameElements" index="2" unique_id=2065685693] unique_name_in_owner = true anchors_preset = 0 offset_left = -230.0 @@ -78,7 +78,7 @@ offset_top = 900.0 offset_right = -230.0 offset_bottom = 900.0 -[node name="FrogDespawnPoint" type="Control" parent="GameRoot/GameElements" index="3"] +[node name="FrogDespawnPoint" type="Control" parent="GameRoot/GameElements" index="3" unique_id=855838816] unique_name_in_owner = true anchors_preset = 0 offset_left = 2800.0 @@ -86,7 +86,7 @@ offset_top = 900.0 offset_right = 2800.0 offset_bottom = 900.0 -[node name="LilypadTracksContainer" type="HBoxContainer" parent="GameRoot" index="2"] +[node name="LilypadTracksContainer" type="HBoxContainer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=831152071] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 @@ -100,7 +100,7 @@ grow_horizontal = 2 grow_vertical = 2 alignment = 1 -[node name="Frog" parent="GameRoot" index="3" instance=ExtResource("13_o6mls")] +[node name="Frog" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=1044684229 instance=ExtResource("13_o6mls")] unique_name_in_owner = true layout_mode = 0 offset_left = 360.0 diff --git a/sources/minigames/frog/lilypad.tscn b/sources/minigames/frog/lilypad.tscn index b63c0753..61e18af0 100644 --- a/sources/minigames/frog/lilypad.tscn +++ b/sources/minigames/frog/lilypad.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=14 format=3 uid="uid://bkswcqcmf7a0r"] +[gd_scene format=3 uid="uid://bkswcqcmf7a0r"] [ext_resource type="Material" uid="uid://3n8kdc1u25om" path="res://sources/minigames/frog/lilypad_material.tres" id="1_pbo2v"] [ext_resource type="Script" uid="uid://cbr7ejw51u38r" path="res://sources/minigames/frog/lilypad.gd" id="2_pdqed"] @@ -48,18 +48,16 @@ _data = { &"disappear": SubResource("Animation_qb6cr") } -[node name="Lilypad" type="Control"] +[node name="Lilypad" type="Control" unique_id=1026795504] material = ExtResource("1_pbo2v") layout_mode = 3 anchors_preset = 0 script = ExtResource("2_pdqed") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_3tohd") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1499635523] +libraries/ = SubResource("AnimationLibrary_3tohd") -[node name="TextureButton" type="TextureButton" parent="."] +[node name="TextureButton" type="TextureButton" parent="." unique_id=1795108131] material = ExtResource("1_pbo2v") layout_mode = 1 anchors_preset = 15 @@ -76,7 +74,7 @@ texture_normal = ExtResource("3_1ueu4") texture_disabled = ExtResource("3_1ueu4") stretch_mode = 0 -[node name="HighlightFX" parent="TextureButton" instance=ExtResource("5_1llgv")] +[node name="HighlightFX" parent="TextureButton" unique_id=1896017153 instance=ExtResource("5_1llgv")] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -88,7 +86,7 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="RightFX" parent="TextureButton" instance=ExtResource("6_wslmk")] +[node name="RightFX" parent="TextureButton" unique_id=63557110 instance=ExtResource("6_wslmk")] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -100,7 +98,7 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="WrongFX" parent="TextureButton" instance=ExtResource("7_241b6")] +[node name="WrongFX" parent="TextureButton" unique_id=872555076 instance=ExtResource("7_241b6")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -111,21 +109,21 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="TopVisibleOnScreenNotifier" type="VisibleOnScreenNotifier2D" parent="TextureButton"] +[node name="TopVisibleOnScreenNotifier" type="VisibleOnScreenNotifier2D" parent="TextureButton" unique_id=518045579] unique_name_in_owner = true position = Vector2(150, -42) -[node name="BottomVisibleOnScreenNotifier" type="VisibleOnScreenNotifier2D" parent="TextureButton"] +[node name="BottomVisibleOnScreenNotifier" type="VisibleOnScreenNotifier2D" parent="TextureButton" unique_id=1948593833] unique_name_in_owner = true position = Vector2(150, 406) -[node name="TextBox_Sprite2D" type="Sprite2D" parent="TextureButton"] +[node name="TextBox_Sprite2D" type="Sprite2D" parent="TextureButton" unique_id=1506495903] unique_name_in_owner = true position = Vector2(150, 330) scale = Vector2(0.471, 0.471) texture = ExtResource("7_o8d8g") -[node name="PercentMarginContainer" type="Container" parent="TextureButton/TextBox_Sprite2D"] +[node name="PercentMarginContainer" type="Container" parent="TextureButton/TextBox_Sprite2D" unique_id=227035490] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -141,10 +139,10 @@ margin_top_ratio = 0.1 margin_right_ratio = 0.2 margin_bottom_ratio = 0.2 -[node name="AspectRatioContainer" type="AspectRatioContainer" parent="TextureButton/TextBox_Sprite2D/PercentMarginContainer"] +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="TextureButton/TextBox_Sprite2D/PercentMarginContainer" unique_id=1262459826] layout_mode = 2 -[node name="AutoSizeLabel" parent="TextureButton/TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" instance=ExtResource("9_r5oc0")] +[node name="AutoSizeLabel" parent="TextureButton/TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" unique_id=1935102166 instance=ExtResource("9_r5oc0")] unique_name_in_owner = true layout_mode = 2 diff --git a/sources/minigames/frog/lilypad_material.tres b/sources/minigames/frog/lilypad_material.tres index 6508912c..3f492689 100644 --- a/sources/minigames/frog/lilypad_material.tres +++ b/sources/minigames/frog/lilypad_material.tres @@ -1,4 +1,4 @@ -[gd_resource type="ShaderMaterial" load_steps=5 format=3 uid="uid://3n8kdc1u25om"] +[gd_resource type="ShaderMaterial" format=3 uid="uid://3n8kdc1u25om"] [ext_resource type="Shader" uid="uid://dkmay7kcecvde" path="res://sources/minigames/frog/flood.gdshader" id="1_yfhcb"] diff --git a/sources/minigames/frog/lilypad_track.tscn b/sources/minigames/frog/lilypad_track.tscn index 933a1854..95d3b8fd 100644 --- a/sources/minigames/frog/lilypad_track.tscn +++ b/sources/minigames/frog/lilypad_track.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://byqqa5hk1hmv5"] +[gd_scene format=3 uid="uid://byqqa5hk1hmv5"] [ext_resource type="Script" uid="uid://yq7molif7ijh" path="res://sources/minigames/frog/lilypad_track.gd" id="1_0nn04"] [ext_resource type="AudioStream" uid="uid://b2idirdf5bdrl" path="res://assets/minigames/frog/audio/frog_taplily.mp3" id="2_8qte0"] -[node name="LilypadTrack" type="Control"] +[node name="LilypadTrack" type="Control" unique_id=1929767768] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -14,10 +14,10 @@ size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource("1_0nn04") -[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=3431403] stream = ExtResource("2_8qte0") -[node name="SpawnTimer" type="Timer" parent="."] +[node name="SpawnTimer" type="Timer" parent="." unique_id=445612080] one_shot = true autostart = true diff --git a/sources/minigames/frog/river.tscn b/sources/minigames/frog/river.tscn index be48f5ea..ace47203 100644 --- a/sources/minigames/frog/river.tscn +++ b/sources/minigames/frog/river.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://sumrd1i3g6f7"] +[gd_scene format=3 uid="uid://sumrd1i3g6f7"] [ext_resource type="Shader" uid="uid://da5cg0cin6tgm" path="res://resources/shaders/move_shader.gdshader" id="1_k1xuy"] [ext_resource type="Texture2D" uid="uid://g1pr0xqbmwcb" path="res://assets/minigames/frog/graphics/background_river.png" id="2_k1yyh"] @@ -8,7 +8,7 @@ shader = ExtResource("1_k1xuy") shader_parameter/direction = Vector2(0, -0.2) -[node name="River" type="TextureRect"] +[node name="River" type="TextureRect" unique_id=818471514] texture_repeat = 2 material = SubResource("ShaderMaterial_doj3f") anchors_preset = 15 diff --git a/sources/minigames/jellyfish/blue_jellyfish_animations_arms.tres b/sources/minigames/jellyfish/blue_jellyfish_animations_arms.tres index 614b96e6..a1c709c2 100644 --- a/sources/minigames/jellyfish/blue_jellyfish_animations_arms.tres +++ b/sources/minigames/jellyfish/blue_jellyfish_animations_arms.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=25 format=3 uid="uid://033w5t1wyg3w"] +[gd_resource type="SpriteFrames" format=3 uid="uid://033w5t1wyg3w"] [ext_resource type="Texture2D" uid="uid://b68gvx4lwqked" path="res://assets/minigames/jellyfish/graphic/blue_jellyfish_layer_2.png" id="1_ao52b"] diff --git a/sources/minigames/jellyfish/blue_jellyfish_animations_body.tres b/sources/minigames/jellyfish/blue_jellyfish_animations_body.tres index d40cb665..6f08a4d5 100644 --- a/sources/minigames/jellyfish/blue_jellyfish_animations_body.tres +++ b/sources/minigames/jellyfish/blue_jellyfish_animations_body.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=25 format=3 uid="uid://cyllu3lpjcxej"] +[gd_resource type="SpriteFrames" format=3 uid="uid://cyllu3lpjcxej"] [ext_resource type="Texture2D" uid="uid://8pqgvcr4wukd" path="res://assets/minigames/jellyfish/graphic/blue_jellyfish_layer_1.png" id="1_838ab"] diff --git a/sources/minigames/jellyfish/green_jellyfish_animations.tres b/sources/minigames/jellyfish/green_jellyfish_animations.tres index d47ec511..3b2f4dad 100644 --- a/sources/minigames/jellyfish/green_jellyfish_animations.tres +++ b/sources/minigames/jellyfish/green_jellyfish_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=20 format=3 uid="uid://dkemftb4jdxvs"] +[gd_resource type="SpriteFrames" format=3 uid="uid://dkemftb4jdxvs"] [ext_resource type="Texture2D" uid="uid://ds2c07hg5gehr" path="res://assets/minigames/jellyfish/graphic/green_jellyfish.png" id="1_l7rn8"] diff --git a/sources/minigames/jellyfish/jellyfish.tscn b/sources/minigames/jellyfish/jellyfish.tscn index 2b478030..cec65d0c 100644 --- a/sources/minigames/jellyfish/jellyfish.tscn +++ b/sources/minigames/jellyfish/jellyfish.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=13 format=3 uid="uid://cpkwyypyikpfc"] +[gd_scene format=3 uid="uid://cpkwyypyikpfc"] [ext_resource type="Script" uid="uid://bk5oyj8r6aw2h" path="res://sources/utils/sprite_control.gd" id="1_1b85n"] [ext_resource type="Script" uid="uid://b1lfi4hen3e7" path="res://sources/minigames/jellyfish/jellyfish.gd" id="1_06uwq"] @@ -13,16 +13,16 @@ [ext_resource type="LabelSettings" uid="uid://bguqnhiblwick" path="res://resources/themes/minigames_label_settings.tres" id="9_ah5ir"] [ext_resource type="PackedScene" uid="uid://cs6g7fhc0bjvh" path="res://sources/utils/fx/right_stars.tscn" id="13_jfr88"] -[node name="Jellyfish" type="Control"] +[node name="Jellyfish" type="Control" unique_id=2036427610] custom_minimum_size = Vector2(400, 400) layout_mode = 3 anchors_preset = 0 offset_right = 400.0 offset_bottom = 400.0 -scale = Vector2(1.0699297, 1.0699297) +scale = Vector2(1.157944, 1.157944) script = ExtResource("1_06uwq") -[node name="BackFX" type="Control" parent="."] +[node name="BackFX" type="Control" parent="." unique_id=880451279] custom_minimum_size = Vector2(0, 220) anchors_preset = 0 anchor_right = 1.0 @@ -31,7 +31,7 @@ size_flags_vertical = 0 mouse_filter = 1 metadata/_edit_use_anchors_ = true -[node name="RightFX" parent="BackFX" instance=ExtResource("2_edt4e")] +[node name="RightFX" parent="BackFX" unique_id=230299175 instance=ExtResource("2_edt4e")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -42,7 +42,7 @@ anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 -[node name="HighlightFX" parent="BackFX" instance=ExtResource("3_5uhvd")] +[node name="HighlightFX" parent="BackFX" unique_id=282989015 instance=ExtResource("3_5uhvd")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -55,7 +55,7 @@ grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 -[node name="WrongFX" parent="BackFX" instance=ExtResource("6_w1tlu")] +[node name="WrongFX" parent="BackFX" unique_id=319720193 instance=ExtResource("6_w1tlu")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -68,7 +68,7 @@ grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 -[node name="SpriteControl" type="Control" parent="." node_paths=PackedStringArray("sprites")] +[node name="SpriteControl" type="Control" parent="." unique_id=1071148289 node_paths=PackedStringArray("sprites")] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -79,22 +79,22 @@ mouse_filter = 2 script = ExtResource("1_1b85n") sprites = [NodePath("AnimatedSprite2D_Body"), NodePath("AnimatedSprite2D_Arms")] -[node name="AnimatedSprite2D_Body" type="AnimatedSprite2D" parent="SpriteControl"] +[node name="AnimatedSprite2D_Body" type="AnimatedSprite2D" parent="SpriteControl" unique_id=220917894] unique_name_in_owner = true scale = Vector2(0.5, 0.5) sprite_frames = ExtResource("6_p6hdi") animation = &"idle" -frame_progress = 0.8706333 +frame_progress = 0.33819497 centered = false offset = Vector2(-0.000205994, 0.00019455) -[node name="TextBox_Sprite2D" type="Sprite2D" parent="SpriteControl"] +[node name="TextBox_Sprite2D" type="Sprite2D" parent="SpriteControl" unique_id=1927687114] unique_name_in_owner = true position = Vector2(200, 242) scale = Vector2(0.471, 0.471) texture = ExtResource("6_ah5ir") -[node name="PercentMarginContainer" type="Container" parent="SpriteControl/TextBox_Sprite2D"] +[node name="PercentMarginContainer" type="Container" parent="SpriteControl/TextBox_Sprite2D" unique_id=1086145076] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -110,10 +110,10 @@ margin_top_ratio = 0.1 margin_right_ratio = 0.2 margin_bottom_ratio = 0.2 -[node name="AspectRatioContainer" type="AspectRatioContainer" parent="SpriteControl/TextBox_Sprite2D/PercentMarginContainer"] +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="SpriteControl/TextBox_Sprite2D/PercentMarginContainer" unique_id=884235728] layout_mode = 2 -[node name="AutoSizeLabel" parent="SpriteControl/TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" instance=ExtResource("4_26xiq")] +[node name="AutoSizeLabel" parent="SpriteControl/TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" unique_id=946321664 instance=ExtResource("4_26xiq")] unique_name_in_owner = true layout_mode = 2 @@ -122,16 +122,15 @@ theme_override_colors/font_color = Color(0, 0, 0, 1) text = "" label_settings = ExtResource("9_ah5ir") -[node name="AnimatedSprite2D_Arms" type="AnimatedSprite2D" parent="SpriteControl"] +[node name="AnimatedSprite2D_Arms" type="AnimatedSprite2D" parent="SpriteControl" unique_id=1825015543] unique_name_in_owner = true scale = Vector2(0.5, 0.5) sprite_frames = ExtResource("6_i86t4") animation = &"idle" -frame_progress = 0.8706333 centered = false offset = Vector2(-0.000205994, 0.00019455) -[node name="FrontFX" type="Control" parent="."] +[node name="FrontFX" type="Control" parent="." unique_id=723899549] custom_minimum_size = Vector2(0, 220) anchors_preset = 0 anchor_right = 1.0 @@ -140,7 +139,7 @@ size_flags_vertical = 0 mouse_filter = 1 metadata/_edit_use_anchors_ = true -[node name="Right_Stars" parent="FrontFX" instance=ExtResource("13_jfr88")] +[node name="Right_Stars" parent="FrontFX" unique_id=2145521264 instance=ExtResource("13_jfr88")] unique_name_in_owner = true position = Vector2(200, 242) diff --git a/sources/minigames/jellyfish/jellyfish_minigame.tscn b/sources/minigames/jellyfish/jellyfish_minigame.tscn index f3bdd892..559f67c8 100644 --- a/sources/minigames/jellyfish/jellyfish_minigame.tscn +++ b/sources/minigames/jellyfish/jellyfish_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://dtcgj6ee8jt2t"] +[gd_scene format=3 uid="uid://dtcgj6ee8jt2t"] [ext_resource type="PackedScene" uid="uid://clbi7qphyh0so" path="res://sources/minigames/base/hear_and_find/syllables_minigame.tscn" id="1_hauef"] [ext_resource type="Script" uid="uid://b5own5tlvbofc" path="res://sources/minigames/jellyfish/jellyfish_minigame.gd" id="2_gnjlp"] @@ -6,18 +6,18 @@ [ext_resource type="Texture2D" uid="uid://cq87j1xw4c31r" path="res://assets/minigames/jellyfish/graphic/gauge_icon_jellyfish_full.png" id="5_4gwjw"] [ext_resource type="Texture2D" uid="uid://d60ylt2dvc2s" path="res://assets/minigames/jellyfish/graphic/background.png" id="6_sn7hv"] -[node name="JellyfishMinigame" instance=ExtResource("1_hauef")] +[node name="JellyfishMinigame" unique_id=342628221 instance=ExtResource("1_hauef")] script = ExtResource("2_gnjlp") lesson_nb = 12 difficulty = 4 max_number_of_lives = 5 max_progression = 8 -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("4_1m7js") full_progression_icon = ExtResource("5_4gwjw") -[node name="TextureRect" type="TextureRect" parent="GameRoot" index="0"] +[node name="TextureRect" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=470838651] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -26,7 +26,7 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("6_sn7hv") -[node name="SpawningSpace" type="Control" parent="GameRoot" index="1"] +[node name="SpawningSpace" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=1521195317] unique_name_in_owner = true custom_minimum_size = Vector2(1400, 2.08165e-12) layout_mode = 1 @@ -39,6 +39,6 @@ offset_right = 600.0 grow_horizontal = 2 grow_vertical = 2 -[node name="SpawnTimer" type="Timer" parent="GameRoot" index="2"] +[node name="SpawnTimer" type="Timer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=2032028375] [connection signal="timeout" from="GameRoot/SpawnTimer" to="." method="_on_spawn_timer_timeout"] diff --git a/sources/minigames/jellyfish/pink_jellyfish_animations_arms.tres b/sources/minigames/jellyfish/pink_jellyfish_animations_arms.tres index fd92effc..604184aa 100644 --- a/sources/minigames/jellyfish/pink_jellyfish_animations_arms.tres +++ b/sources/minigames/jellyfish/pink_jellyfish_animations_arms.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=25 format=3 uid="uid://cu631qur8h6sj"] +[gd_resource type="SpriteFrames" format=3 uid="uid://cu631qur8h6sj"] [ext_resource type="Texture2D" uid="uid://cj8mhhve72ff" path="res://assets/minigames/jellyfish/graphic/pink_jellyfish_layer_2.png" id="1_jy1pf"] diff --git a/sources/minigames/jellyfish/pink_jellyfish_animations_body.tres b/sources/minigames/jellyfish/pink_jellyfish_animations_body.tres index 7a0ed2e0..7f2500fb 100644 --- a/sources/minigames/jellyfish/pink_jellyfish_animations_body.tres +++ b/sources/minigames/jellyfish/pink_jellyfish_animations_body.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=25 format=3 uid="uid://dijfxjt76waan"] +[gd_resource type="SpriteFrames" format=3 uid="uid://dijfxjt76waan"] [ext_resource type="Texture2D" uid="uid://ouogv4kicu4d" path="res://assets/minigames/jellyfish/graphic/pink_jellyfish_layer_1.png" id="1_qtl0h"] diff --git a/sources/minigames/jellyfish/red_jellyfish_animations.tres b/sources/minigames/jellyfish/red_jellyfish_animations.tres index 1e77e4a4..9a2b5a48 100644 --- a/sources/minigames/jellyfish/red_jellyfish_animations.tres +++ b/sources/minigames/jellyfish/red_jellyfish_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=20 format=3 uid="uid://dquynn3nx52o"] +[gd_resource type="SpriteFrames" format=3 uid="uid://dquynn3nx52o"] [ext_resource type="Texture2D" uid="uid://dsu5iyecure3" path="res://assets/minigames/jellyfish/graphic/red_jellyfish.png" id="1_ehiau"] diff --git a/sources/minigames/monkeys/broken_coconut_fx.tscn b/sources/minigames/monkeys/broken_coconut_fx.tscn index 49d10919..1c000b40 100644 --- a/sources/minigames/monkeys/broken_coconut_fx.tscn +++ b/sources/minigames/monkeys/broken_coconut_fx.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=18 format=3 uid="uid://cnt2q4hqn1wsq"] +[gd_scene format=3 uid="uid://cnt2q4hqn1wsq"] [ext_resource type="Texture2D" uid="uid://bryeqjo7o8qlv" path="res://assets/minigames/monkeys/graphic/broken_coconut_01.png" id="1_ivxel"] [ext_resource type="Script" uid="uid://qd61mijbp5uu" path="res://sources/minigames/monkeys/broken_coconut_fx.gd" id="1_vwvtm"] @@ -67,12 +67,12 @@ direction = Vector3(0, 0, 0) scale_curve = SubResource("CurveTexture_2nhtu") color_ramp = SubResource("GradientTexture1D_owuer") -[node name="BrokenCoconutFX" type="Control"] +[node name="BrokenCoconutFX" type="Control" unique_id=356892500] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_vwvtm") -[node name="TopParticles" type="GPUParticles2D" parent="."] +[node name="TopParticles" type="GPUParticles2D" parent="." unique_id=1414483585] emitting = false amount = 1 texture = ExtResource("1_ivxel") @@ -80,7 +80,7 @@ lifetime = 3.0 one_shot = true process_material = SubResource("ParticleProcessMaterial_iijg8") -[node name="ShardsParticles" type="GPUParticles2D" parent="."] +[node name="ShardsParticles" type="GPUParticles2D" parent="." unique_id=1749583745] emitting = false texture = ExtResource("2_logsj") lifetime = 3.0 @@ -88,7 +88,7 @@ one_shot = true explosiveness = 1.0 process_material = SubResource("ParticleProcessMaterial_ivqj5") -[node name="BottomParticles" type="GPUParticles2D" parent="."] +[node name="BottomParticles" type="GPUParticles2D" parent="." unique_id=1698907707] emitting = false amount = 1 texture = ExtResource("2_kd03l") @@ -96,7 +96,7 @@ lifetime = 3.0 one_shot = true process_material = SubResource("ParticleProcessMaterial_d8slu") -[node name="LinesParticles" type="GPUParticles2D" parent="."] +[node name="LinesParticles" type="GPUParticles2D" parent="." unique_id=160029704] position = Vector2(0, -16) emitting = false amount = 3 diff --git a/sources/minigames/monkeys/coconut.tscn b/sources/minigames/monkeys/coconut.tscn index 2f0ae063..1eabfad6 100644 --- a/sources/minigames/monkeys/coconut.tscn +++ b/sources/minigames/monkeys/coconut.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://2mwfjg3c68p1"] +[gd_scene format=3 uid="uid://2mwfjg3c68p1"] [ext_resource type="Texture2D" uid="uid://bh28uja7gs8u4" path="res://assets/minigames/monkeys/graphic/coconut.png" id="1_fvymg"] [ext_resource type="Script" uid="uid://q6go00k3f50e" path="res://sources/minigames/monkeys/coconut.gd" id="1_yojn5"] @@ -6,17 +6,17 @@ [ext_resource type="LabelSettings" uid="uid://c4n6n26sxuxbh" path="res://resources/themes/minigames_label_settings_monkey_coconut.tres" id="4_50ros"] [ext_resource type="PackedScene" uid="uid://cnt2q4hqn1wsq" path="res://sources/minigames/monkeys/broken_coconut_fx.tscn" id="5_ddd0v"] -[node name="Coconut" type="Node2D"] +[node name="Coconut" type="Node2D" unique_id=458844620] script = ExtResource("1_yojn5") -[node name="HighlightFX" parent="." instance=ExtResource("2_8nuxj")] +[node name="HighlightFX" parent="." unique_id=322793059 instance=ExtResource("2_8nuxj")] scale = Vector2(0.5, 0.5) -[node name="Sprite2D" type="Sprite2D" parent="."] +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1698025124] scale = Vector2(1.5, 1.5) texture = ExtResource("1_fvymg") -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=1611286912] custom_minimum_size = Vector2(110, 2.08165e-12) offset_left = -91.0 offset_top = -100.0 @@ -28,4 +28,4 @@ label_settings = ExtResource("4_50ros") horizontal_alignment = 1 vertical_alignment = 1 -[node name="BrokenCoconutFX" parent="." instance=ExtResource("5_ddd0v")] +[node name="BrokenCoconutFX" parent="." unique_id=745079414 instance=ExtResource("5_ddd0v")] diff --git a/sources/minigames/monkeys/king_monkey.tscn b/sources/minigames/monkeys/king_monkey.tscn index 6eeaceb6..c33ae823 100644 --- a/sources/minigames/monkeys/king_monkey.tscn +++ b/sources/minigames/monkeys/king_monkey.tscn @@ -1,25 +1,25 @@ -[gd_scene load_steps=3 format=3 uid="uid://b8r26vroslasj"] +[gd_scene format=3 uid="uid://b8r26vroslasj"] [ext_resource type="Script" uid="uid://dq7mfmu114cvl" path="res://sources/minigames/monkeys/king_monkey.gd" id="1_6p7n7"] [ext_resource type="SpriteFrames" uid="uid://dwaype8bcilxr" path="res://sources/minigames/monkeys/monkey_king_animations.tres" id="2_kvt4j"] -[node name="KingMonkey" type="Node2D"] +[node name="KingMonkey" type="Node2D" unique_id=1759988377] script = ExtResource("1_6p7n7") -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=307280680] scale = Vector2(0.9, 0.9) sprite_frames = ExtResource("2_kvt4j") animation = &"catch" autoplay = "idle" -[node name="CatchPosition" type="Marker2D" parent="."] +[node name="CatchPosition" type="Marker2D" parent="." unique_id=1666934520] position = Vector2(255, 32) scale = Vector2(0.99999994, 0.99999994) -[node name="ReadPosition" type="Marker2D" parent="."] +[node name="ReadPosition" type="Marker2D" parent="." unique_id=1057747392] position = Vector2(-255, 32) -[node name="ThrowPosition" type="Marker2D" parent="."] +[node name="ThrowPosition" type="Marker2D" parent="." unique_id=1995566514] position = Vector2(0, 256) [connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animated_sprite_2d_animation_finished"] diff --git a/sources/minigames/monkeys/monkey.tscn b/sources/minigames/monkeys/monkey.tscn index 3ea3396c..12e9d7f7 100644 --- a/sources/minigames/monkeys/monkey.tscn +++ b/sources/minigames/monkeys/monkey.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=31 format=3 uid="uid://bp0b4xkr7nwed"] +[gd_scene format=3 uid="uid://bp0b4xkr7nwed"] [ext_resource type="Script" uid="uid://b37oioeh1rnly" path="res://sources/minigames/monkeys/monkey.gd" id="1_cvvgu"] [ext_resource type="Texture2D" uid="uid://cgf8gkpp0hpuf" path="res://assets/minigames/monkeys/graphic/stunned_00.png" id="2_6848f"] @@ -108,37 +108,37 @@ signal dragging() " -[node name="Monkey" type="Node2D"] +[node name="Monkey" type="Node2D" unique_id=1341983060] script = ExtResource("1_cvvgu") -[node name="Stars" type="AnimatedSprite2D" parent="."] +[node name="Stars" type="AnimatedSprite2D" parent="." unique_id=982025717] visible = false position = Vector2(0, -232) sprite_frames = SubResource("SpriteFrames_eq3s8") autoplay = "default" frame_progress = 0.6102003 -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1188376675] scale = Vector2(0.9, 0.9) sprite_frames = ExtResource("20_l0op8") animation = &"idle" autoplay = "idle" offset = Vector2(2.08165e-12, -54) -[node name="Coconut" parent="." instance=ExtResource("3_tws3c")] +[node name="Coconut" parent="." unique_id=802219304 instance=ExtResource("3_tws3c")] position = Vector2(-224, -31.99999) rotation = -0.10472 scale = Vector2(0.99999994, 0.99999994) -[node name="HitPosition" type="Marker2D" parent="."] +[node name="HitPosition" type="Marker2D" parent="." unique_id=2013723562] position = Vector2(-74, -151) gizmo_extents = 20.0 -[node name="GrabPosition" type="Marker2D" parent="."] +[node name="GrabPosition" type="Marker2D" parent="." unique_id=1203812361] position = Vector2(-96, 104) gizmo_extents = 20.0 -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=1017174084] offset_left = -320.0 offset_top = -144.0 offset_right = -57.0 @@ -150,14 +150,14 @@ theme_override_styles/disabled = SubResource("StyleBoxEmpty_i3dnl") theme_override_styles/focus = SubResource("StyleBoxEmpty_d4bmj") script = SubResource("GDScript_fxkfh") -[node name="DragPreview" type="TextureRect" parent="Button"] +[node name="DragPreview" type="TextureRect" parent="Button" unique_id=1507351032] visible = false layout_mode = 0 offset_right = 128.0 offset_bottom = 128.0 texture = ExtResource("4_8r7im") -[node name="Label" type="Label" parent="Button/DragPreview"] +[node name="Label" type="Label" parent="Button/DragPreview" unique_id=1610444995] custom_minimum_size = Vector2(110, 2.08165e-12) layout_mode = 0 offset_left = 7.0 diff --git a/sources/minigames/monkeys/monkey_animations.tres b/sources/minigames/monkeys/monkey_animations.tres index f3a2fca0..e7c26d6d 100644 --- a/sources/minigames/monkeys/monkey_animations.tres +++ b/sources/minigames/monkeys/monkey_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=46 format=3 uid="uid://b68wc2dfmh3e7"] +[gd_resource type="SpriteFrames" format=3 uid="uid://b68wc2dfmh3e7"] [ext_resource type="Texture2D" uid="uid://d0jobqj4fvrwy" path="res://assets/minigames/monkeys/graphic/monkey_spritesheet.png" id="2_1no8m"] diff --git a/sources/minigames/monkeys/monkey_king_animations.tres b/sources/minigames/monkeys/monkey_king_animations.tres index a77bf704..ece4e429 100644 --- a/sources/minigames/monkeys/monkey_king_animations.tres +++ b/sources/minigames/monkeys/monkey_king_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=44 format=3 uid="uid://dwaype8bcilxr"] +[gd_resource type="SpriteFrames" format=3 uid="uid://dwaype8bcilxr"] [ext_resource type="Texture2D" uid="uid://boxmlmbplr12i" path="res://assets/minigames/monkeys/graphic/king_spritesheet.png" id="1_0u278"] diff --git a/sources/minigames/monkeys/monkeys_minigame.tscn b/sources/minigames/monkeys/monkeys_minigame.tscn index 248db8f0..b892bdc2 100644 --- a/sources/minigames/monkeys/monkeys_minigame.tscn +++ b/sources/minigames/monkeys/monkeys_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=12 format=3 uid="uid://c20bhtvqds4p6"] +[gd_scene format=3 uid="uid://c20bhtvqds4p6"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_6nhsm"] [ext_resource type="Script" uid="uid://dvmvvbfb666cg" path="res://sources/minigames/monkeys/monkeys_minigame.gd" id="2_12lw5"] @@ -12,7 +12,7 @@ [ext_resource type="FontFile" uid="uid://bj2rpti6g24kk" path="res://assets/fonts/kalulu_mulish_bold.otf" id="10_ebf48"] [ext_resource type="Texture2D" uid="uid://u2x8lg54e1g" path="res://assets/minigames/monkeys/graphic/caterpillar.png" id="11_ebf48"] -[node name="MonkeysMinigame" instance=ExtResource("1_6nhsm")] +[node name="MonkeysMinigame" unique_id=2041470235 instance=ExtResource("1_6nhsm")] script = ExtResource("2_12lw5") throw_to_king_duration = 1.2 throw_to_monkey_duration = 0.8 @@ -26,7 +26,7 @@ difficulty = 4 max_number_of_lives = 5 max_progression = 5 -[node name="Background" type="TextureRect" parent="GameRoot" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=895762626] texture_repeat = 3 layout_mode = 0 offset_left = -0.5 @@ -36,7 +36,7 @@ offset_bottom = 1686.0 size_flags_vertical = 3 texture = ExtResource("3_xpybj") -[node name="BackgroundShadows" type="TextureRect" parent="GameRoot" index="1"] +[node name="BackgroundShadows" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=1211751252] texture_repeat = 3 layout_mode = 0 offset_top = -115.0 @@ -44,7 +44,7 @@ offset_right = 2561.0 offset_bottom = 1686.0 texture = ExtResource("4_awer8") -[node name="Ground" type="TextureRect" parent="GameRoot" index="2"] +[node name="Ground" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=220986790] custom_minimum_size = Vector2(2.08165e-12, 250) layout_mode = 0 offset_left = -0.5 @@ -53,32 +53,32 @@ offset_right = 2560.5 offset_bottom = 1925.5 texture = ExtResource("4_m2hoh") -[node name="PalmTreeMonkeys" type="Sprite2D" parent="GameRoot" index="3"] +[node name="PalmTreeMonkeys" type="Sprite2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=1834595774] position = Vector2(1914, 870) scale = Vector2(1.4, 1) texture = ExtResource("5_2qxen") -[node name="Position1" type="Marker2D" parent="GameRoot/PalmTreeMonkeys" index="0"] +[node name="Position1" type="Marker2D" parent="GameRoot/PalmTreeMonkeys" index="0" unique_id=821973095] position = Vector2(-36.428574, -453) -[node name="Position2" type="Marker2D" parent="GameRoot/PalmTreeMonkeys" index="1"] +[node name="Position2" type="Marker2D" parent="GameRoot/PalmTreeMonkeys" index="1" unique_id=1366834326] position = Vector2(-36.428574, 39) -[node name="Position3" type="Marker2D" parent="GameRoot/PalmTreeMonkeys" index="2"] +[node name="Position3" type="Marker2D" parent="GameRoot/PalmTreeMonkeys" index="2" unique_id=624156180] position = Vector2(-36.428574, 528) -[node name="PlamTreeKing" type="Sprite2D" parent="GameRoot" index="4"] +[node name="PlamTreeKing" type="Sprite2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="4" unique_id=1643389803] position = Vector2(819, 1039) texture = ExtResource("6_f5ri1") -[node name="KingMonkey" parent="GameRoot/PlamTreeKing" index="0" instance=ExtResource("7_43p1x")] +[node name="KingMonkey" parent="GameRoot/PlamTreeKing" index="0" unique_id=450360249 instance=ExtResource("7_43p1x")] position = Vector2(7, -701) -[node name="TextPlank" type="Sprite2D" parent="GameRoot" index="5"] +[node name="TextPlank" type="Sprite2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="5" unique_id=801038290] position = Vector2(863, 1574) texture = ExtResource("8_j0b56") -[node name="Label" type="RichTextLabel" parent="GameRoot/TextPlank" index="0"] +[node name="Label" type="RichTextLabel" parent="GameRoot/TextPlank" index="0" unique_id=348806954] offset_left = -360.0 offset_top = -125.0 offset_right = 360.0 @@ -91,7 +91,7 @@ text = "gf[color=green]m[/color]" horizontal_alignment = 1 vertical_alignment = 1 -[node name="Monkeys" type="Control" parent="GameRoot" index="6"] +[node name="Monkeys" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="6" unique_id=1039805988] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -99,14 +99,14 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="ParabolaSummit" type="Control" parent="GameRoot" index="7"] +[node name="ParabolaSummit" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="7" unique_id=321509035] anchors_preset = 0 offset_left = 1316.0 offset_top = 36.0 offset_right = 1356.0 offset_bottom = 76.0 -[node name="Caterpillar" type="Sprite2D" parent="." index="4"] +[node name="Caterpillar" type="Sprite2D" parent="." index="4" unique_id=229164884] position = Vector2(1124, 1349.0001) scale = Vector2(0.31, 0.31) texture = ExtResource("11_ebf48") diff --git a/sources/minigames/parakeets/green_parakeet_animations.tres b/sources/minigames/parakeets/green_parakeet_animations.tres index d483c837..44848ce2 100644 --- a/sources/minigames/parakeets/green_parakeet_animations.tres +++ b/sources/minigames/parakeets/green_parakeet_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=54 format=3 uid="uid://b0v0hphpt2npg"] +[gd_resource type="SpriteFrames" format=3 uid="uid://b0v0hphpt2npg"] [ext_resource type="Texture2D" uid="uid://xo0vj3ubvidu" path="res://assets/minigames/parakeets/graphic/green_parakeet_spritesheet.png" id="1_knm81"] diff --git a/sources/minigames/parakeets/green_parakeet_feathers_animations.tres b/sources/minigames/parakeets/green_parakeet_feathers_animations.tres index fed6f641..16bf44ce 100644 --- a/sources/minigames/parakeets/green_parakeet_feathers_animations.tres +++ b/sources/minigames/parakeets/green_parakeet_feathers_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=10 format=3 uid="uid://ecmie8tg1cf7"] +[gd_resource type="SpriteFrames" format=3 uid="uid://ecmie8tg1cf7"] [ext_resource type="Texture2D" uid="uid://xo0vj3ubvidu" path="res://assets/minigames/parakeets/graphic/green_parakeet_spritesheet.png" id="1_0mxru"] diff --git a/sources/minigames/parakeets/parakeet.tscn b/sources/minigames/parakeets/parakeet.tscn index ced4c0ad..5cff21aa 100644 --- a/sources/minigames/parakeets/parakeet.tscn +++ b/sources/minigames/parakeets/parakeet.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=18 format=3 uid="uid://cmoeum0oc0p2"] +[gd_scene format=3 uid="uid://cmoeum0oc0p2"] [ext_resource type="Script" uid="uid://cir1ejxole7pu" path="res://sources/minigames/parakeets/parakeet.gd" id="1_p0nqk"] [ext_resource type="PackedScene" uid="uid://cn2rw06pltyiu" path="res://sources/utils/fx/right.tscn" id="2_afmcm"] @@ -28,27 +28,27 @@ outline_color = Color(0.2, 0.2, 0.2, 1) [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_45x46"] -[node name="Parakeet" type="Node2D"] +[node name="Parakeet" type="Node2D" unique_id=1132826004] scale = Vector2(0.2, 0.2) script = ExtResource("1_p0nqk") -[node name="RightFX" parent="." instance=ExtResource("2_afmcm")] +[node name="RightFX" parent="." unique_id=777040780 instance=ExtResource("2_afmcm")] offset_top = 600.0 offset_bottom = 600.0 scale = Vector2(2.5, 2.5) -[node name="WrongFX" parent="." instance=ExtResource("6_7mdw2")] +[node name="WrongFX" parent="." unique_id=428403798 instance=ExtResource("6_7mdw2")] offset_top = 600.0 offset_bottom = 600.0 scale = Vector2(2.5, 2.5) -[node name="TextBox_Sprite2D" type="Sprite2D" parent="."] +[node name="TextBox_Sprite2D" type="Sprite2D" parent="." unique_id=1673626178] unique_name_in_owner = true position = Vector2(0, 600) scale = Vector2(1.5, 1.5) texture = ExtResource("3_jc4en") -[node name="PercentMarginContainer" type="Container" parent="TextBox_Sprite2D"] +[node name="PercentMarginContainer" type="Container" parent="TextBox_Sprite2D" unique_id=852816295] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -64,10 +64,10 @@ margin_top_ratio = 0.1 margin_right_ratio = 0.2 margin_bottom_ratio = 0.2 -[node name="AspectRatioContainer" type="AspectRatioContainer" parent="TextBox_Sprite2D/PercentMarginContainer"] +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="TextBox_Sprite2D/PercentMarginContainer" unique_id=1884152847] layout_mode = 2 -[node name="AutoSizeLabel" parent="TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" instance=ExtResource("5_q71gb")] +[node name="AutoSizeLabel" parent="TextBox_Sprite2D/PercentMarginContainer/AspectRatioContainer" unique_id=1881746542 instance=ExtResource("5_q71gb")] unique_name_in_owner = true layout_mode = 2 @@ -76,21 +76,21 @@ theme_override_colors/font_color = Color(0, 0, 0, 1) text = "" label_settings = SubResource("LabelSettings_thibt") -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1157745331] scale = Vector2(2, 2) sprite_frames = ExtResource("2_k0dcm") animation = &"sad" autoplay = "idle_front" offset = Vector2(2.08165e-12, -82) -[node name="AnimatedSprite2D_Feathers" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D_Feathers" type="AnimatedSprite2D" parent="." unique_id=1119538634] visible = false scale = Vector2(2, 2) sprite_frames = ExtResource("9_oc4sp") animation = &"feathers_fall" offset = Vector2(2.08165e-12, -82) -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=1921167596] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 @@ -106,7 +106,7 @@ label_settings = ExtResource("5_xdkkw") horizontal_alignment = 1 vertical_alignment = 1 -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=1264594927] offset_left = -325.0 offset_top = -680.0 offset_right = 325.0 @@ -117,7 +117,7 @@ theme_override_styles/hover = SubResource("StyleBoxEmpty_aup5h") theme_override_styles/disabled = SubResource("StyleBoxEmpty_b6a1p") theme_override_styles/focus = SubResource("StyleBoxEmpty_45x46") -[node name="Right_Stars" parent="." instance=ExtResource("12_q71gb")] +[node name="Right_Stars" parent="." unique_id=542037013 instance=ExtResource("12_q71gb")] position = Vector2(0, 600.00006) scale = Vector2(5, 5) diff --git a/sources/minigames/parakeets/parakeets_minigame.tscn b/sources/minigames/parakeets/parakeets_minigame.tscn index 9302a5bd..2a03290f 100644 --- a/sources/minigames/parakeets/parakeets_minigame.tscn +++ b/sources/minigames/parakeets/parakeets_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=15 format=3 uid="uid://8cbihh6410yp"] +[gd_scene format=3 uid="uid://8cbihh6410yp"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_oeg4r"] [ext_resource type="Script" uid="uid://dlq28cmi0bpm8" path="res://sources/minigames/parakeets/parakeets_minigame.gd" id="2_x6xn5"] @@ -15,7 +15,7 @@ [ext_resource type="Texture2D" uid="uid://dphj3hqfnnw4p" path="res://assets/minigames/parakeets/graphic/cloud_2.png" id="10_k6xou"] [ext_resource type="Texture2D" uid="uid://1btgagsporxa" path="res://assets/minigames/parakeets/graphic/cloud_3.png" id="11_g6pid"] -[node name="Parakeets" instance=ExtResource("1_oeg4r")] +[node name="Parakeets" unique_id=1381081767 instance=ExtResource("1_oeg4r")] script = ExtResource("2_x6xn5") fly_duration = 3.0 minigame_name = 2 @@ -23,12 +23,12 @@ lesson_nb = 8 difficulty = 4 max_number_of_lives = 5 -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("5_yt7mv") full_progression_icon = ExtResource("6_46vnr") stimulus_button_visible = false -[node name="Background" type="TextureRect" parent="GameRoot" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=578273821] texture_repeat = 3 layout_mode = 1 anchors_preset = 15 @@ -38,29 +38,29 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("5_41y6a") -[node name="BackgroundSun" type="Sprite2D" parent="GameRoot" index="1"] +[node name="BackgroundSun" type="Sprite2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=1931789052] position = Vector2(1900, 230) texture = ExtResource("7_k6xou") -[node name="Clouds" type="Node2D" parent="GameRoot" index="2"] +[node name="Clouds" type="Node2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=140913196] script = ExtResource("8_cy1rn") max_speed = 80.0 min_y = 100.0 max_y = 300.0 -[node name="cloud_1" type="Sprite2D" parent="GameRoot/Clouds" index="0"] +[node name="cloud_1" type="Sprite2D" parent="GameRoot/Clouds" index="0" unique_id=215660117] position = Vector2(623, 253.5) texture = ExtResource("9_6ktwy") -[node name="cloud_2" type="Sprite2D" parent="GameRoot/Clouds" index="1"] +[node name="cloud_2" type="Sprite2D" parent="GameRoot/Clouds" index="1" unique_id=836501247] position = Vector2(1088, 256) texture = ExtResource("10_k6xou") -[node name="cloud_3" type="Sprite2D" parent="GameRoot/Clouds" index="2"] +[node name="cloud_3" type="Sprite2D" parent="GameRoot/Clouds" index="2" unique_id=41719553] position = Vector2(1904, 248) texture = ExtResource("11_g6pid") -[node name="BackgroundShadows" type="TextureRect" parent="GameRoot" index="3"] +[node name="BackgroundShadows" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=275259032] texture_repeat = 3 layout_mode = 1 anchors_preset = 15 @@ -70,193 +70,193 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("6_6ktwy") -[node name="TreeTrunk" type="Sprite2D" parent="GameRoot" index="4"] +[node name="TreeTrunk" type="Sprite2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="4" unique_id=1782698950] position = Vector2(1300, 900) scale = Vector2(0.85, 1) texture = ExtResource("8_g6pid") -[node name="Branches" type="Node2D" parent="GameRoot/TreeTrunk" index="0"] +[node name="Branches" type="Node2D" parent="GameRoot/TreeTrunk" index="0" unique_id=1075381262] -[node name="TreeBranch" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="0"] +[node name="TreeBranch" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="0" unique_id=447145458] -[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch" index="0"] +[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch" index="0" unique_id=1355268610] position = Vector2(275, -506) -[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch" index="1"] +[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch" index="1" unique_id=2056371495] position = Vector2(650, -506) -[node name="Position3" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch" index="2"] +[node name="Position3" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch" index="2" unique_id=1745549224] position = Vector2(1000, -506) -[node name="TreeBranch2" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="1"] +[node name="TreeBranch2" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="1" unique_id=103396120] -[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch2" index="0"] +[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch2" index="0" unique_id=984742717] position = Vector2(-900, -338) -[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch2" index="1"] +[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch2" index="1" unique_id=1787458892] position = Vector2(-588, -338) -[node name="Position3" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch2" index="2"] +[node name="Position3" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch2" index="2" unique_id=1806032991] position = Vector2(-290, -338) -[node name="TreeBranch3" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="2"] +[node name="TreeBranch3" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="2" unique_id=2037136472] -[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="0"] +[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="0" unique_id=1927891997] position = Vector2(200, 38) -[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="1"] +[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="1" unique_id=1351669422] position = Vector2(490, 38) -[node name="Position3" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="2"] +[node name="Position3" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="2" unique_id=629385688] position = Vector2(780, 38) -[node name="Position4" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="3"] +[node name="Position4" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch3" index="3" unique_id=1433795559] position = Vector2(1070, 38) -[node name="TreeBranch4" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="3"] +[node name="TreeBranch4" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="3" unique_id=1058956423] -[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch4" index="0"] +[node name="Position" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch4" index="0" unique_id=1140755527] position = Vector2(-785, 270) -[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch4" index="1"] +[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch4" index="1" unique_id=608099648] position = Vector2(-362, 270) -[node name="TreeBranch5" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="4"] +[node name="TreeBranch5" type="Node2D" parent="GameRoot/TreeTrunk/Branches" index="4" unique_id=317997934] -[node name="Nest" type="Sprite2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch5" index="0"] +[node name="Nest" type="Sprite2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch5" index="0" unique_id=751969836] position = Vector2(550, 551) rotation = -0.012217305 texture = ExtResource("9_0u6jo") -[node name="Position1" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch5/Nest" index="0"] +[node name="Position1" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch5/Nest" index="0" unique_id=417460693] position = Vector2(-120, -77) -[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch5/Nest" index="1"] +[node name="Position2" type="Marker2D" parent="GameRoot/TreeTrunk/Branches/TreeBranch5/Nest" index="1" unique_id=1106353108] position = Vector2(180, -77) -[node name="Ant" type="Sprite2D" parent="GameRoot/TreeTrunk" index="1"] +[node name="Ant" type="Sprite2D" parent="GameRoot/TreeTrunk" index="1" unique_id=1967925039] position = Vector2(-122, 777) scale = Vector2(0.5, 0.5) texture = ExtResource("10_hrbjs") -[node name="Ant2" type="Sprite2D" parent="GameRoot/TreeTrunk" index="2"] +[node name="Ant2" type="Sprite2D" parent="GameRoot/TreeTrunk" index="2" unique_id=1960238484] position = Vector2(-122, 600) scale = Vector2(0.5, 0.5) texture = ExtResource("10_hrbjs") -[node name="Ant3" type="Sprite2D" parent="GameRoot/TreeTrunk" index="3"] +[node name="Ant3" type="Sprite2D" parent="GameRoot/TreeTrunk" index="3" unique_id=92026929] position = Vector2(101, 800) scale = Vector2(-0.5, 0.5) texture = ExtResource("10_hrbjs") -[node name="Parakeets" type="Node" parent="GameRoot" index="5"] +[node name="Parakeets" type="Node" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="5" unique_id=1541745210] -[node name="FlyFrom" type="Control" parent="GameRoot" index="6"] +[node name="FlyFrom" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="6" unique_id=1277151487] anchors_preset = 0 offset_left = 2832.0 offset_top = 1157.0 offset_right = 2872.0 offset_bottom = 1197.0 -[node name="Position1" type="Control" parent="GameRoot/FlyFrom" index="0"] +[node name="Position1" type="Control" parent="GameRoot/FlyFrom" index="0" unique_id=1992157967] anchors_preset = 0 offset_left = -2494.0 offset_top = -1437.0 offset_right = -2454.0 offset_bottom = -1397.0 -[node name="Position2" type="Control" parent="GameRoot/FlyFrom" index="1"] +[node name="Position2" type="Control" parent="GameRoot/FlyFrom" index="1" unique_id=783246546] anchors_preset = 0 offset_left = -1738.0 offset_top = -1398.0 offset_right = -1698.0 offset_bottom = -1358.0 -[node name="Position3" type="Control" parent="GameRoot/FlyFrom" index="2"] +[node name="Position3" type="Control" parent="GameRoot/FlyFrom" index="2" unique_id=476802646] anchors_preset = 0 offset_left = -944.0 offset_top = -1341.0 offset_right = -904.0 offset_bottom = -1301.0 -[node name="Position4" type="Control" parent="GameRoot/FlyFrom" index="3"] +[node name="Position4" type="Control" parent="GameRoot/FlyFrom" index="3" unique_id=1018606178] anchors_preset = 0 offset_left = 154.0 offset_top = -916.0 offset_right = 194.0 offset_bottom = -876.0 -[node name="Position5" type="Control" parent="GameRoot/FlyFrom" index="4"] +[node name="Position5" type="Control" parent="GameRoot/FlyFrom" index="4" unique_id=1032452046] anchors_preset = 0 offset_left = -4.0 offset_top = -528.0 offset_right = 36.0 offset_bottom = -488.0 -[node name="Position6" type="Control" parent="GameRoot/FlyFrom" index="5"] +[node name="Position6" type="Control" parent="GameRoot/FlyFrom" index="5" unique_id=846553517] anchors_preset = 0 offset_left = -39.0 offset_top = -205.0 offset_right = 1.0 offset_bottom = -165.0 -[node name="Position7" type="Control" parent="GameRoot/FlyFrom" index="6"] +[node name="Position7" type="Control" parent="GameRoot/FlyFrom" index="6" unique_id=1588579435] anchors_preset = 0 offset_left = -33.0 offset_top = 360.0 offset_right = 7.0 offset_bottom = 400.0 -[node name="Position8" type="Control" parent="GameRoot/FlyFrom" index="7"] +[node name="Position8" type="Control" parent="GameRoot/FlyFrom" index="7" unique_id=1496256635] anchors_preset = 0 offset_left = -3198.0 offset_top = 164.0 offset_right = -3158.0 offset_bottom = 204.0 -[node name="Position9" type="Control" parent="GameRoot/FlyFrom" index="8"] +[node name="Position9" type="Control" parent="GameRoot/FlyFrom" index="8" unique_id=1960824835] anchors_preset = 0 offset_left = -3386.0 offset_top = -297.0 offset_right = -3346.0 offset_bottom = -257.0 -[node name="Position10" type="Control" parent="GameRoot/FlyFrom" index="9"] +[node name="Position10" type="Control" parent="GameRoot/FlyFrom" index="9" unique_id=2106877896] anchors_preset = 0 offset_left = -3068.0 offset_top = -579.0 offset_right = -3028.0 offset_bottom = -539.0 -[node name="Position11" type="Control" parent="GameRoot/FlyFrom" index="10"] +[node name="Position11" type="Control" parent="GameRoot/FlyFrom" index="10" unique_id=222773195] anchors_preset = 0 offset_left = -3160.0 offset_top = -967.0 offset_right = -3120.0 offset_bottom = -927.0 -[node name="Position12" type="Control" parent="GameRoot/FlyFrom" index="11"] +[node name="Position12" type="Control" parent="GameRoot/FlyFrom" index="11" unique_id=1452357626] anchors_preset = 0 offset_left = -2744.0 offset_top = -1312.0 offset_right = -2704.0 offset_bottom = -1272.0 -[node name="FlyAway" type="Control" parent="GameRoot" index="7"] +[node name="FlyAway" type="Control" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="7" unique_id=147639614] anchors_preset = 0 offset_left = 3046.0 offset_top = 1048.0 offset_right = 3086.0 offset_bottom = 1088.0 -[node name="Position1" type="Control" parent="GameRoot/FlyAway" index="0"] +[node name="Position1" type="Control" parent="GameRoot/FlyAway" index="0" unique_id=450586703] anchors_preset = 0 offset_left = 109.0 offset_top = 45.0 offset_right = 149.0 offset_bottom = 85.0 -[node name="Position2" type="Control" parent="GameRoot/FlyAway" index="1"] +[node name="Position2" type="Control" parent="GameRoot/FlyAway" index="1" unique_id=1417772864] anchors_preset = 0 offset_left = 239.0 offset_top = 45.0 diff --git a/sources/minigames/parakeets/red_parakeet_animations.tres b/sources/minigames/parakeets/red_parakeet_animations.tres index eea0dbd9..98811330 100644 --- a/sources/minigames/parakeets/red_parakeet_animations.tres +++ b/sources/minigames/parakeets/red_parakeet_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=54 format=3 uid="uid://wybpq21deku7"] +[gd_resource type="SpriteFrames" format=3 uid="uid://wybpq21deku7"] [ext_resource type="Texture2D" uid="uid://ct4ags1dnh17v" path="res://assets/minigames/parakeets/graphic/red_parakeet_spritesheet.png" id="1_xu2lq"] diff --git a/sources/minigames/parakeets/red_parakeet_feathers_animations.tres b/sources/minigames/parakeets/red_parakeet_feathers_animations.tres index 56c26715..c67276a0 100644 --- a/sources/minigames/parakeets/red_parakeet_feathers_animations.tres +++ b/sources/minigames/parakeets/red_parakeet_feathers_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=10 format=3 uid="uid://bortxskacy6vx"] +[gd_resource type="SpriteFrames" format=3 uid="uid://bortxskacy6vx"] [ext_resource type="Texture2D" uid="uid://ct4ags1dnh17v" path="res://assets/minigames/parakeets/graphic/red_parakeet_spritesheet.png" id="1_4srf1"] diff --git a/sources/minigames/parakeets/yellow_parakeet_animation.tres b/sources/minigames/parakeets/yellow_parakeet_animation.tres index 1ac7e92f..8b4f6491 100644 --- a/sources/minigames/parakeets/yellow_parakeet_animation.tres +++ b/sources/minigames/parakeets/yellow_parakeet_animation.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=54 format=3 uid="uid://c4xffrugn6xgx"] +[gd_resource type="SpriteFrames" format=3 uid="uid://c4xffrugn6xgx"] [ext_resource type="Texture2D" uid="uid://dd37d3qdrfrt0" path="res://assets/minigames/parakeets/graphic/yellow_parakeet_spritesheet.png" id="1_5275a"] diff --git a/sources/minigames/parakeets/yellow_parakeet_feathers_animations.tres b/sources/minigames/parakeets/yellow_parakeet_feathers_animations.tres index db20c757..4a821766 100644 --- a/sources/minigames/parakeets/yellow_parakeet_feathers_animations.tres +++ b/sources/minigames/parakeets/yellow_parakeet_feathers_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=10 format=3 uid="uid://q6ndn17on10h"] +[gd_resource type="SpriteFrames" format=3 uid="uid://q6ndn17on10h"] [ext_resource type="Texture2D" uid="uid://dd37d3qdrfrt0" path="res://assets/minigames/parakeets/graphic/yellow_parakeet_spritesheet.png" id="1_grfxv"] diff --git a/sources/minigames/penguin/penguin.tscn b/sources/minigames/penguin/penguin.tscn index 42735292..7b34e804 100644 --- a/sources/minigames/penguin/penguin.tscn +++ b/sources/minigames/penguin/penguin.tscn @@ -1,22 +1,22 @@ -[gd_scene load_steps=4 format=3 uid="uid://b78362g1yif2n"] +[gd_scene format=3 uid="uid://b78362g1yif2n"] [ext_resource type="Script" uid="uid://c25qilgxaqp1h" path="res://sources/minigames/penguin/penguin.gd" id="1_gyeou"] [ext_resource type="SpriteFrames" uid="uid://0pw6h7sibxap" path="res://sources/minigames/penguin/penguin_animations.tres" id="2_l6pmb"] [ext_resource type="AudioStream" uid="uid://bha6my06g7p4b" path="res://assets/minigames/monkeys/audio/monkey_sendcoco.mp3" id="8_dqq5e"] -[node name="Penguin" type="Node2D"] +[node name="Penguin" type="Node2D" unique_id=1835464943] script = ExtResource("1_gyeou") -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1888505078] position = Vector2(0, -174) scale = Vector2(2, 2) sprite_frames = ExtResource("2_l6pmb") animation = &"idle" autoplay = "idle" -[node name="Snowball_Start" type="Marker2D" parent="AnimatedSprite2D"] +[node name="Snowball_Start" type="Marker2D" parent="AnimatedSprite2D" unique_id=943243886] position = Vector2(132, -7.5) -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=65955835] stream = ExtResource("8_dqq5e") bus = &"Effects" diff --git a/sources/minigames/penguin/penguin_animations.tres b/sources/minigames/penguin/penguin_animations.tres index 69c08d3f..3df90469 100644 --- a/sources/minigames/penguin/penguin_animations.tres +++ b/sources/minigames/penguin/penguin_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=38 format=3 uid="uid://0pw6h7sibxap"] +[gd_resource type="SpriteFrames" format=3 uid="uid://0pw6h7sibxap"] [ext_resource type="Texture2D" uid="uid://4mr2idafmxcp" path="res://assets/minigames/penguin/graphic/penguin.png" id="1_qjien"] diff --git a/sources/minigames/penguin/penguin_label.tscn b/sources/minigames/penguin/penguin_label.tscn index 7cd15670..66cc148f 100644 --- a/sources/minigames/penguin/penguin_label.tscn +++ b/sources/minigames/penguin/penguin_label.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://hnhiv6odqvnk"] +[gd_scene format=3 uid="uid://hnhiv6odqvnk"] [ext_resource type="LabelSettings" uid="uid://jpm7cxm0xaeq" path="res://resources/themes/minigames_label_settings_penguins.tres" id="1_a244b"] [ext_resource type="Script" uid="uid://dgd47ntlm731" path="res://sources/minigames/penguin/penguin_label.gd" id="2_eu3c0"] @@ -6,13 +6,13 @@ [ext_resource type="PackedScene" uid="uid://cn2rw06pltyiu" path="res://sources/utils/fx/right.tscn" id="4_elaak"] [ext_resource type="PackedScene" uid="uid://dlmbxcgiv8tpr" path="res://sources/utils/fx/wrong.tscn" id="5_opr0c"] -[node name="PenguinLabel" type="Label"] +[node name="PenguinLabel" type="Label" unique_id=755851211] mouse_filter = 0 text = "test" label_settings = ExtResource("1_a244b") script = ExtResource("2_eu3c0") -[node name="BackFX" type="Control" parent="."] +[node name="BackFX" type="Control" parent="." unique_id=1533722512] show_behind_parent = true custom_minimum_size = Vector2(0, 265) layout_mode = 1 @@ -23,7 +23,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 0 -[node name="HighlightFX" parent="BackFX" instance=ExtResource("2_vlrm2")] +[node name="HighlightFX" parent="BackFX" unique_id=1271495487 instance=ExtResource("2_vlrm2")] unique_name_in_owner = true show_behind_parent = true layout_mode = 1 @@ -40,7 +40,7 @@ grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.5, 0.5) -[node name="RightFX" parent="BackFX" instance=ExtResource("4_elaak")] +[node name="RightFX" parent="BackFX" unique_id=1747250018 instance=ExtResource("4_elaak")] unique_name_in_owner = true show_behind_parent = true z_index = -1 @@ -58,7 +58,7 @@ grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.5, 0.5) -[node name="FrontFX" type="Control" parent="."] +[node name="FrontFX" type="Control" parent="." unique_id=2132029949] custom_minimum_size = Vector2(0, 265) layout_mode = 1 anchors_preset = 12 @@ -68,7 +68,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 0 -[node name="WrongFX" parent="FrontFX" instance=ExtResource("5_opr0c")] +[node name="WrongFX" parent="FrontFX" unique_id=1838009452 instance=ExtResource("5_opr0c")] unique_name_in_owner = true z_index = -1 layout_mode = 1 @@ -85,7 +85,7 @@ grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.5, 0.5) -[node name="Button" type="Button" parent="."] +[node name="Button" type="Button" parent="." unique_id=624613742] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 diff --git a/sources/minigames/penguin/penguin_minigame.tscn b/sources/minigames/penguin/penguin_minigame.tscn index 4f7ecc45..8dd68a18 100644 --- a/sources/minigames/penguin/penguin_minigame.tscn +++ b/sources/minigames/penguin/penguin_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://dpp3bpy1v80jk"] +[gd_scene format=3 uid="uid://dpp3bpy1v80jk"] [ext_resource type="PackedScene" uid="uid://8awe4usnucyv" path="res://sources/minigames/base/base_minigame.tscn" id="1_s6yuv"] [ext_resource type="Script" uid="uid://250f3suy83hr" path="res://sources/minigames/penguin/penguin_minigame.gd" id="2_ncha4"] @@ -8,19 +8,19 @@ [ext_resource type="Texture2D" uid="uid://dq23np4euf6da" path="res://assets/minigames/penguin/graphic/gauge_icon_penguin_full.png" id="4_yua7j"] [ext_resource type="Texture2D" uid="uid://b2bcmo1keh217" path="res://assets/minigames/ants/graphics/sentence_text_box.png" id="7_8iqp0"] -[node name="PenguinMinigame" instance=ExtResource("1_s6yuv")] +[node name="PenguinMinigame" unique_id=1041323901 instance=ExtResource("1_s6yuv")] script = ExtResource("2_ncha4") minigame_name = 8 lesson_nb = 60 max_number_of_lives = 5 max_progression = 5 -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("3_gdpi3") full_progression_icon = ExtResource("4_yua7j") stimulus_button_visible = false -[node name="Background" type="TextureRect" parent="GameRoot" index="0"] +[node name="Background" type="TextureRect" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=731869499] z_index = -99 layout_mode = 1 anchors_preset = 15 @@ -30,10 +30,10 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_8crb3") -[node name="Penguin" parent="GameRoot" index="1" instance=ExtResource("4_txvyj")] +[node name="Penguin" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=446017555 instance=ExtResource("4_txvyj")] position = Vector2(637, 1314) -[node name="SentenceBackground" type="HFlowContainer" parent="GameRoot" index="2"] +[node name="SentenceBackground" type="HFlowContainer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=414621906] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(0, 159) @@ -53,13 +53,13 @@ mouse_filter = 2 theme_override_constants/v_separation = 20 alignment = 1 -[node name="TextureRect" type="TextureRect" parent="GameRoot/SentenceBackground" index="0"] +[node name="TextureRect" type="TextureRect" parent="GameRoot/SentenceBackground" index="0" unique_id=655579677] z_index = -2 layout_mode = 2 texture = ExtResource("7_8iqp0") stretch_mode = 2 -[node name="Sentence" type="HFlowContainer" parent="GameRoot" index="3"] +[node name="Sentence" type="HFlowContainer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=162088451] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 diff --git a/sources/minigames/penguin/snowball.tscn b/sources/minigames/penguin/snowball.tscn index d5f7eb55..b7e9d29f 100644 --- a/sources/minigames/penguin/snowball.tscn +++ b/sources/minigames/penguin/snowball.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://cwvhrdw4hwvje"] +[gd_scene format=3 uid="uid://cwvhrdw4hwvje"] [ext_resource type="Script" uid="uid://dprlk8jqvbbek" path="res://sources/minigames/penguin/snowball.gd" id="1_1ihh4"] [ext_resource type="Texture2D" uid="uid://uc0g4jdjk61p" path="res://assets/minigames/penguin/graphic/snowball.png" id="1_wakpr"] @@ -24,19 +24,19 @@ scale_min = 0.25 scale_max = 0.75 color_ramp = SubResource("GradientTexture1D_mpadx") -[node name="Snowball" type="Path2D"] +[node name="Snowball" type="Path2D" unique_id=119908962] curve = SubResource("Curve2D_hpr8y") script = ExtResource("1_1ihh4") -[node name="PathFollow2D" type="PathFollow2D" parent="."] +[node name="PathFollow2D" type="PathFollow2D" parent="." unique_id=1695147351] rotation = -0.7853982 loop = false -[node name="Sprite2D" type="Sprite2D" parent="PathFollow2D"] +[node name="Sprite2D" type="Sprite2D" parent="PathFollow2D" unique_id=1023814480] scale = Vector2(2, 2) texture = ExtResource("1_wakpr") -[node name="Particles" type="GPUParticles2D" parent="PathFollow2D"] +[node name="Particles" type="GPUParticles2D" parent="PathFollow2D" unique_id=1698215733] emitting = false amount = 12 texture = ExtResource("1_wakpr") diff --git a/sources/minigames/turtles/green_turtle_animations.tres b/sources/minigames/turtles/green_turtle_animations.tres index ff804ada..b92f1ed4 100644 --- a/sources/minigames/turtles/green_turtle_animations.tres +++ b/sources/minigames/turtles/green_turtle_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=42 format=3 uid="uid://c40tm3trpxb7v"] +[gd_resource type="SpriteFrames" format=3 uid="uid://c40tm3trpxb7v"] [ext_resource type="Texture2D" uid="uid://cpyluuh331y6u" path="res://assets/minigames/turtles/graphic/green_turtle_spritesheet.png" id="1_ktd58"] diff --git a/sources/minigames/turtles/island.tscn b/sources/minigames/turtles/island.tscn index 2af035cd..f4e3712a 100644 --- a/sources/minigames/turtles/island.tscn +++ b/sources/minigames/turtles/island.tscn @@ -1,18 +1,18 @@ -[gd_scene load_steps=4 format=3 uid="uid://chuny571miwxm"] +[gd_scene format=3 uid="uid://chuny571miwxm"] [ext_resource type="Script" uid="uid://cevp5gxo42rre" path="res://sources/minigames/turtles/island.gd" id="1_bl1e4"] [ext_resource type="Texture2D" uid="uid://c3i6riv7blkux" path="res://assets/minigames/turtles/graphic/turtle_island.png" id="1_shxj4"] [ext_resource type="LabelSettings" uid="uid://bguqnhiblwick" path="res://resources/themes/minigames_label_settings.tres" id="3_wk2li"] -[node name="Island" type="Area2D"] +[node name="Island" type="Area2D" unique_id=416032656] collision_layer = 0 script = ExtResource("1_bl1e4") -[node name="Sprite2D" type="Sprite2D" parent="."] +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1571689762] scale = Vector2(0.8, 1) texture = ExtResource("1_shxj4") -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=1835240883] offset_left = -350.0 offset_top = -88.0 offset_right = 296.0 @@ -23,6 +23,6 @@ label_settings = ExtResource("3_wk2li") horizontal_alignment = 1 vertical_alignment = 1 -[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="." unique_id=790886017] scale = Vector2(0.8, 1) polygon = PackedVector2Array(212, -195, 46.5, -195, 42.5, -193, 40.099976, -193, 33.099976, -185, 31.700012, -185, 24, -166.4, 24, -161.9, 11.900024, -161, 3.5999756, -161, -10.299988, -155, -12.799988, -155, -26.900024, -142, -28.200012, -142, -38.700012, -122, -412.2, -122, -447.3, -116, -451.4, -116, -477.4, -104, -479.7, -104, -488.7, -97, -490.8, -97, -518.8, -70, -520.1, -70, -539.1, -38, -540.5, -38, -549, -5.899994, -549, 49.100006, -547, 56, -547, 60.399994, -535, 86.29999, -535, 88.70001, -522, 105.600006, -522, 107.899994, -500, 128.79999, -500, 130.1, -481, 142.1, -481, 143.29999, -462, 151.20001, -462, 152.6, -428.2, 161, -422.1, 161, -413, 176.4, -413, 179, -399, 189.9, -399, 191.4, -389.1, 195, -131.20001, 195, -118.399994, 187, -116, 187, -99, 163.70001, -99, 161.9, 299, 161, 447.2, 161, 467.09998, 156, 471.5, 156, 496.5, 143, 498.80005, 143, 520.80005, 123, 522, 123, 532, 109, 533.30005, 109, 542.30005, 90, 543.6, 90, 549, 68, 549, 16.899994, 543, -0.5, 543, -3.600006, 525, -29.600006, 525, -31.899994, 506, -48.899994, 506, -50.199997, 484, -62.300003, 484, -63.5, 450.3, -73, 399.8, -73, 384, -88.8, 384, -90.1, 365, -102.2, 365, -103.4, 334, -115.4, 334, -116.7, 311.2, -121, 297.2, -121, 291, -134.4, 291, -136.8, 281, -146.8, 281, -148.2, 267, -156.2, 267, -157.6, 247.20001, -162, 234.70001, -162, 234, -165.4, 234, -171.6, 228, -181.6, 228, -184.1) diff --git a/sources/minigames/turtles/khaki_turtle_animations.tres b/sources/minigames/turtles/khaki_turtle_animations.tres index ac8f38db..e398d3e7 100644 --- a/sources/minigames/turtles/khaki_turtle_animations.tres +++ b/sources/minigames/turtles/khaki_turtle_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=42 format=3 uid="uid://drc65acsu0k1"] +[gd_resource type="SpriteFrames" format=3 uid="uid://drc65acsu0k1"] [ext_resource type="Texture2D" uid="uid://d14qsri0qk7ka" path="res://assets/minigames/turtles/graphic/khaki_turtle_spritesheet.png" id="1_mdybx"] diff --git a/sources/minigames/turtles/purple_turtle_animations.tres b/sources/minigames/turtles/purple_turtle_animations.tres index e91c286e..fae8841d 100644 --- a/sources/minigames/turtles/purple_turtle_animations.tres +++ b/sources/minigames/turtles/purple_turtle_animations.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=42 format=3 uid="uid://gm2hqn76oaib"] +[gd_resource type="SpriteFrames" format=3 uid="uid://gm2hqn76oaib"] [ext_resource type="Texture2D" uid="uid://cgtaho31ifol5" path="res://assets/minigames/turtles/graphic/purple_turtle_spritesheet.png" id="1_5oq5n"] diff --git a/sources/minigames/turtles/turtle.tscn b/sources/minigames/turtles/turtle.tscn index cfd4b7ed..27e8a87d 100644 --- a/sources/minigames/turtles/turtle.tscn +++ b/sources/minigames/turtles/turtle.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=13 format=3 uid="uid://djykrpdu58f3v"] +[gd_scene format=3 uid="uid://djykrpdu58f3v"] [ext_resource type="Script" uid="uid://doq6myv45i4w6" path="res://sources/minigames/turtles/turtle.gd" id="1_vx1yr"] [ext_resource type="PackedScene" uid="uid://cn2rw06pltyiu" path="res://sources/utils/fx/right.tscn" id="2_d5x3l"] @@ -18,10 +18,10 @@ radius = 25.298222 radius = 103.54 height = 288.0 -[node name="Turtle" type="Node2D"] +[node name="Turtle" type="Node2D" unique_id=711306409] script = ExtResource("1_vx1yr") -[node name="BackFX" type="Control" parent="."] +[node name="BackFX" type="Control" parent="." unique_id=2138093019] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -29,7 +29,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="RightFX" parent="BackFX" instance=ExtResource("2_d5x3l")] +[node name="RightFX" parent="BackFX" unique_id=1787877717 instance=ExtResource("2_d5x3l")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -42,7 +42,7 @@ grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 -[node name="HighlightFX" parent="BackFX" instance=ExtResource("2_rllc5")] +[node name="HighlightFX" parent="BackFX" unique_id=462139651 instance=ExtResource("2_rllc5")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -54,7 +54,7 @@ grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.6, 0.6) -[node name="WrongFX" parent="BackFX" instance=ExtResource("4_yhidj")] +[node name="WrongFX" parent="BackFX" unique_id=777978196 instance=ExtResource("4_yhidj")] unique_name_in_owner = true layout_mode = 1 anchors_preset = 8 @@ -67,13 +67,13 @@ grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 -[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=799402224] stream = ExtResource("42_p3fqk") bus = &"Effects" -[node name="Body" type="Node2D" parent="."] +[node name="Body" type="Node2D" parent="." unique_id=1066107350] -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Body"] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Body" unique_id=2065623572] unique_name_in_owner = true position = Vector2(0, -16) scale = Vector2(0.8, 0.8) @@ -81,35 +81,35 @@ sprite_frames = ExtResource("5_xbpgw") animation = &"defeat" autoplay = "swim" -[node name="Sprite2D_Back" type="Sprite2D" parent="Body/AnimatedSprite2D"] +[node name="Sprite2D_Back" type="Sprite2D" parent="Body/AnimatedSprite2D" unique_id=1980717066] position = Vector2(0, 19.999998) texture = ExtResource("6_4juk7") -[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="Body"] +[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="Body" unique_id=1135537719] position = Vector2(0, -8) rect = Rect2(-200, -225, 400, 450) -[node name="HeadArea" type="Area2D" parent="Body"] +[node name="HeadArea" type="Area2D" parent="Body" unique_id=1069870481] position = Vector2(0, -16) collision_mask = 0 monitoring = false -[node name="CollisionShape2D" type="CollisionShape2D" parent="Body/HeadArea"] +[node name="CollisionShape2D" type="CollisionShape2D" parent="Body/HeadArea" unique_id=1010110015] position = Vector2(0, -160) shape = SubResource("CircleShape2D_xbpgw") debug_color = Color(0.870588, 0.117647, 0, 0.388235) -[node name="BodyArea" type="Area2D" parent="Body"] +[node name="BodyArea" type="Area2D" parent="Body" unique_id=1609729252] position = Vector2(0, -16) collision_layer = 0 monitorable = false -[node name="CollisionShape2D" type="CollisionShape2D" parent="Body/BodyArea"] +[node name="CollisionShape2D" type="CollisionShape2D" parent="Body/BodyArea" unique_id=1513587194] position = Vector2(0, 16) shape = SubResource("CapsuleShape2D_xsnve") debug_color = Color(0.870588, 0.117647, 0, 0.388235) -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=1496868599] offset_left = -64.0 offset_top = -88.0 offset_right = 72.0 @@ -119,13 +119,13 @@ label_settings = ExtResource("6_8k7c6") horizontal_alignment = 1 vertical_alignment = 1 -[node name="SwipeDetector" parent="." instance=ExtResource("49_0qwwy")] +[node name="SwipeDetector" parent="." unique_id=1019362235 instance=ExtResource("49_0qwwy")] offset_left = -152.0 offset_top = -216.0 offset_right = 152.0 offset_bottom = 192.0 -[node name="FrontFX" type="Control" parent="."] +[node name="FrontFX" type="Control" parent="." unique_id=1235223240] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 @@ -133,10 +133,10 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -[node name="Right_Stars" parent="FrontFX" instance=ExtResource("8_xbpgw")] +[node name="Right_Stars" parent="FrontFX" unique_id=1474432273 instance=ExtResource("8_xbpgw")] unique_name_in_owner = true -[node name="DeleteTimer" type="Timer" parent="."] +[node name="DeleteTimer" type="Timer" parent="." unique_id=94467327] wait_time = 3.0 one_shot = true diff --git a/sources/minigames/turtles/turtles_minigame.tscn b/sources/minigames/turtles/turtles_minigame.tscn index 32e2b3dc..4d9a8740 100644 --- a/sources/minigames/turtles/turtles_minigame.tscn +++ b/sources/minigames/turtles/turtles_minigame.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=57 format=3 uid="uid://tkfgc7fdyw1a"] +[gd_scene format=3 uid="uid://tkfgc7fdyw1a"] [ext_resource type="PackedScene" uid="uid://cisurm74fqg2i" path="res://sources/minigames/base/words/words_minigame.tscn" id="1_geqym"] [ext_resource type="Script" uid="uid://crs4p0fblwt00" path="res://sources/minigames/turtles/turtles_minigame.gd" id="2_f5de7"] @@ -377,7 +377,7 @@ animations = [{ "speed": 10.0 }] -[node name="TurtlesMinigame" instance=ExtResource("1_geqym")] +[node name="TurtlesMinigame" unique_id=115388830 instance=ExtResource("1_geqym")] script = ExtResource("2_f5de7") minigame_name = 6 lesson_nb = 24 @@ -385,81 +385,81 @@ difficulty = 4 max_number_of_lives = 5 max_progression = 5 -[node name="MinigameUI" parent="." index="1"] +[node name="MinigameUI" parent="." index="1" unique_id=1199249440] empty_progression_icon = ExtResource("3_3a2rs") full_progression_icon = ExtResource("4_l6oqe") -[node name="Water" parent="GameRoot" index="0" instance=ExtResource("5_g012u")] +[node name="Water" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="0" unique_id=660717362 instance=ExtResource("5_g012u")] layout_mode = 1 -[node name="Island" parent="GameRoot" index="1" instance=ExtResource("5_bgryf")] +[node name="Island" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="1" unique_id=1944096836 instance=ExtResource("5_bgryf")] position = Vector2(1280, 830) -[node name="Turtles" type="Node" parent="GameRoot" index="2"] +[node name="Turtles" type="Node" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="2" unique_id=1766161991] unique_name_in_owner = true -[node name="SpawnPoints" type="Node2D" parent="GameRoot" index="3"] +[node name="SpawnPoints" type="Node2D" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="3" unique_id=1609270337] -[node name="SpawnPoint_01" type="Node2D" parent="GameRoot/SpawnPoints" index="0"] +[node name="SpawnPoint_01" type="Node2D" parent="GameRoot/SpawnPoints" index="0" unique_id=1991308065] position = Vector2(512, -256) -[node name="SpawnPoint_02" type="Node2D" parent="GameRoot/SpawnPoints" index="1"] +[node name="SpawnPoint_02" type="Node2D" parent="GameRoot/SpawnPoints" index="1" unique_id=919642714] position = Vector2(680, -256) -[node name="SpawnPoint_03" type="Node2D" parent="GameRoot/SpawnPoints" index="2"] +[node name="SpawnPoint_03" type="Node2D" parent="GameRoot/SpawnPoints" index="2" unique_id=298462825] position = Vector2(960, -264) rotation = 0.47822022 -[node name="SpawnPoint_04" type="Node2D" parent="GameRoot/SpawnPoints" index="3"] +[node name="SpawnPoint_04" type="Node2D" parent="GameRoot/SpawnPoints" index="3" unique_id=541912846] position = Vector2(1208, -256) rotation = -0.6527531 -[node name="SpawnPoint_05" type="Node2D" parent="GameRoot/SpawnPoints" index="4"] +[node name="SpawnPoint_05" type="Node2D" parent="GameRoot/SpawnPoints" index="4" unique_id=1934901948] position = Vector2(1908, -256) -[node name="SpawnPoint_06" type="Node2D" parent="GameRoot/SpawnPoints" index="5"] +[node name="SpawnPoint_06" type="Node2D" parent="GameRoot/SpawnPoints" index="5" unique_id=445891356] position = Vector2(2116, -256) -[node name="SpawnPoint_07" type="Node2D" parent="GameRoot/SpawnPoints" index="6"] +[node name="SpawnPoint_07" type="Node2D" parent="GameRoot/SpawnPoints" index="6" unique_id=2128475773] position = Vector2(2800, 2000) rotation = 2.3561945 -[node name="SpawnPoint_08" type="Node2D" parent="GameRoot/SpawnPoints" index="7"] +[node name="SpawnPoint_08" type="Node2D" parent="GameRoot/SpawnPoints" index="7" unique_id=1323926845] position = Vector2(2116, 2048) rotation = 3.1415927 -[node name="SpawnPoint_09" type="Node2D" parent="GameRoot/SpawnPoints" index="8"] +[node name="SpawnPoint_09" type="Node2D" parent="GameRoot/SpawnPoints" index="8" unique_id=11924462] position = Vector2(1908, 2048) rotation = 3.1415927 -[node name="SpawnPoint_15" type="Node2D" parent="GameRoot/SpawnPoints" index="9"] +[node name="SpawnPoint_15" type="Node2D" parent="GameRoot/SpawnPoints" index="9" unique_id=607986839] position = Vector2(1680, 2048) rotation = 3.7524579 -[node name="SpawnPoint_10" type="Node2D" parent="GameRoot/SpawnPoints" index="10"] +[node name="SpawnPoint_10" type="Node2D" parent="GameRoot/SpawnPoints" index="10" unique_id=1953356765] position = Vector2(2912, 1640) rotation = 1.5707964 -[node name="SpawnPoint_11" type="Node2D" parent="GameRoot/SpawnPoints" index="11"] +[node name="SpawnPoint_11" type="Node2D" parent="GameRoot/SpawnPoints" index="11" unique_id=1585651647] position = Vector2(1152, 2048) rotation = 3.9671333 -[node name="SpawnPoint_12" type="Node2D" parent="GameRoot/SpawnPoints" index="12"] +[node name="SpawnPoint_12" type="Node2D" parent="GameRoot/SpawnPoints" index="12" unique_id=1388315001] position = Vector2(928, 2048) rotation = 2.750639 -[node name="SpawnPoint_13" type="Node2D" parent="GameRoot/SpawnPoints" index="13"] +[node name="SpawnPoint_13" type="Node2D" parent="GameRoot/SpawnPoints" index="13" unique_id=847737063] position = Vector2(752, 2048) rotation = 3.1415927 -[node name="SpawnPoint_14" type="Node2D" parent="GameRoot/SpawnPoints" index="14"] +[node name="SpawnPoint_14" type="Node2D" parent="GameRoot/SpawnPoints" index="14" unique_id=1335066907] position = Vector2(568, 2048) rotation = 3.1415927 -[node name="SpawnTimer" type="Timer" parent="GameRoot" index="4"] +[node name="SpawnTimer" type="Timer" parent="GameRoot" parent_id_path=PackedInt32Array(1053321881) index="4" unique_id=699337110] one_shot = true -[node name="CrabAnimatedSprite2D" type="AnimatedSprite2D" parent="." index="4"] +[node name="CrabAnimatedSprite2D" type="AnimatedSprite2D" parent="." index="4" unique_id=1893382029] unique_name_in_owner = true position = Vector2(1544, 742) scale = Vector2(0.3, 0.3) diff --git a/sources/minigames/turtles/turtles_water_material.tres b/sources/minigames/turtles/turtles_water_material.tres index ba758473..c28a0308 100644 --- a/sources/minigames/turtles/turtles_water_material.tres +++ b/sources/minigames/turtles/turtles_water_material.tres @@ -1,4 +1,4 @@ -[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cpfvnjrabobgn"] +[gd_resource type="ShaderMaterial" format=3 uid="uid://cpfvnjrabobgn"] [ext_resource type="Shader" uid="uid://dbje5ee7ridyt" path="res://sources/minigames/turtles/water.gdshader" id="1_3btqb"] diff --git a/sources/minigames/turtles/water.tscn b/sources/minigames/turtles/water.tscn index 09a0e308..93859258 100644 --- a/sources/minigames/turtles/water.tscn +++ b/sources/minigames/turtles/water.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://b8vmq4o8f7v5p"] +[gd_scene format=3 uid="uid://b8vmq4o8f7v5p"] [ext_resource type="Material" uid="uid://cpfvnjrabobgn" path="res://sources/minigames/turtles/turtles_water_material.tres" id="1_hot6u"] [ext_resource type="Texture2D" uid="uid://caiayxwsgup2e" path="res://assets/minigames/turtles/graphic/turtle_background.png" id="2_dxrmw"] [ext_resource type="Script" uid="uid://d0uds5yrt4yex" path="res://sources/minigames/turtles/water.gd" id="3_n3ww4"] -[node name="Water" type="TextureRect"] +[node name="Water" type="TextureRect" unique_id=832481935] material = ExtResource("1_hot6u") anchors_preset = 15 anchor_right = 1.0 diff --git a/sources/ui/loading_popup.tscn b/sources/ui/loading_popup.tscn index 0cfe84dd..27c4f8c0 100644 --- a/sources/ui/loading_popup.tscn +++ b/sources/ui/loading_popup.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://dhowigt8un22u"] +[gd_scene format=3 uid="uid://dhowigt8un22u"] [ext_resource type="Script" uid="uid://bmv36ejdmk3hc" path="res://sources/ui/loading_popup.gd" id="1_edhv8"] [ext_resource type="Theme" uid="uid://dqjvrt5nrtwn1" path="res://resources/themes/kalulu_theme.tres" id="2_t7x2v"] @@ -9,10 +9,10 @@ colors = PackedColorArray(0.2, 0.2, 0.2, 0.505882, 0.2, 0.2, 0.2, 0.505882) [sub_resource type="GradientTexture1D" id="GradientTexture1D_ymust"] gradient = SubResource("Gradient_22q4u") -[node name="LoadingPopup" type="CanvasLayer"] +[node name="LoadingPopup" type="CanvasLayer" unique_id=953599663] script = ExtResource("1_edhv8") -[node name="TextureRect" type="TextureRect" parent="."] +[node name="TextureRect" type="TextureRect" parent="." unique_id=1180606912] top_level = true anchors_preset = 15 anchor_right = 1.0 @@ -22,7 +22,7 @@ grow_vertical = 2 mouse_filter = 0 texture = SubResource("GradientTexture1D_ymust") -[node name="PanelContainer" type="PanelContainer" parent="TextureRect"] +[node name="PanelContainer" type="PanelContainer" parent="TextureRect" unique_id=1737293202] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -37,21 +37,21 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer" unique_id=659146653] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="TextureRect/PanelContainer/VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="TextureRect/PanelContainer/VBoxContainer" unique_id=310882762] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer" unique_id=1972128447] layout_mode = 2 theme_override_constants/separation = 20 -[node name="ContentLabel" type="Label" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="ContentLabel" type="Label" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=1501977860] unique_name_in_owner = true custom_minimum_size = Vector2(1000, 0) layout_mode = 2 @@ -60,22 +60,22 @@ theme = ExtResource("2_t7x2v") theme_type_variation = &"HeaderMedium" autowrap_mode = 2 -[node name="ProgressBar" type="ProgressBar" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="ProgressBar" type="ProgressBar" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=528709124] unique_name_in_owner = true custom_minimum_size = Vector2(0, 70) layout_mode = 2 theme = ExtResource("2_t7x2v") value = 25.0 -[node name="HBoxContainer" type="HBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=837561413] layout_mode = 2 -[node name="VSeparatorLeft" type="VSeparator" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="VSeparatorLeft" type="VSeparator" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1205750400] layout_mode = 2 size_flags_horizontal = 3 theme = ExtResource("2_t7x2v") -[node name="OKButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="OKButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1370609952] unique_name_in_owner = true visible = false layout_mode = 2 @@ -85,7 +85,7 @@ theme_type_variation = &"DangerButton" theme_override_font_sizes/font_size = 50 text = "OK" -[node name="CancelButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="CancelButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1841895718] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 @@ -94,7 +94,7 @@ theme_type_variation = &"DangerButton" theme_override_font_sizes/font_size = 50 text = "CANCEL" -[node name="VSeparatorRight" type="VSeparator" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="VSeparatorRight" type="VSeparator" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=665161591] layout_mode = 2 size_flags_horizontal = 3 diff --git a/sources/ui/popup.tscn b/sources/ui/popup.tscn index c6aefa78..85475ebb 100644 --- a/sources/ui/popup.tscn +++ b/sources/ui/popup.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://bhdh5xfyauss0"] +[gd_scene format=3 uid="uid://bhdh5xfyauss0"] [ext_resource type="Script" uid="uid://58twmknv6bl5" path="res://sources/ui/popup.gd" id="1_o3fd6"] @@ -8,10 +8,10 @@ colors = PackedColorArray(0.2, 0.2, 0.2, 0.505882, 0.2, 0.2, 0.2, 0.505882) [sub_resource type="GradientTexture1D" id="GradientTexture1D_ymust"] gradient = SubResource("Gradient_22q4u") -[node name="Popup" type="CanvasLayer"] +[node name="Popup" type="CanvasLayer" unique_id=530426781] script = ExtResource("1_o3fd6") -[node name="TextureRect" type="TextureRect" parent="."] +[node name="TextureRect" type="TextureRect" parent="." unique_id=136426900] top_level = true anchors_preset = 15 anchor_right = 1.0 @@ -21,7 +21,7 @@ grow_vertical = 2 mouse_filter = 0 texture = SubResource("GradientTexture1D_ymust") -[node name="PanelContainer" type="PanelContainer" parent="TextureRect"] +[node name="PanelContainer" type="PanelContainer" parent="TextureRect" unique_id=2111308426] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -36,21 +36,21 @@ grow_horizontal = 2 grow_vertical = 2 theme_type_variation = &"PanelKalulu" -[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer" unique_id=834848286] layout_mode = 2 -[node name="MarginContainer" type="MarginContainer" parent="TextureRect/PanelContainer/VBoxContainer"] +[node name="MarginContainer" type="MarginContainer" parent="TextureRect/PanelContainer/VBoxContainer" unique_id=312613373] layout_mode = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 25 -[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer"] +[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer" unique_id=1882938401] layout_mode = 2 theme_override_constants/separation = 20 -[node name="ContentLabel" type="Label" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="ContentLabel" type="Label" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=819955578] unique_name_in_owner = true custom_minimum_size = Vector2(1000, 0) layout_mode = 2 @@ -58,20 +58,20 @@ size_flags_vertical = 1 theme_override_font_sizes/font_size = 70 autowrap_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer" unique_id=1968438632] layout_mode = 2 -[node name="ConfirmButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="ConfirmButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=207543569] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 text = "VALIDATE" -[node name="Separator" type="Control" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="Separator" type="Control" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=504592458] layout_mode = 2 size_flags_horizontal = 3 -[node name="CancelButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"] +[node name="CancelButton" type="Button" parent="TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1493791231] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 70 diff --git a/sources/ui/tr_item_list.tscn b/sources/ui/tr_item_list.tscn index eaf68e9d..afbee811 100644 --- a/sources/ui/tr_item_list.tscn +++ b/sources/ui/tr_item_list.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://bi7ltpiskd1pm"] +[gd_scene format=3 uid="uid://bi7ltpiskd1pm"] [ext_resource type="Script" uid="uid://dv82313fptjgb" path="res://sources/ui/tr_item_list.gd" id="1_j71th"] -[node name="TrItemList" type="ItemList"] +[node name="TrItemList" type="ItemList" unique_id=704448051] script = ExtResource("1_j71th") diff --git a/sources/utils/auto_size_label.tscn b/sources/utils/auto_size_label.tscn index bfca56b7..7a4cf299 100644 --- a/sources/utils/auto_size_label.tscn +++ b/sources/utils/auto_size_label.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://bgio7muqck2bu"] +[gd_scene format=3 uid="uid://bgio7muqck2bu"] [ext_resource type="Script" uid="uid://dogtl3y1gxiiu" path="res://sources/utils/auto_size_label.gd" id="1_j2tjj"] -[node name="AutoSizeLabel" type="Container"] +[node name="AutoSizeLabel" type="Container" unique_id=1461916897] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -14,7 +14,7 @@ grow_vertical = 2 script = ExtResource("1_j2tjj") ref_size_text = "End" -[node name="Label" type="Label" parent="."] +[node name="Label" type="Label" parent="." unique_id=1172353947] layout_mode = 2 theme_override_font_sizes/font_size = 100 text = "a" diff --git a/sources/utils/autoloads/music_manager.tscn b/sources/utils/autoloads/music_manager.tscn index 60ea6149..4ee72d0e 100644 --- a/sources/utils/autoloads/music_manager.tscn +++ b/sources/utils/autoloads/music_manager.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=2 format=3 uid="uid://c7k8fumjjmnn0"] +[gd_scene format=3 uid="uid://c7k8fumjjmnn0"] [ext_resource type="Script" uid="uid://bse73rwuj2jro" path="res://sources/utils/autoloads/music_manager.gd" id="1_ilk2f"] -[node name="MusicManager" type="Node"] +[node name="MusicManager" type="Node" unique_id=2071364525] script = ExtResource("1_ilk2f") -[node name="MusicPlayer" type="AudioStreamPlayer" parent="."] +[node name="MusicPlayer" type="AudioStreamPlayer" parent="." unique_id=1879909681] bus = &"Music" [connection signal="finished" from="MusicPlayer" to="." method="_on_music_player_finished"] diff --git a/sources/utils/autoloads/opening_curtain.tscn b/sources/utils/autoloads/opening_curtain.tscn index eac5017a..e2121456 100644 --- a/sources/utils/autoloads/opening_curtain.tscn +++ b/sources/utils/autoloads/opening_curtain.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://cp27bjh6v5bkj"] +[gd_scene format=3 uid="uid://cp27bjh6v5bkj"] [ext_resource type="Script" uid="uid://c7w4sjmeijxkf" path="res://sources/utils/autoloads/opening_curtain.gd" id="1_xih0r"] [ext_resource type="Texture2D" uid="uid://cop8iscyxohrb" path="res://assets/bush_curtain.png" id="2_5yuun"] @@ -163,16 +163,14 @@ _data = { &"open": SubResource("Animation_24r35") } -[node name="OpeningCurtain" type="CanvasLayer"] +[node name="OpeningCurtain" type="CanvasLayer" unique_id=1998775010] layer = 100 script = ExtResource("1_xih0r") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -"": SubResource("AnimationLibrary_o5y2b") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=817667923] +libraries/ = SubResource("AnimationLibrary_o5y2b") -[node name="LeftCurtain" type="TextureRect" parent="."] +[node name="LeftCurtain" type="TextureRect" parent="." unique_id=1341866737] visible = false offset_left = -2176.0 offset_top = -2576.0 @@ -183,7 +181,7 @@ scale = Vector2(1.25, 1.25) pivot_offset = Vector2(2050, 2448) texture = ExtResource("2_5yuun") -[node name="RightCurtain" type="TextureRect" parent="."] +[node name="RightCurtain" type="TextureRect" parent="." unique_id=275835896] visible = false offset_left = 640.0 offset_top = -2576.0 diff --git a/sources/utils/autoloads/server_manager.tscn b/sources/utils/autoloads/server_manager.tscn index 650f5abd..02e013a2 100644 --- a/sources/utils/autoloads/server_manager.tscn +++ b/sources/utils/autoloads/server_manager.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://yk1u0ohwwgb3"] +[gd_scene format=3 uid="uid://yk1u0ohwwgb3"] [ext_resource type="Script" uid="uid://bcrcty7bhrpps" path="res://sources/utils/autoloads/server_manager.gd" id="1_n6vsh"] @@ -8,15 +8,15 @@ colors = PackedColorArray(0.2, 0.2, 0.2, 0.505882, 0.2, 0.2, 0.2, 0.505882) [sub_resource type="GradientTexture1D" id="GradientTexture1D_68deq"] gradient = SubResource("Gradient_wm8cn") -[node name="ServerManager" type="CanvasLayer"] +[node name="ServerManager" type="CanvasLayer" unique_id=441801097] script = ExtResource("1_n6vsh") -[node name="InternetCheck" type="HTTPRequest" parent="."] +[node name="InternetCheck" type="HTTPRequest" parent="." unique_id=1485683070] -[node name="HTTPRequest" type="HTTPRequest" parent="."] +[node name="HTTPRequest" type="HTTPRequest" parent="." unique_id=407999154] timeout = 30.0 -[node name="TextureRect" type="TextureRect" parent="."] +[node name="TextureRect" type="TextureRect" parent="." unique_id=601855576] visible = false top_level = true anchors_preset = 15 diff --git a/sources/utils/fx/firework.tscn b/sources/utils/fx/firework.tscn index d7454345..a8be06ea 100644 --- a/sources/utils/fx/firework.tscn +++ b/sources/utils/fx/firework.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=12 format=3 uid="uid://tpmvy7322b3a"] +[gd_scene format=3 uid="uid://tpmvy7322b3a"] [ext_resource type="Script" uid="uid://bmra1v1u8b0hm" path="res://sources/utils/fx/firework.gd" id="1_5haah"] [ext_resource type="Texture2D" uid="uid://sa7dtkkhrjw7" path="res://assets/vfx/firework.png" id="1_wefp3"] @@ -73,10 +73,10 @@ animations = [{ "speed": 12.0 }] -[node name="Firework" type="Node2D"] +[node name="Firework" type="Node2D" unique_id=1396168111] script = ExtResource("1_5haah") -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1010891256] scale = Vector2(0.7, 0.7) sprite_frames = SubResource("SpriteFrames_wform") frame_progress = 0.32164267 diff --git a/sources/utils/fx/fireworks.tscn b/sources/utils/fx/fireworks.tscn index 3b5b8601..1a82a91b 100644 --- a/sources/utils/fx/fireworks.tscn +++ b/sources/utils/fx/fireworks.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://cwxuxey01w8ed"] +[gd_scene format=3 uid="uid://cwxuxey01w8ed"] [ext_resource type="Script" uid="uid://b8epjs6jscmed" path="res://sources/utils/fx/fireworks.gd" id="1"] -[node name="Fireworks" type="Node"] +[node name="Fireworks" type="Node" unique_id=582977127] script = ExtResource("1") diff --git a/sources/utils/fx/highlight.tscn b/sources/utils/fx/highlight.tscn index 9cdab13d..4fe64f3c 100644 --- a/sources/utils/fx/highlight.tscn +++ b/sources/utils/fx/highlight.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://cge0uyn30tcpv"] +[gd_scene format=3 uid="uid://cge0uyn30tcpv"] [ext_resource type="Texture2D" uid="uid://3idggaf5hbbm" path="res://assets/vfx/fx_02.png" id="1_s57yc"] [ext_resource type="Script" uid="uid://bu51jb5rfc5r2" path="res://sources/utils/fx/highlight.gd" id="1_uj18s"] @@ -224,23 +224,21 @@ _data = { [sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_3qhub"] blend_mode = 1 -[node name="HighlightFX" type="Control"] +[node name="HighlightFX" type="Control" unique_id=624485028] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_uj18s") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_g6flg") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1497011933] +libraries/ = SubResource("AnimationLibrary_g6flg") -[node name="Rays" type="Sprite2D" parent="."] +[node name="Rays" type="Sprite2D" parent="." unique_id=188083058] modulate = Color(1, 1, 1, 0) material = SubResource("CanvasItemMaterial_3qhub") scale = Vector2(0.8, 0.8) texture = ExtResource("1_s57yc") -[node name="Halo" type="Sprite2D" parent="."] +[node name="Halo" type="Sprite2D" parent="." unique_id=655285138] modulate = Color(1, 1, 1, 0) scale = Vector2(0.8, 0.8) texture = ExtResource("3_v0vnn") diff --git a/sources/utils/fx/right.tscn b/sources/utils/fx/right.tscn index cfb1def5..1e11072f 100644 --- a/sources/utils/fx/right.tscn +++ b/sources/utils/fx/right.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://cn2rw06pltyiu"] +[gd_scene format=3 uid="uid://cn2rw06pltyiu"] [ext_resource type="Script" uid="uid://djqbam0o37ayq" path="res://sources/utils/fx/right.gd" id="1_83pnv"] [ext_resource type="AudioStream" uid="uid://s0cxaexjq5l2" path="res://assets/sfx/sfx_right.mp3" id="2_ebh1q"] @@ -106,21 +106,19 @@ _data = { &"right": SubResource("Animation_xu0xr") } -[node name="RightFX" type="Control"] +[node name="RightFX" type="Control" unique_id=1636451384] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_83pnv") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_k8dqy") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1416224943] +libraries/ = SubResource("AnimationLibrary_k8dqy") -[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=1889295164] stream = ExtResource("2_ebh1q") bus = &"Effects" -[node name="Halo" type="Sprite2D" parent="."] +[node name="Halo" type="Sprite2D" parent="." unique_id=1712586549] modulate = Color(1, 1, 1, 0) self_modulate = Color(1, 0.827451, 0.4, 1) scale = Vector2(0.8, 0.8) diff --git a/sources/utils/fx/right_stars.tscn b/sources/utils/fx/right_stars.tscn index 761ffd03..3387c365 100644 --- a/sources/utils/fx/right_stars.tscn +++ b/sources/utils/fx/right_stars.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=8 format=3 uid="uid://cs6g7fhc0bjvh"] +[gd_scene format=3 uid="uid://cs6g7fhc0bjvh"] -[ext_resource type="Script" path="res://sources/utils/fx/right_stars.gd" id="1_kulwr"] +[ext_resource type="Script" uid="uid://fduykuptafux" path="res://sources/utils/fx/right_stars.gd" id="1_kulwr"] [ext_resource type="Texture2D" uid="uid://ckmh0rn7e8mq" path="res://assets/vfx/star.png" id="1_r3bwq"] [sub_resource type="Gradient" id="Gradient_u3fxj"] @@ -34,11 +34,11 @@ scale_max = 0.12 scale_curve = SubResource("CurveTexture_m4jha") color_ramp = SubResource("GradientTexture1D_c2dvd") -[node name="Right_Stars" type="Node2D"] +[node name="Right_Stars" type="Node2D" unique_id=749307022] z_index = 1000 script = ExtResource("1_kulwr") -[node name="GPUParticles2D" type="GPUParticles2D" parent="."] +[node name="GPUParticles2D" type="GPUParticles2D" parent="." unique_id=830482758] self_modulate = Color(1, 0.827451, 0.4, 1) emitting = false texture = ExtResource("1_r3bwq") diff --git a/sources/utils/fx/sand.tscn b/sources/utils/fx/sand.tscn index 28174ad9..8d3675a4 100644 --- a/sources/utils/fx/sand.tscn +++ b/sources/utils/fx/sand.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://dt8ynpufhqs5w"] +[gd_scene format=3 uid="uid://dt8ynpufhqs5w"] [ext_resource type="Script" uid="uid://b3rdx2f6g5m1l" path="res://sources/utils/fx/sand.gd" id="1_rveeh"] [ext_resource type="Texture2D" uid="uid://bdf3ydwjg3ry4" path="res://assets/vfx/sand_07.png" id="3_v27vk"] @@ -11,20 +11,20 @@ initial_velocity_max = 100.0 gravity = Vector3(0, 98, 0) turbulence_noise_strength = 20.0 -[node name="Sand" type="Control"] +[node name="Sand" type="Control" unique_id=1829995933] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_rveeh") -[node name="Particles" type="GPUParticles2D" parent="."] +[node name="Particles" type="GPUParticles2D" parent="." unique_id=590510809] emitting = false amount = 10 -process_material = SubResource("ParticleProcessMaterial_l5ec5") texture = ExtResource("3_v27vk") one_shot = true explosiveness = 0.8 +process_material = SubResource("ParticleProcessMaterial_l5ec5") -[node name="Timer" type="Timer" parent="."] +[node name="Timer" type="Timer" parent="." unique_id=1906630297] one_shot = true [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"] diff --git a/sources/utils/fx/water_ring.tscn b/sources/utils/fx/water_ring.tscn index bda90a2a..7d19748a 100644 --- a/sources/utils/fx/water_ring.tscn +++ b/sources/utils/fx/water_ring.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://blioxuf8hvad4"] +[gd_scene format=3 uid="uid://blioxuf8hvad4"] [ext_resource type="Script" uid="uid://cnjiltb3725a" path="res://sources/utils/fx/water_ring.gd" id="1_tgn6m"] [ext_resource type="Texture2D" uid="uid://ba3pksf5lbjml" path="res://assets/vfx/water_fx.png" id="2_rqr5s"] @@ -26,18 +26,18 @@ scale_max = 1.25 scale_curve = SubResource("CurveTexture_snsu0") color_ramp = SubResource("GradientTexture1D_6qqd3") -[node name="WaterRingFX" type="Control"] +[node name="WaterRingFX" type="Control" unique_id=560116690] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_tgn6m") -[node name="GPUParticles2D" type="GPUParticles2D" parent="."] +[node name="GPUParticles2D" type="GPUParticles2D" parent="." unique_id=1711244913] emitting = false amount = 1 -process_material = SubResource("ParticleProcessMaterial_7w1vm") texture = ExtResource("2_rqr5s") lifetime = 3.0 one_shot = true explosiveness = 0.95 +process_material = SubResource("ParticleProcessMaterial_7w1vm") [connection signal="finished" from="GPUParticles2D" to="." method="_on_gpu_particles_2d_finished"] diff --git a/sources/utils/fx/wrong.tscn b/sources/utils/fx/wrong.tscn index 53ef4e8e..0a6320ea 100644 --- a/sources/utils/fx/wrong.tscn +++ b/sources/utils/fx/wrong.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://dlmbxcgiv8tpr"] +[gd_scene format=3 uid="uid://dlmbxcgiv8tpr"] [ext_resource type="AudioStream" uid="uid://2imrfcmquc7d" path="res://assets/sfx/sfx_wrong.mp3" id="1_qd4na"] [ext_resource type="Script" uid="uid://b5dy0viriac74" path="res://sources/utils/fx/wrong.gd" id="1_sgjc5"] @@ -106,21 +106,19 @@ _data = { &"wrong": SubResource("Animation_dn23k") } -[node name="WrongFX" type="Control"] +[node name="WrongFX" type="Control" unique_id=81753671] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_sgjc5") -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -&"": SubResource("AnimationLibrary_c86ui") -} +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1776791293] +libraries/ = SubResource("AnimationLibrary_c86ui") -[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=1824396771] stream = ExtResource("1_qd4na") bus = &"Effects" -[node name="Halo" type="Sprite2D" parent="."] +[node name="Halo" type="Sprite2D" parent="." unique_id=2005120496] modulate = Color(1, 1, 1, 0) self_modulate = Color(0.74509805, 0.11764706, 0.1764706, 1) scale = Vector2(0.8, 0.8) diff --git a/sources/utils/keyboard_spacer.tscn b/sources/utils/keyboard_spacer.tscn index 89aaf932..de844095 100644 --- a/sources/utils/keyboard_spacer.tscn +++ b/sources/utils/keyboard_spacer.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://cr4q0ywceoasx"] +[gd_scene format=3 uid="uid://cr4q0ywceoasx"] [ext_resource type="Script" uid="uid://daia2hibxl5iw" path="res://sources/utils/keyboard_spacer.gd" id="1_7gpib"] -[node name="KeyboardSpacer" type="MarginContainer"] +[node name="KeyboardSpacer" type="MarginContainer" unique_id=966109848] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 diff --git a/sources/utils/swipe_detector.tscn b/sources/utils/swipe_detector.tscn index 0f4d2d65..1cb184be 100644 --- a/sources/utils/swipe_detector.tscn +++ b/sources/utils/swipe_detector.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=2 format=3 uid="uid://cjg6pgc7yfp1p"] +[gd_scene format=3 uid="uid://cjg6pgc7yfp1p"] [ext_resource type="Script" uid="uid://up3q8thilf4d" path="res://sources/utils/swipe_detector.gd" id="1_e7vdp"] -[node name="SwipeDetector" type="Button"] +[node name="SwipeDetector" type="Button" unique_id=729561463] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -11,7 +11,7 @@ grow_vertical = 2 theme_type_variation = &"InvisibleButton" script = ExtResource("1_e7vdp") -[node name="DragPreview" type="TextureRect" parent="."] +[node name="DragPreview" type="TextureRect" parent="." unique_id=1530299589] visible = false layout_mode = 0 offset_right = 40.0