Jam10/Scenes/TitleScreen.tscn

97 lines
2.8 KiB
Plaintext
Raw Normal View History

2023-01-30 06:20:01 +00:00
[gd_scene load_steps=9 format=2]
2023-01-30 01:14:42 +00:00
[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]
2023-01-30 06:20:01 +00:00
[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]
2023-01-30 01:14:42 +00:00
[node name="TitleScreen" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 6 )
2023-01-30 06:20:01 +00:00
[node name="TextureRect" type="TextureRect" parent="."]
margin_right = 1024.0
margin_bottom = 768.0
texture = ExtResource( 8 )
2023-01-30 01:14:42 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
2023-01-30 06:20:01 +00:00
[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 )
2023-01-30 01:14:42 +00:00
stretch_mode = 4
2023-01-30 06:20:01 +00:00
__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
}
2023-01-30 01:14:42 +00:00
[node name="CenterRow" type="HBoxContainer" parent="Menu"]
2023-01-30 06:20:01 +00:00
margin_right = 360.0
margin_bottom = 230.0
2023-01-30 01:14:42 +00:00
size_flags_vertical = 3
[node name="Buttons" type="VBoxContainer" parent="Menu/CenterRow"]
2023-01-30 06:20:01 +00:00
margin_right = 360.0
margin_bottom = 230.0
2023-01-30 01:14:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/separation = 20
alignment = 1
[node name="StartGame" parent="Menu/CenterRow/Buttons" instance=ExtResource( 1 )]
2023-01-30 06:20:01 +00:00
margin_left = 0.0
margin_top = 5.0
margin_right = 360.0
margin_bottom = 65.0
2023-01-30 01:14:42 +00:00
rect_min_size = Vector2( 360, 60 )
flat = false
script = ExtResource( 5 )
2023-01-30 02:39:59 +00:00
scene_to_load = "res://Scenes/Cutscene1.tscn"
2023-01-30 01:14:42 +00:00
[node name="ManualButton" parent="Menu/CenterRow/Buttons" instance=ExtResource( 2 )]
2023-01-30 06:20:01 +00:00
margin_left = 0.0
margin_top = 85.0
margin_right = 360.0
margin_bottom = 145.0
2023-01-30 01:14:42 +00:00
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 )]
2023-01-30 06:20:01 +00:00
margin_top = 165.0
margin_right = 360.0
margin_bottom = 225.0
2023-01-30 01:14:42 +00:00
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