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

148 lines
4.9 KiB
Plaintext

[gd_scene load_steps=19 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="Theme" uid="uid://6yg0iliv7s1m" path="res://Themes/title_button.tres" id="11_6sqe5"]
[ext_resource type="Script" uid="uid://cw6yeu0c7lgr2" path="res://Scripts/Effects/efStatic.gd" id="12_h8j70"]
[ext_resource type="AudioStream" uid="uid://dy1eq5gy1thwg" path="res://Sound/soma/loadscreen_background.ogg" id="13_ejj3f"]
[ext_resource type="AudioStream" uid="uid://b83q0hugoju4y" path="res://Sound/soma/Menu_Music.ogg" id="13_h8j70"]
[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="Gui"]
material = SubResource("ShaderMaterial_gf8hp")
sprite_frames = SubResource("SpriteFrames_q2oo7")
frame = 1
centered = false
script = ExtResource("12_h8j70")
[node name="Label_Title" type="Label" parent="Gui"]
offset_left = 64.0
offset_top = 56.0
offset_right = 224.0
offset_bottom = 304.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="Gui"]
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 64.0
offset_top = 56.0
offset_right = 230.0
offset_bottom = 106.0
grow_vertical = 2
theme = ExtResource("11_6sqe5")
theme_override_font_sizes/font_size = 30
text = "Continue
"
alignment = 0
[node name="bNew_Game" type="Button" parent="Gui"]
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 64.0
offset_top = -32.0
offset_right = 230.0
offset_bottom = 18.0
grow_vertical = 2
theme = ExtResource("11_6sqe5")
theme_override_font_sizes/font_size = 30
text = "New Game"
alignment = 0
[node name="Version" type="Label" parent="Gui"]
offset_left = 1216.0
offset_top = 688.0
offset_right = 1263.0
offset_bottom = 711.0
text = "V0.0.1"
[node name="Music" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("13_h8j70")
autoplay = true
[node name="Ambience" type="AudioStreamPlayer2D" parent="Music"]
stream = ExtResource("13_ejj3f")
autoplay = true
[connection signal="pressed" from="Gui/bContinue" to="." method="_on_b_continue_pressed"]
[connection signal="pressed" from="Gui/bNew_Game" to="." method="_on_b_new_game_pressed"]