[gd_scene load_steps=7 format=2] [ext_resource path="res://Scenes/TitleScreen/StartGame.tscn" type="PackedScene" id=1] [ext_resource path="res://Scenes/TitleScreen/MenuButton.tscn" type="PackedScene" id=2] [ext_resource path="res://Scenes/TitleScreen/CreditsButton.tscn" type="PackedScene" id=3] [ext_resource path="res://Scenes/TitleScreen/FadeIn.tscn" type="PackedScene" id=4] [ext_resource path="res://Scenes/TitleScreen/StartGame.gd" type="Script" id=5] [ext_resource path="res://Scenes/Title_Screen.gd" type="Script" id=6] [node name="TitleScreen" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 6 ) __meta__ = { "_edit_use_anchors_": false } [node name="Menu" type="VBoxContainer" parent="."] margin_left = 120.0 margin_top = 80.0 margin_right = 904.0 margin_bottom = 688.0 __meta__ = { "_edit_use_anchors_": false } [node name="Logo" type="TextureRect" parent="Menu"] margin_right = 784.0 stretch_mode = 4 [node name="CenterRow" type="HBoxContainer" parent="Menu"] margin_top = 4.0 margin_right = 784.0 margin_bottom = 608.0 size_flags_vertical = 3 [node name="Buttons" type="VBoxContainer" parent="Menu/CenterRow"] margin_right = 390.0 margin_bottom = 604.0 size_flags_horizontal = 3 size_flags_vertical = 3 custom_constants/separation = 20 alignment = 1 [node name="StartGame" parent="Menu/CenterRow/Buttons" instance=ExtResource( 1 )] margin_top = 192.0 margin_right = 390.0 margin_bottom = 252.0 rect_min_size = Vector2( 360, 60 ) flat = false script = ExtResource( 5 ) scene_to_load = "res://Scenes/Cutscene1.tscn" [node name="ManualButton" parent="Menu/CenterRow/Buttons" instance=ExtResource( 2 )] margin_top = 272.0 margin_right = 390.0 margin_bottom = 332.0 rect_min_size = Vector2( 360, 60 ) flat = false script = ExtResource( 5 ) __meta__ = { "_edit_use_anchors_": false } scene_to_load = "res://Scenes/TitleScreen/Manual.tscn" [node name="CreditsButton" parent="Menu/CenterRow/Buttons" instance=ExtResource( 3 )] margin_top = 352.0 margin_right = 390.0 margin_bottom = 412.0 rect_min_size = Vector2( 360, 60 ) flat = false script = ExtResource( 5 ) __meta__ = { "_edit_use_anchors_": false } scene_to_load = "res://Scenes/TitleScreen/Credits.tscn" [node name="CenterContainer" type="CenterContainer" parent="Menu/CenterRow"] margin_left = 394.0 margin_right = 784.0 margin_bottom = 604.0 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="Characters" type="TextureRect" parent="Menu/CenterRow/CenterContainer"] margin_left = 195.0 margin_top = 302.0 margin_right = 195.0 margin_bottom = 302.0 [node name="Version Label" type="Label" parent="Menu"] visible = false margin_top = 308.0 margin_right = 784.0 margin_bottom = 608.0 size_flags_vertical = 7 [node name="FadeIn" parent="." instance=ExtResource( 4 )] visible = false