[gd_scene load_steps=9 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] [ext_resource path="res://Scenes/TitleScreen/the_title_thing.png" type="Texture" id=7] [ext_resource path="res://Graphics/Background/sprite_3.png" type="Texture" id=8] [node name="TitleScreen" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 6 ) [node name="TextureRect" type="TextureRect" parent="."] margin_right = 1024.0 margin_bottom = 768.0 texture = ExtResource( 8 ) __meta__ = { "_edit_use_anchors_": false } [node name="Logo" type="TextureRect" parent="."] margin_left = -3.0 margin_top = -95.0 margin_right = 1021.0 margin_bottom = 673.0 texture = ExtResource( 7 ) stretch_mode = 4 __meta__ = { "_edit_use_anchors_": false } [node name="Menu" type="VBoxContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 323.0 margin_top = 492.0 margin_right = -341.0 margin_bottom = -46.0 __meta__ = { "_edit_use_anchors_": false } [node name="CenterRow" type="HBoxContainer" parent="Menu"] margin_right = 360.0 margin_bottom = 230.0 size_flags_vertical = 3 [node name="Buttons" type="VBoxContainer" parent="Menu/CenterRow"] margin_right = 360.0 margin_bottom = 230.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_left = 0.0 margin_top = 5.0 margin_right = 360.0 margin_bottom = 65.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_left = 0.0 margin_top = 85.0 margin_right = 360.0 margin_bottom = 145.0 rect_min_size = Vector2( 360, 60 ) flat = false script = ExtResource( 5 ) scene_to_load = "res://Scenes/TitleScreen/Manual.tscn" [node name="CreditsButton" parent="Menu/CenterRow/Buttons" instance=ExtResource( 3 )] margin_top = 165.0 margin_right = 360.0 margin_bottom = 225.0 rect_min_size = Vector2( 360, 60 ) script = ExtResource( 5 ) scene_to_load = "res://Scenes/TitleScreen/Credits.tscn" [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