[gd_scene load_steps=13 format=2] [ext_resource path="res://fonts/game over.ttf" type="DynamicFontData" id=1] [ext_resource path="res://Sprites/bg.png" type="Texture" id=2] [ext_resource path="res://fonts/dotty.ttf" type="DynamicFontData" id=3] [ext_resource path="res://Scripts/Start.gd" type="Script" id=4] [sub_resource type="DynamicFont" id=1] size = 64 font_data = ExtResource( 1 ) [sub_resource type="StyleBoxEmpty" id=2] [sub_resource type="StyleBoxEmpty" id=3] [sub_resource type="StyleBoxEmpty" id=4] [sub_resource type="StyleBoxEmpty" id=5] [sub_resource type="StyleBoxEmpty" id=6] [sub_resource type="DynamicFont" id=7] size = 128 font_data = ExtResource( 1 ) [sub_resource type="DynamicFont" id=8] size = 64 font_data = ExtResource( 3 ) [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 4 ) [node name="Background" type="TextureRect" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 2 ) expand = true [node name="Button" type="Button" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -80.0 margin_top = 84.0 margin_right = 80.0 margin_bottom = 130.0 custom_colors/font_color_hover = Color( 0.290196, 0.517647, 1, 1 ) custom_fonts/font = SubResource( 1 ) custom_styles/hover = SubResource( 2 ) custom_styles/pressed = SubResource( 3 ) custom_styles/focus = SubResource( 4 ) custom_styles/disabled = SubResource( 5 ) custom_styles/normal = SubResource( 6 ) text = "Start" [node name="Label" type="Label" parent="."] anchor_left = 0.5 anchor_right = 0.5 margin_left = -200.0 margin_top = 64.0 margin_right = 200.0 margin_bottom = 144.0 custom_fonts/font = SubResource( 7 ) text = "H2Grow" [node name="Label2" type="Label" parent="."] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -512.0 margin_top = -64.0 margin_right = 512.0 custom_colors/font_color = Color( 1, 0.262745, 0.262745, 1 ) custom_colors/font_outline_modulate = Color( 1, 1, 1, 1 ) custom_fonts/font = SubResource( 8 ) text = "Read instructions on itch.io before playing the game!" align = 1 valign = 1 autowrap = true clip_text = true [connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]