80 lines
2.4 KiB
Plaintext
80 lines
2.4 KiB
Plaintext
![]() |
[gd_scene load_steps=8 format=2]
|
||
|
|
||
|
[ext_resource path="res://Menu/Buttons/StartButton.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://icon1344.png" type="Texture" id=2]
|
||
|
[ext_resource path="res://Menu/Buttons/OptionsButton.tscn" type="PackedScene" id=4]
|
||
|
[ext_resource path="res://fade_in/FadeIn.tscn" type="PackedScene" id=6]
|
||
|
[ext_resource path="res://Menu/Main Menu.tres" type="DynamicFont" id=7]
|
||
|
[ext_resource path="res://Menu/title_screen.gd" type="Script" id=8]
|
||
|
[ext_resource path="res://Menu/UISound.tscn" type="PackedScene" id=9]
|
||
|
|
||
|
[node name="Title Screen" type="Control"]
|
||
|
script = ExtResource( 8 )
|
||
|
|
||
|
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="."]
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
margin_right = 1920.0
|
||
|
margin_bottom = 1080.0
|
||
|
size_flags_stretch_ratio = 10.08
|
||
|
stretch_mode = 3
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="AspectRatioContainer"]
|
||
|
margin_top = -420.0
|
||
|
margin_right = 1920.0
|
||
|
margin_bottom = 1500.0
|
||
|
texture = ExtResource( 2 )
|
||
|
expand = true
|
||
|
stretch_mode = 6
|
||
|
|
||
|
[node name="Menu" type="VBoxContainer" parent="."]
|
||
|
margin_left = 120.0
|
||
|
margin_top = 80.0
|
||
|
margin_right = 1800.0
|
||
|
margin_bottom = 1000.0
|
||
|
|
||
|
[node name="CenterRow" type="HBoxContainer" parent="Menu"]
|
||
|
margin_right = 1680.0
|
||
|
margin_bottom = 920.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="Buttons" type="VBoxContainer" parent="Menu/CenterRow"]
|
||
|
margin_right = 838.0
|
||
|
margin_bottom = 920.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
custom_constants/separation = 20
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="Start Game" parent="Menu/CenterRow/Buttons" instance=ExtResource( 1 )]
|
||
|
margin_top = 389.0
|
||
|
margin_right = 838.0
|
||
|
margin_bottom = 450.0
|
||
|
custom_fonts/font = ExtResource( 7 )
|
||
|
scene_to_load = "res://Spiel.tscn"
|
||
|
|
||
|
[node name="OptionsButton" parent="Menu/CenterRow/Buttons" instance=ExtResource( 4 )]
|
||
|
margin_top = 470.0
|
||
|
margin_right = 838.0
|
||
|
margin_bottom = 531.0
|
||
|
custom_fonts/font = ExtResource( 7 )
|
||
|
|
||
|
[node name="CenterContainer" type="CenterContainer" parent="Menu/CenterRow"]
|
||
|
margin_left = 842.0
|
||
|
margin_right = 1680.0
|
||
|
margin_bottom = 920.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="FadeIn" parent="." instance=ExtResource( 6 )]
|
||
|
visible = false
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="UISound" parent="." instance=ExtResource( 9 )]
|
||
|
|
||
|
[connection signal="fade_finished" from="FadeIn" to="." method="_on_FadeIn_fade_finished"]
|