diff --git a/src/logic-scenes/card_picker/card_picker.tscn b/src/logic-scenes/card_picker/card_picker.tscn index 789bae6..852126e 100644 --- a/src/logic-scenes/card_picker/card_picker.tscn +++ b/src/logic-scenes/card_picker/card_picker.tscn @@ -1743,6 +1743,7 @@ grow_horizontal = 2 grow_vertical = 2 mouse_filter = 0 script = ExtResource("1_pjntm") +current_scene_id = 0 [node name="Control" type="Control" parent="."] layout_mode = 2 diff --git a/src/singletons/main/main.gd b/src/singletons/main/main.gd index c234acb..d3e0bb5 100644 --- a/src/singletons/main/main.gd +++ b/src/singletons/main/main.gd @@ -1,4 +1,4 @@ -extends Control +extends Node var normal_boot : bool = false diff --git a/src/singletons/main/main.tscn b/src/singletons/main/main.tscn index bc967d5..d9c87e4 100644 --- a/src/singletons/main/main.tscn +++ b/src/singletons/main/main.tscn @@ -83,15 +83,8 @@ fill = 1 fill_from = Vector2(0.538462, 0.491453) fill_to = Vector2(1.3, -0.3) -[node name="main" type="Control"] +[node name="main" type="Node"] process_mode = 3 -layout_mode = 3 -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 -mouse_filter = 2 script = ExtResource("1_rqkns") youth_room_path = "uid://b3b0gyvklqn50" transition_room_path = "uid://fgp3s28h7msy" @@ -99,36 +92,29 @@ adulthood_room_path = "uid://flisupth27th" [node name="Curtain" parent="." instance=ExtResource("2_nbcxq")] unique_name_in_owner = true -layout_mode = 1 [node name="Loading" parent="." instance=ExtResource("5_dxvjq")] unique_name_in_owner = true -layout_mode = 1 offset_bottom = 0.0 [node name="MainMenu" parent="." instance=ExtResource("3_ik73t")] unique_name_in_owner = true visible = false -layout_mode = 1 [node name="FPSLabel" type="Label" parent="."] visible = false -layout_mode = 0 offset_right = 40.0 offset_bottom = 35.0 script = SubResource("GDScript_8sq0u") [node name="Startup Menu" parent="." instance=ExtResource("1_v5rpm")] visible = false -layout_mode = 1 [node name="Disclaimer" parent="." instance=ExtResource("7_t45fc")] visible = false -layout_mode = 1 [node name="PauseContainer" type="CenterContainer" parent="."] visible = false -layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -205,7 +191,6 @@ text = "Skip this Story" unique_name_in_owner = true visible = false modulate = Color(1, 1, 1, 0) -layout_mode = 1 [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] bus = &"music" diff --git a/src/tests/picker_tests.tscn b/src/tests/picker_tests.tscn index bc73f8c..fb32266 100644 --- a/src/tests/picker_tests.tscn +++ b/src/tests/picker_tests.tscn @@ -12,4 +12,3 @@ grow_vertical = 2 [node name="picker" parent="." instance=ExtResource("1_ko41i")] layout_mode = 1 -current_scene_id = 0