REM/scenes/menus/rem_drifting_credits.tscn
2026-03-26 20:37:29 -06:00

89 lines
3.2 KiB
Plaintext

[gd_scene format=3 uid="uid://c8n0mecxta4yk"]
[ext_resource type="Script" uid="uid://co0h6er0mkgyc" path="res://scripts/start_menu_buttons.gd" id="1_ap7om"]
[sub_resource type="LabelSettings" id="LabelSettings_if0b7"]
font_size = 75
[sub_resource type="LabelSettings" id="LabelSettings_f1kox"]
font_size = 40
[sub_resource type="LabelSettings" id="LabelSettings_ap7om"]
font_size = 20
[node name="REM_Drifting_Credits" type="Control" unique_id=2101009925]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="BackgroundPanel" type="Panel" parent="." unique_id=995283712]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=7868621]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 25
theme_override_constants/margin_top = 25
theme_override_constants/margin_right = 25
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=1577474056]
layout_mode = 2
theme_override_constants/separation = 4
[node name="Title" type="Label" parent="MarginContainer/VBoxContainer" unique_id=2102328057]
layout_mode = 2
size_flags_horizontal = 0
text = "Credits"
label_settings = SubResource("LabelSettings_if0b7")
[node name="Developers" type="Label" parent="MarginContainer/VBoxContainer" unique_id=2095928693]
layout_mode = 2
text = "A game by Jacob Baer for the Cozy Winter Jam 2026"
label_settings = SubResource("LabelSettings_f1kox")
[node name="Assets" type="Label" parent="MarginContainer/VBoxContainer" unique_id=584307945]
layout_mode = 2
text = "Textures:
Dario Barresi
Dimitrios Savva, Charlotte Baglioni (charlotte.baglioni@gmail.com), Amal Kumar (artstation: https://www.artstation.com/amalbubble\\),
and Rob Tuytel (rob@polyhaven.com) via Poly Haven (https://polyhaven.com/textures)
licensed under the Creative Commons CC0 1.0 Universal License.
Holiday Texture Pack provided by Screaming Brain Studios via Open Game Art (https://opengameart.org/content/holiday-texture-pack)
Snow texture provided by Downdate via Open Game Art (https://opengameart.org/content/snow-texture)
and licensed under the Creative Commons CC by 3.0 Universal License (https://creativecommons.org/licenses/by/3.0/deed.en)
SFX:
Running, Snow, A provided by InspectorJ via freesound (https://freesound.org/people/InspectorJ/sounds/421022/)
and licensed under the Creative Commons CC by 4.0 Universal License (https://creativecommons.org/licenses/by/4.0/)
Footsteps Walking On Wooden Floor Medium Pace provided by ralph.whitehead via freesound (https://freesound.org/people/ralph.whitehead/sounds/565716/)
and licensed under the Creative Commons CC0 1.0 Universal License.
"
label_settings = SubResource("LabelSettings_ap7om")
[node name="MenuButton" type="Button" parent="MarginContainer" unique_id=879266732]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 0
theme_override_font_sizes/font_size = 40
text = "Main Menu"
script = ExtResource("1_ap7om")
[connection signal="pressed" from="MarginContainer/MenuButton" to="MarginContainer/MenuButton" method="_on_pressed"]