44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://Sprites/Assets/Black_Background.png" type="Texture" id=1]
|
|
[ext_resource path="res://GUI/Credits.gd" type="Script" id=2]
|
|
[ext_resource path="res://Fonts/TheLittleBonjour.ttf" type="DynamicFontData" id=3]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 60
|
|
extra_spacing_top = 30
|
|
extra_spacing_bottom = 30
|
|
extra_spacing_char = 2
|
|
font_data = ExtResource( 3 )
|
|
|
|
[sub_resource type="Theme" id=2]
|
|
default_font = SubResource( 1 )
|
|
|
|
[node name="Credits" type="CanvasLayer"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
light_mask = 0
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
rect_min_size = Vector2( 320, 180 )
|
|
texture = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Credits" type="ScrollContainer" parent="."]
|
|
rect_min_size = Vector2( 3200, 1800 )
|
|
rect_scale = Vector2( 0.1, 0.1 )
|
|
scroll_horizontal_enabled = false
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Credits Items" type="VBoxContainer" parent="Credits"]
|
|
light_mask = 0
|
|
margin_right = 3200.0
|
|
margin_bottom = 1800.0
|
|
rect_min_size = Vector2( 3200, 1800 )
|
|
theme = SubResource( 2 )
|