cirnogodot/Scenes/HUD/CreditsMenu.tscn

88 lines
3.4 KiB
Text
Raw Permalink Normal View History

2025-04-07 21:57:31 +02:00
[gd_scene load_steps=11 format=3 uid="uid://cmdf7cbqbxedj"]
2025-03-09 16:34:19 +01:00
[ext_resource type="Script" uid="uid://bbssj2rkbqysu" path="res://Scripts/UI/CreditsMenu.cs" id="1_7p0um"]
[ext_resource type="Resource" uid="uid://cojsc1rtf41i1" path="res://Resources/Credits.tres" id="2_6xeqb"]
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="2_ahn81"]
2025-04-07 21:57:31 +02:00
[ext_resource type="LabelSettings" uid="uid://7ul0tkd0h4ff" path="res://Resources/Styles/Silver_Text_Style.tres" id="3_ka72j"]
2025-03-09 17:14:06 +01:00
[ext_resource type="Texture2D" uid="uid://b4fhb0wyc5vw" path="res://Sprites/UI/BackIcon.png" id="5_dgb8a"]
2025-04-07 21:57:31 +02:00
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="6_ka72j"]
2025-03-09 16:34:19 +01:00
[ext_resource type="StyleBox" uid="uid://ctw2hju32l3rg" path="res://Resources/Styles/PixelStyleBoxRed.tres" id="6_v8423"]
[ext_resource type="LabelSettings" uid="uid://b7aiiua04uma4" path="res://Resources/Styles/Credits_Section_Style.tres" id="7_5tqy8"]
2025-04-07 21:57:31 +02:00
[ext_resource type="LabelSettings" uid="uid://ct4jf3wlfmc4w" path="res://Resources/Styles/Silver_Text.tres" id="8_ka72j"]
2025-03-09 16:34:19 +01:00
[sub_resource type="LabelSettings" id="LabelSettings_xr5nf"]
2025-04-07 21:57:31 +02:00
font = ExtResource("6_ka72j")
2025-03-09 16:34:19 +01:00
outline_size = 4
outline_color = Color(0, 0, 0, 1)
[node name="CreditsMenu" type="VBoxContainer" node_paths=PackedStringArray("CreditsContainer")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_7p0um")
Credits = ExtResource("2_6xeqb")
CreditsContainer = NodePath("ScrollContainer/VBoxContainer")
2025-04-07 21:57:31 +02:00
LabelSettings = ExtResource("3_ka72j")
2025-03-09 16:34:19 +01:00
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
[node name="BackButton" type="Button" parent="HBoxContainer"]
layout_mode = 2
size_flags_vertical = 4
theme = ExtResource("2_ahn81")
text = "Back"
2025-03-09 17:14:06 +01:00
icon = ExtResource("5_dgb8a")
2025-03-09 16:34:19 +01:00
[node name="Name" type="Label" parent="HBoxContainer"]
layout_mode = 2
text = "CREDITS"
label_settings = SubResource("LabelSettings_xr5nf")
horizontal_alignment = 1
[node name="ScrollContainer" type="ScrollContainer" parent="."]
layout_mode = 2
size_flags_vertical = 3
theme = ExtResource("2_ahn81")
theme_override_styles/panel = ExtResource("6_v8423")
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
layout_mode = 2
size_flags_horizontal = 3
[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
[node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "asdf"
2025-04-07 21:57:31 +02:00
label_settings = ExtResource("3_ka72j")
2025-03-09 16:34:19 +01:00
[node name="Label2" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "fdas"
2025-04-07 21:57:31 +02:00
label_settings = ExtResource("8_ka72j")
2025-03-09 16:34:19 +01:00
[node name="Label3" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "gfdsgfdsg"
2025-04-07 21:57:31 +02:00
label_settings = ExtResource("3_ka72j")
2025-03-09 16:34:19 +01:00
[node name="Label4" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "Title"
label_settings = ExtResource("7_5tqy8")
[node name="HBoxContainer2" type="HBoxContainer" parent="ScrollContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
[node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "TEST"
label_settings = ExtResource("7_5tqy8")
[connection signal="pressed" from="HBoxContainer/BackButton" to="." method="_on_back_button_pressed"]