2023-01-30 06:20:01 +00:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2023-01-30 01:14:42 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://Scenes/TitleScreen/MenuButton.tscn" type="PackedScene" id=1]
|
2023-01-30 06:20:01 +00:00
|
|
|
[ext_resource path="res://Fonts/luckiest-guy/luckiest-guy.tres" type="DynamicFont" id=2]
|
2023-01-30 01:14:42 +00:00
|
|
|
|
|
|
|
[node name="CreditsButton" instance=ExtResource( 1 )]
|
2023-01-30 06:20:01 +00:00
|
|
|
margin_left = 0.0
|
|
|
|
margin_top = 0.0
|
|
|
|
margin_right = 784.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
custom_fonts/font = ExtResource( 2 )
|
|
|
|
flat = false
|
2023-01-30 01:14:42 +00:00
|
|
|
|
|
|
|
[node name="Label" parent="." index="0"]
|
2023-01-30 06:20:01 +00:00
|
|
|
margin_left = 36.0
|
|
|
|
margin_top = 11.0
|
|
|
|
margin_right = 396.0
|
|
|
|
margin_bottom = 71.0
|
2023-01-30 01:14:42 +00:00
|
|
|
text = "Credits"
|