fix: Main is no longer a control
This commit is contained in:
parent
80d29e9819
commit
6c216bb4b1
|
|
@ -1743,6 +1743,7 @@ grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
mouse_filter = 0
|
mouse_filter = 0
|
||||||
script = ExtResource("1_pjntm")
|
script = ExtResource("1_pjntm")
|
||||||
|
current_scene_id = 0
|
||||||
|
|
||||||
[node name="Control" type="Control" parent="."]
|
[node name="Control" type="Control" parent="."]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
extends Control
|
extends Node
|
||||||
|
|
||||||
var normal_boot : bool = false
|
var normal_boot : bool = false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,15 +83,8 @@ fill = 1
|
||||||
fill_from = Vector2(0.538462, 0.491453)
|
fill_from = Vector2(0.538462, 0.491453)
|
||||||
fill_to = Vector2(1.3, -0.3)
|
fill_to = Vector2(1.3, -0.3)
|
||||||
|
|
||||||
[node name="main" type="Control"]
|
[node name="main" type="Node"]
|
||||||
process_mode = 3
|
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")
|
script = ExtResource("1_rqkns")
|
||||||
youth_room_path = "uid://b3b0gyvklqn50"
|
youth_room_path = "uid://b3b0gyvklqn50"
|
||||||
transition_room_path = "uid://fgp3s28h7msy"
|
transition_room_path = "uid://fgp3s28h7msy"
|
||||||
|
|
@ -99,36 +92,29 @@ adulthood_room_path = "uid://flisupth27th"
|
||||||
|
|
||||||
[node name="Curtain" parent="." instance=ExtResource("2_nbcxq")]
|
[node name="Curtain" parent="." instance=ExtResource("2_nbcxq")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 1
|
|
||||||
|
|
||||||
[node name="Loading" parent="." instance=ExtResource("5_dxvjq")]
|
[node name="Loading" parent="." instance=ExtResource("5_dxvjq")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 1
|
|
||||||
offset_bottom = 0.0
|
offset_bottom = 0.0
|
||||||
|
|
||||||
[node name="MainMenu" parent="." instance=ExtResource("3_ik73t")]
|
[node name="MainMenu" parent="." instance=ExtResource("3_ik73t")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 1
|
|
||||||
|
|
||||||
[node name="FPSLabel" type="Label" parent="."]
|
[node name="FPSLabel" type="Label" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 35.0
|
offset_bottom = 35.0
|
||||||
script = SubResource("GDScript_8sq0u")
|
script = SubResource("GDScript_8sq0u")
|
||||||
|
|
||||||
[node name="Startup Menu" parent="." instance=ExtResource("1_v5rpm")]
|
[node name="Startup Menu" parent="." instance=ExtResource("1_v5rpm")]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 1
|
|
||||||
|
|
||||||
[node name="Disclaimer" parent="." instance=ExtResource("7_t45fc")]
|
[node name="Disclaimer" parent="." instance=ExtResource("7_t45fc")]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 1
|
|
||||||
|
|
||||||
[node name="PauseContainer" type="CenterContainer" parent="."]
|
[node name="PauseContainer" type="CenterContainer" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 1
|
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
|
@ -205,7 +191,6 @@ text = "Skip this Story"
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
visible = false
|
visible = false
|
||||||
modulate = Color(1, 1, 1, 0)
|
modulate = Color(1, 1, 1, 0)
|
||||||
layout_mode = 1
|
|
||||||
|
|
||||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||||
bus = &"music"
|
bus = &"music"
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,3 @@ grow_vertical = 2
|
||||||
|
|
||||||
[node name="picker" parent="." instance=ExtResource("1_ko41i")]
|
[node name="picker" parent="." instance=ExtResource("1_ko41i")]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
current_scene_id = 0
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue