20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
[gd_scene format=3 uid="uid://1y3twyudd5l8"]
|
|
|
|
[ext_resource type="Script" path="res://menus/scenes/credits/scrollable_credits.gd" id="1_gcb84"]
|
|
[ext_resource type="PackedScene" path="res://menus/scenes/credits/credits_label.tscn" id="2_nuv7p"]
|
|
|
|
[node name="ScrollableCredits" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_gcb84")
|
|
|
|
[node name="CreditsLabel" parent="." instance=ExtResource("2_nuv7p")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
fit_content = false
|
|
scroll_active = true
|