127 lines
4.1 KiB
Plaintext
127 lines
4.1 KiB
Plaintext
[gd_scene load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://src/UserInterface/Buttons/QuitButton.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://src/UserInterface/Buttons/Titel.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://src/UserInterface/Buttons/ChangeSceneButton.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://src/Utilities/SignalManager.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://assets/meta/ui_theme.tres" type="Theme" id=5]
|
|
[ext_resource path="res://assets/environment/background/Spaceship-Wall.png" type="Texture" id=6]
|
|
[ext_resource path="res://assets/environment/background/starry-space.png" type="Texture" id=7]
|
|
[ext_resource path="res://assets/sounds/EpsonStart.ogg" type="AudioStream" id=8]
|
|
[ext_resource path="res://src/UserInterface/Screens/MainMenu/LevelSelectButtonGroup.tres" type="ButtonGroup" id=9]
|
|
[ext_resource path="res://assets/meta/montserrat_extrabold.otf" type="DynamicFontData" id=10]
|
|
[ext_resource path="res://src/UserInterface/Screens/MainMenu/LevelList.gd" type="Script" id=11]
|
|
[ext_resource path="res://src/UserInterface/Buttons/MenuNavigationButton.gd" type="Script" id=12]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 69
|
|
font_data = ExtResource( 10 )
|
|
|
|
[node name="MainScreen" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
theme = ExtResource( 5 )
|
|
|
|
[node name="SignalManager" parent="." instance=ExtResource( 4 )]
|
|
|
|
[node name="background" type="TextureRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -128.0
|
|
margin_bottom = -128.0
|
|
texture = ExtResource( 7 )
|
|
expand = true
|
|
stretch_mode = 1
|
|
|
|
[node name="background2" type="TextureRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
texture = ExtResource( 6 )
|
|
expand = true
|
|
stretch_mode = 1
|
|
|
|
[node name="Titel" parent="." instance=ExtResource( 2 )]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -162.5
|
|
margin_right = 162.5
|
|
margin_bottom = 85.0
|
|
grow_horizontal = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "bobbi"
|
|
|
|
[node name="MenuContainer" type="HBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -144.0
|
|
margin_top = -12.0
|
|
margin_right = 156.0
|
|
margin_bottom = 88.0
|
|
|
|
[node name="Buttons" type="VBoxContainer" parent="MenuContainer"]
|
|
margin_right = 296.0
|
|
margin_bottom = 100.0
|
|
focus_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="PlayButton" parent="MenuContainer/Buttons" instance=ExtResource( 3 )]
|
|
unique_name_in_owner = true
|
|
margin_right = 296.0
|
|
margin_bottom = 30.0
|
|
focus_neighbour_top = NodePath("../QuitButton")
|
|
focus_neighbour_bottom = NodePath("../Controlls")
|
|
|
|
[node name="Controlls" parent="MenuContainer/Buttons" instance=ExtResource( 3 )]
|
|
unique_name_in_owner = true
|
|
margin_top = 34.0
|
|
margin_right = 296.0
|
|
margin_bottom = 65.0
|
|
focus_neighbour_top = NodePath("../PlayButton")
|
|
focus_neighbour_bottom = NodePath("../QuitButton")
|
|
text = "Controls"
|
|
script = ExtResource( 12 )
|
|
next_screen_path = "res://src/UserInterface/Screens/MainMenu/ControlsMenu/ControlsMenu.tscn"
|
|
|
|
[node name="QuitButton" parent="MenuContainer/Buttons" instance=ExtResource( 1 )]
|
|
unique_name_in_owner = true
|
|
anchor_left = 0.0
|
|
anchor_right = 0.0
|
|
margin_left = 0.0
|
|
margin_top = 69.0
|
|
margin_right = 296.0
|
|
margin_bottom = 100.0
|
|
focus_neighbour_top = NodePath("../Controlls")
|
|
focus_neighbour_bottom = NodePath("../PlayButton")
|
|
|
|
[node name="LevelList" type="ScrollContainer" parent="MenuContainer"]
|
|
margin_left = 300.0
|
|
margin_right = 300.0
|
|
margin_bottom = 100.0
|
|
focus_mode = 2
|
|
follow_focus = true
|
|
scroll_horizontal_enabled = false
|
|
script = ExtResource( 11 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MenuContainer/LevelList"]
|
|
focus_mode = 2
|
|
|
|
[node name="InvisibleCunt" type="CheckBox" parent="MenuContainer/LevelList/VBoxContainer"]
|
|
visible = false
|
|
margin_right = 24.0
|
|
margin_bottom = 24.0
|
|
focus_neighbour_left = NodePath("../../../Buttons/PlayButton")
|
|
group = ExtResource( 9 )
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 8 )
|
|
volume_db = -10.065
|
|
autoplay = true
|
|
bus = "Music"
|