[gd_scene load_steps=5 format=2] [ext_resource path="res://Scenes/TitleScreen/new_dynamicfont.tres" type="DynamicFont" id=1] [ext_resource path="res://Fonts/luckiest-guy/luckiest-guy.tres" type="DynamicFont" id=2] [ext_resource path="res://Scenes/TitleScreen/HowToPlay.png" type="Texture" id=3] [ext_resource path="res://Scenes/TitleScreen/ReturnToTitle.gd" type="Script" id=4] [node name="Manual" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -1.0 margin_right = -1.0 script = ExtResource( 4 ) __meta__ = { "_edit_use_anchors_": false } [node name="TextureRect" type="TextureRect" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -512.0 margin_top = -384.0 margin_right = 512.0 margin_bottom = 384.0 texture = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="Button" type="Button" parent="."] margin_left = 37.0 margin_top = 688.0 margin_right = 177.0 margin_bottom = 745.0 custom_fonts/font = ExtResource( 2 ) text = "Back" [node name="CenterContainer" type="CenterContainer" parent="."] visible = false anchor_right = 1.0 anchor_bottom = 1.0 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] margin_left = 512.0 margin_top = 384.0 margin_right = 512.0 margin_bottom = 384.0 [node name="Label" type="Label" parent="CenterContainer/VBoxContainer"] visible = false margin_right = 193.0 margin_bottom = 42.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 ) text = "Manual" [connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]