r3-next/levels/scene.tscn
2024-10-29 14:37:39 -07:00

139 lines
4 KiB
Text

[gd_scene load_steps=9 format=2]
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=1]
[ext_resource path="res://fonts/about.tres" type="DynamicFont" id=2]
[ext_resource path="res://backgounds/nebula_-_6044 (720p).ogv" type="VideoStream" id=3]
[ext_resource path="res://levels/scene.gd" type="Script" id=4]
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=5]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0, 0.8, 0, 1 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0, 0.8, 0, 1 )
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0, 0.8, 0, 1 )
[node name="Scene" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 4 )
[node name="nebula" type="VideoPlayer" parent="."]
margin_right = 1280.0
margin_bottom = 720.0
stream = ExtResource( 3 )
autoplay = true
loop = true
[node name="Game name" type="Label" parent="."]
margin_left = 415.0
margin_top = 3.0
margin_right = 804.0
margin_bottom = 73.0
custom_fonts/font = ExtResource( 5 )
text = "Scene selector"
align = 1
valign = 1
[node name="Bottomhud" parent="." instance=ExtResource( 1 )]
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 510.5
margin_top = 97.0
margin_right = 769.5
margin_bottom = 808.0
[node name="Galaxy" type="Button" parent="VBoxContainer"]
margin_right = 259.0
margin_bottom = 34.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 1 )
text = "Galaxy"
[node name="Wormhole" type="Button" parent="VBoxContainer"]
margin_top = 38.0
margin_right = 259.0
margin_bottom = 72.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 2 )
text = "Wormhole"
[node name="Abstract" type="Button" parent="VBoxContainer"]
margin_top = 76.0
margin_right = 259.0
margin_bottom = 110.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Abstract"
[node name="Galaxy2" type="Button" parent="VBoxContainer"]
margin_top = 114.0
margin_right = 259.0
margin_bottom = 148.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Galaxy2"
[node name="Lagoon" type="Button" parent="VBoxContainer"]
margin_top = 152.0
margin_right = 259.0
margin_bottom = 186.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Lagoon"
[node name="Orion" type="Button" parent="VBoxContainer"]
margin_top = 190.0
margin_right = 259.0
margin_bottom = 224.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Orion"
[node name="Space" type="Button" parent="VBoxContainer"]
margin_top = 228.0
margin_right = 259.0
margin_bottom = 262.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Space"
[node name="Stars" type="Button" parent="VBoxContainer"]
margin_top = 266.0
margin_right = 259.0
margin_bottom = 300.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Stars"
[node name="Universe" type="Button" parent="VBoxContainer"]
margin_top = 304.0
margin_right = 259.0
margin_bottom = 338.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Universe"
[node name="Credits" type="Button" parent="VBoxContainer"]
margin_top = 342.0
margin_right = 259.0
margin_bottom = 376.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Credits"
[node name="Back" type="Button" parent="VBoxContainer"]
margin_top = 380.0
margin_right = 259.0
margin_bottom = 414.0
custom_fonts/font = ExtResource( 2 )
custom_styles/focus = SubResource( 3 )
text = "Back"
[connection signal="pressed" from="VBoxContainer/Galaxy" to="." method="_on_galaxy_pressed"]
[connection signal="pressed" from="VBoxContainer/Wormhole" to="." method="_on_wormhole_pressed"]
[connection signal="pressed" from="VBoxContainer/Abstract" to="." method="_on_abstract_pressed"]
[connection signal="pressed" from="VBoxContainer/Credits" to="." method="_on_credits_pressed"]
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_back_pressed"]