102 lines
3.5 KiB
Text
102 lines
3.5 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://duyxejhnys1l4"]
|
|
|
|
[ext_resource type="Script" path="res://levels/ui/scene.gd" id="1_hxcrn"]
|
|
[ext_resource type="Texture2D" uid="uid://bxa27c7gnivwx" path="res://backgounds/night-sky-at-ceres.jpg" id="2_jnmob"]
|
|
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="4_2y7h7"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6u0xs"]
|
|
bg_color = Color(0, 0.8, 0, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_r2qrn"]
|
|
bg_color = Color(0, 0.8, 0, 1)
|
|
|
|
[node name="Scene" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_hxcrn")
|
|
|
|
[node name="Night Sky" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
texture = ExtResource("2_jnmob")
|
|
|
|
[node name="Game name" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 49.0
|
|
offset_top = 3.0
|
|
offset_right = 1224.0
|
|
offset_bottom = 73.0
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "BUTTON_SCENESELECT"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource("4_2y7h7")]
|
|
layout_mode = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -238.5
|
|
offset_top = -395.0
|
|
offset_right = 238.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="Disclaimer" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
|
text = "BUTTON_SCENE_DISCLAIMER"
|
|
|
|
[node name="Testrooms" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
|
text = "BUTTON_TESTROOMS"
|
|
|
|
[node name="Ceres" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
|
text = "BUTTON_CERES"
|
|
|
|
[node name="Results" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
|
text = "BUTTON_SCORESCREEN"
|
|
|
|
[node name="Credits" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
|
text = "BUTTON_CREDITS"
|
|
|
|
[node name="WIP" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
|
text = "BUTTON_WIP"
|
|
|
|
[node name="Back" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_r2qrn")
|
|
text = "BUTTON_RETURN"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Disclaimer" to="." method="_on_disclaimer_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Testrooms" to="." method="_on_testrooms_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Ceres" to="." method="_on_ceres_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Results" to="." method="_on_results_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Credits" to="." method="_on_credits_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/WIP" to="." method="_on_wip_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_back_pressed"]
|