69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
[gd_scene format=3 uid="uid://bhcew4ksnx081"]
|
|
|
|
[ext_resource type="Script" uid="uid://dt85lj7ts5i87" path="res://scripts/credits.gd" id="1_0ctdu"]
|
|
[ext_resource type="Texture2D" uid="uid://2ddggeetjj1t" path="res://assets/images/screenshot_game.png" id="1_2ckv8"]
|
|
[ext_resource type="FontFile" uid="uid://8v71dcws4q6o" path="res://assets/fonts/slkscre.ttf" id="2_0ctdu"]
|
|
|
|
[node name="Credits" type="CanvasLayer" unique_id=45816245]
|
|
script = ExtResource("1_0ctdu")
|
|
|
|
[node name="BackgroundSprite" type="TextureRect" parent="." unique_id=356379919]
|
|
z_index = -2
|
|
offset_left = 4.0
|
|
offset_top = 2.0
|
|
offset_right = 1277.0
|
|
offset_bottom = 718.0
|
|
texture = ExtResource("1_2ckv8")
|
|
expand_mode = 2
|
|
|
|
[node name="BackgroundRect" type="ColorRect" parent="." unique_id=2118797143]
|
|
z_index = -1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 0.47058824)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=391956149]
|
|
z_index = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -308.5
|
|
offset_top = -106.0
|
|
offset_right = 308.5
|
|
offset_bottom = 106.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/separation = 50
|
|
alignment = 1
|
|
|
|
[node name="TitleLabel" type="Label" parent="VBoxContainer" unique_id=155909881]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_0ctdu")
|
|
theme_override_font_sizes/font_size = 64
|
|
text = "Credits"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="CreditsLabel" type="Label" parent="VBoxContainer" unique_id=267626570]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_0ctdu")
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Assets — Swordsman, Slimes, Tiles craftpix.net
|
|
Asset — Witch AntumDeluge
|
|
Asset — Various Effects bdragon1727
|
|
|
|
Music — Main Menu (8 Bit Dungeon) Kaden_Cook
|
|
Music — In-Game (Ashveil) Pixelmaniax"
|
|
|
|
[node name="BackButton" type="Button" parent="VBoxContainer" unique_id=561894849]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_0ctdu")
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "Back"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/BackButton" to="." method="_on_back_button_pressed"]
|