[gd_scene load_steps=4 format=3 uid="uid://c6wnoif01ltld"] [ext_resource type="Script" uid="uid://cssdu8viimwm6" path="res://scripts/CSharp/Common/SceneTransition.cs" id="1_fj2fh"] [ext_resource type="Texture2D" uid="uid://c7atj6ohlmir3" path="res://art/ui/StartScreen/titlescreen.png" id="3_r0y6o"] [ext_resource type="Texture2D" uid="uid://du612t3xytly3" path="res://art/ui/StartScreen/babushkalog_white.png" id="4_dl0t1"] [node name="BabushkaSceneStartMenu" type="Node2D"] script = ExtResource("1_fj2fh") [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="TextureRect" type="TextureRect" parent="CanvasLayer"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_r0y6o") expand_mode = 2 stretch_mode = 6 metadata/_edit_use_anchors_ = true [node name="Start" type="Button" parent="CanvasLayer/TextureRect"] custom_minimum_size = Vector2(100, 30) layout_mode = 1 anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 offset_left = 200.0 offset_top = -15.5 offset_right = 400.0 offset_bottom = 24.5 grow_vertical = 2 scale = Vector2(2, 2) toggle_mode = true text = "Start" [node name="Quit" type="Button" parent="CanvasLayer/TextureRect"] custom_minimum_size = Vector2(100, 30) layout_mode = 1 anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 offset_left = 200.0 offset_top = 97.0 offset_right = 400.0 offset_bottom = 137.0 grow_vertical = 2 scale = Vector2(2, 2) toggle_mode = true text = "Quit " [node name="Text" type="TextureRect" parent="CanvasLayer/TextureRect"] layout_mode = 1 offset_left = 50.0 offset_top = -100.0 offset_right = 1970.0 offset_bottom = 980.0 scale = Vector2(0.5, 0.5) texture = ExtResource("4_dl0t1") stretch_mode = 3 [connection signal="pressed" from="CanvasLayer/TextureRect/Start" to="." method="LoadScene"] [connection signal="pressed" from="CanvasLayer/TextureRect/Quit" to="." method="Quit"]