[gd_scene load_steps=6 format=2] [ext_resource path="res://styles/theme.tres" type="Theme" id=1] [ext_resource path="res://images/oh-my-git.png" type="Texture2D" id=2] [ext_resource path="res://scenes/no_git.gd" type="Script" id=3] [ext_resource path="res://fonts/default.tres" type="FontFile" id=5] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.454902, 0.054902, 0.054902, 1 ) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [node name="Title" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 1.4126 offset_right = 1.4126 theme = ExtResource( 1 ) script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="Label2" type="Label" parent="."] offset_left = 797.196 offset_top = 545.117 offset_right = 1138.2 offset_bottom = 601.117 theme_override_fonts/font = ExtResource( 5 ) theme_override_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="."] offset_left = 716.131 offset_top = 572.398 offset_right = 1216.13 offset_bottom = 628.398 theme_override_fonts/font = ExtResource( 5 ) theme_override_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="."] offset_left = 794.627 offset_top = 959.284 offset_right = 1146.62 offset_bottom = 1142.28 __meta__ = { "_edit_use_anchors_": false } [node name="Button" type="Button" parent="VBoxContainer"] visible = false offset_right = 351.0 offset_bottom = 39.0 text = "Levels" [node name="Button3" type="Button" parent="VBoxContainer"] visible = false offset_right = 351.0 offset_bottom = 39.0 text = "Sandbox" [node name="Button2" type="Button" parent="VBoxContainer"] offset_right = 351.0 offset_bottom = 39.0 text = "Sure, I'll install it!" [node name="Sprite2D" type="Sprite2D" parent="."] [node name="oh-my-git" type="Sprite2D" parent="Sprite2D"] position = Vector2( 966.528, 293.526 ) scale = Vector2( 0.320895, 0.320895 ) texture = ExtResource( 2 ) [node name="Panel" type="Panel" parent="."] offset_left = 695.937 offset_top = 641.155 offset_right = 1263.94 offset_bottom = 911.155 theme_override_styles/panel = SubResource( 1 ) [node name="Label" type="Label" parent="Panel"] offset_left = 20.0 offset_top = 21.0 offset_right = 546.0 offset_bottom = 252.0 text = "Hi! It seems that you don't have Git installed yet! On Linux, please install it from your package manager, usually the package is called \"git\"! On macOS 10.8 and below, you can download Git from git-scm.com." autowrap = true [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"]