2024-11-04 00:29:58 +01:00
|
|
|
[gd_scene load_steps=8 format=2]
|
2024-09-26 02:43:45 +02:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://backgounds/night-sky-at-ceres.jpg" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://levels/ui/settings.gd" type="Script" id=4]
|
|
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=5]
|
2024-09-26 02:43:45 +02:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
|
|
bg_color = Color( 0, 0.8, 0, 1 )
|
2024-09-26 02:43:45 +02:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
|
|
bg_color = Color( 0, 0.8, 0, 1 )
|
2024-09-26 02:43:45 +02:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=3]
|
|
|
|
bg_color = Color( 0, 0.8, 0, 1 )
|
|
|
|
|
|
|
|
[node name="Scene" type="Control"]
|
2024-09-26 02:43:45 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-11-04 00:29:58 +01:00
|
|
|
script = ExtResource( 4 )
|
2024-09-26 02:43:45 +02:00
|
|
|
|
|
|
|
[node name="Night Sky" type="TextureRect" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
|
|
|
texture = ExtResource( 2 )
|
2024-09-26 02:43:45 +02:00
|
|
|
|
|
|
|
[node name="Game name" type="Label" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 3.0
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 73.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "BUTTON_SETTINGS"
|
2024-11-04 00:29:58 +01:00
|
|
|
align = 1
|
|
|
|
valign = 1
|
2024-09-26 02:43:45 +02:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 1 )]
|
2024-09-26 02:43:45 +02:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_left = 126.0
|
|
|
|
margin_top = 169.0
|
|
|
|
margin_right = 1172.0
|
|
|
|
margin_bottom = 628.0
|
2024-09-26 02:43:45 +02:00
|
|
|
|
|
|
|
[node name="L20" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 54.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 1 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "CERES_L20_DESC"
|
|
|
|
|
|
|
|
[node name="Lilytest" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 58.0
|
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 112.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 2 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "MENU_MAP"
|
|
|
|
|
|
|
|
[node name="Dialogtest" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 116.0
|
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 2 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "BUTTON_DEBUG"
|
|
|
|
|
|
|
|
[node name="Bullethell" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 174.0
|
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 228.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 2 )
|
2024-09-26 20:42:29 +02:00
|
|
|
text = "BUTTON_PERSISTENCE"
|
2024-09-26 02:43:45 +02:00
|
|
|
|
|
|
|
[node name="Credits" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 232.0
|
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 286.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 2 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "BUTTON_PLACEHOLDER"
|
|
|
|
|
|
|
|
[node name="WIP" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 290.0
|
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 344.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 2 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "BUTTON_PLACEHOLDER"
|
|
|
|
|
|
|
|
[node name="Back" type="Button" parent="VBoxContainer"]
|
2024-11-04 00:29:58 +01:00
|
|
|
margin_top = 348.0
|
|
|
|
margin_right = 1046.0
|
|
|
|
margin_bottom = 402.0
|
|
|
|
custom_fonts/font = ExtResource( 5 )
|
|
|
|
custom_styles/focus = SubResource( 3 )
|
2024-09-26 02:43:45 +02:00
|
|
|
text = "BUTTON_RETURN"
|
|
|
|
|
|
|
|
[connection signal="pressed" from="VBoxContainer/L20" to="." method="_on_l_20_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Lilytest" to="." method="_on_lilytest_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Dialogtest" to="." method="_on_dialogtest_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Bullethell" to="." method="_on_bullethell_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_back_pressed"]
|