[gd_scene load_steps=4 format=2] [ext_resource path="res://Scenes/TitleScreen/new_dynamicfont.tres" type="DynamicFont" id=1] [ext_resource path="res://Scenes/TitleScreen/ReturnToTitle.gd" type="Script" id=2] [ext_resource path="res://Scenes/TitleScreen/Credits.png" type="Texture" id=3] [node name="Credits" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="TextureRect" type="TextureRect" parent="."] margin_right = 2048.0 margin_bottom = 1536.0 rect_scale = Vector2( 0.5, 0.5 ) texture = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="CenterContainer" type="CenterContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -411.0 margin_top = 306.0 margin_right = -411.0 margin_bottom = 306.0 __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] margin_left = 449.0 margin_top = 330.0 margin_right = 574.0 margin_bottom = 438.0 [node name="Label" type="Label" parent="CenterContainer/VBoxContainer"] margin_right = 125.0 margin_bottom = 49.0 custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_offset_x = 0 custom_constants/shadow_offset_y = 5 custom_fonts/font = ExtResource( 1 ) [node name="Button" type="Button" parent="CenterContainer/VBoxContainer"] margin_top = 53.0 margin_right = 125.0 margin_bottom = 108.0 custom_fonts/font = ExtResource( 1 ) text = "Back" [connection signal="pressed" from="CenterContainer/VBoxContainer/Button" to="." method="_on_Button_pressed"]