[gd_scene load_steps=5 format=2] [ext_resource path="res://styles/theme.tres" type="Theme" id=1] [ext_resource path="res://images/oh-my-git.png" type="Texture" id=2] [ext_resource path="res://scenes/title.gd" type="Script" id=3] [ext_resource path="res://fonts/default.tres" type="DynamicFont" id=5] [node name="Title" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 1 ) script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="Label2" type="Label" parent="."] margin_left = 790.904 margin_top = 570.287 margin_right = 1131.91 margin_bottom = 626.287 custom_fonts/font = ExtResource( 5 ) custom_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 ) text = "by bleeptrack & blinry" align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Label3" type="Label" parent="."] margin_left = 709.839 margin_top = 597.568 margin_right = 1209.84 margin_bottom = 653.568 custom_fonts/font = ExtResource( 5 ) custom_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 ) text = "Original score by winniehell" align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="."] margin_left = 783.432 margin_top = 689.063 margin_right = 1135.43 margin_bottom = 872.063 __meta__ = { "_edit_use_anchors_": false } [node name="Button" type="Button" parent="VBoxContainer"] margin_right = 351.0 margin_bottom = 39.0 text = "Levels" [node name="Button3" type="Button" parent="VBoxContainer"] margin_top = 44.0 margin_right = 351.0 margin_bottom = 83.0 text = "Sandbox" [node name="Button2" type="Button" parent="VBoxContainer"] margin_top = 88.0 margin_right = 351.0 margin_bottom = 127.0 text = "Quit" [node name="Sprite" type="Sprite" parent="."] [node name="oh-my-git" type="Sprite" parent="Sprite"] position = Vector2( 969.045, 326.247 ) scale = Vector2( 0.320895, 0.320895 ) texture = ExtResource( 2 ) [connection signal="pressed" from="VBoxContainer/Button" to="." method="levels"] [connection signal="pressed" from="VBoxContainer/Button3" to="." method="sandbox"] [connection signal="pressed" from="VBoxContainer/Button2" to="." method="quit"]