Files
Five-Nights-At-Akers/Levels/title.tscn5348478212.tmp
2026-03-24 12:56:35 -07:00

129 lines
4.4 KiB
Plaintext

[gd_scene load_steps=18 format=3 uid="uid://dy7yamc168r7g"]
[ext_resource type="Texture2D" uid="uid://demhjv3dvqv7j" path="res://Renders/Static & Menu/Full Static/12.png" id="1_1hel7"]
[ext_resource type="Script" uid="uid://cmf13qcy55iyu" path="res://Scripts/Levels/lsTitle.gd" id="1_ejj3f"]
[ext_resource type="Texture2D" uid="uid://bvt1aw74qt7v5" path="res://Renders/Title/title.png" id="1_gf8hp"]
[ext_resource type="Shader" uid="uid://cb1jf4frbw7jo" path="res://Shaders/static_blocky.gdshader" id="1_ssyhv"]
[ext_resource type="Texture2D" uid="uid://dpu5xkpl55gf1" path="res://Renders/Static & Menu/Full Static/13.png" id="2_76txt"]
[ext_resource type="Texture2D" uid="uid://xogv0gtd81oa" path="res://Renders/Static & Menu/Full Static/14.png" id="3_v1wpm"]
[ext_resource type="Texture2D" uid="uid://cx4kees6td1yl" path="res://Renders/Static & Menu/Full Static/15.png" id="4_ssyhv"]
[ext_resource type="Texture2D" uid="uid://cbm30gs7fsjyg" path="res://Renders/Static & Menu/Full Static/16.png" id="5_gf8hp"]
[ext_resource type="Texture2D" uid="uid://da45s38mhie03" path="res://Renders/Static & Menu/Full Static/17.png" id="6_6sqe5"]
[ext_resource type="Texture2D" uid="uid://bhyc5ojiegof5" path="res://Renders/Static & Menu/Full Static/18.png" id="7_ejj3f"]
[ext_resource type="Texture2D" uid="uid://c47r1lgi7hn8l" path="res://Renders/Static & Menu/Full Static/20.png" id="8_h8j70"]
[ext_resource type="AudioStream" uid="uid://cc2b2g7gvx8p5" path="res://Sound/fnaf/darkness music.wav" id="9_v1wpm"]
[ext_resource type="AudioStream" uid="uid://csx6xdaj1jb4j" path="res://Sound/fnaf/ambience2.wav" id="10_ssyhv"]
[ext_resource type="Theme" uid="uid://6yg0iliv7s1m" path="res://Themes/title_button.tres" id="11_6sqe5"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_gf8hp"]
shader = ExtResource("1_ssyhv")
shader_parameter/alpha_threshold = 0.1
shader_parameter/alpha_modifier = 1.0
shader_parameter/texture_albedo = ExtResource("1_1hel7")
[sub_resource type="SpriteFrames" id="SpriteFrames_q2oo7"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_1hel7")
}, {
"duration": 1.0,
"texture": ExtResource("2_76txt")
}, {
"duration": 1.0,
"texture": ExtResource("3_v1wpm")
}, {
"duration": 1.0,
"texture": ExtResource("4_ssyhv")
}, {
"duration": 1.0,
"texture": ExtResource("5_gf8hp")
}, {
"duration": 1.0,
"texture": ExtResource("6_6sqe5")
}, {
"duration": 1.0,
"texture": ExtResource("7_ejj3f")
}, {
"duration": 1.0,
"texture": ExtResource("8_h8j70")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="Theme" id="Theme_1hel7"]
Button/font_sizes/font_size = 30
[node name="Title" type="Node2D"]
script = ExtResource("1_ejj3f")
[node name="Background" type="CanvasLayer" parent="."]
layer = -128
[node name="ColorRect" type="ColorRect" parent="Background"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="TextureRect" type="TextureRect" parent="Background"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_gf8hp")
expand_mode = 1
[node name="Gui" type="CanvasLayer" parent="."]
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
material = SubResource("ShaderMaterial_gf8hp")
sprite_frames = SubResource("SpriteFrames_q2oo7")
frame = 1
centered = false
[node name="Label_Title" type="Label" parent="."]
offset_left = 64.0
offset_top = 64.0
offset_right = 224.0
offset_bottom = 312.0
theme = SubResource("Theme_1hel7")
theme_override_font_sizes/font_size = 40
text = "Five Nights in Pathos"
autowrap_mode = 3
[node name="bContinue" type="Button" parent="."]
offset_left = 72.0
offset_top = 408.0
offset_right = 238.0
offset_bottom = 458.0
theme = ExtResource("11_6sqe5")
theme_override_font_sizes/font_size = 30
text = "Continue
"
[node name="bNew_Game" type="Button" parent="."]
offset_left = 64.0
offset_top = 352.0
offset_right = 230.0
offset_bottom = 402.0
theme = ExtResource("11_6sqe5")
theme_override_font_sizes/font_size = 30
text = "New Game"
[node name="Music" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("9_v1wpm")
autoplay = true
[node name="Ambience" type="AudioStreamPlayer2D" parent="Music"]
stream = ExtResource("10_ssyhv")
autoplay = true
[connection signal="pressed" from="bContinue" to="." method="_on_b_continue_pressed"]
[connection signal="pressed" from="bNew_Game" to="." method="_on_b_new_game_pressed"]