You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
953 B
25 lines
953 B
[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://bys8kq256upf3" path="res://art/ui/StartScreen/Trailer01.png" id="1_qerdf"]
|
|
[ext_resource type="PackedScene" uid="uid://gigb28qk8t12" path="res://scenes/Babushka_scene_farm_outside_2d.tscn" id="2_r0y6o"]
|
|
|
|
[node name="BabushkaSceneStartMenu" type="Node2D"]
|
|
script = ExtResource("1_fj2fh")
|
|
_sceneToLoad = ExtResource("2_r0y6o")
|
|
|
|
[node name="Background" type="Sprite2D" parent="."]
|
|
position = Vector2(880, 524)
|
|
scale = Vector2(1.2, 1.2)
|
|
texture = ExtResource("1_qerdf")
|
|
|
|
[node name="Start" type="Button" parent="Background"]
|
|
offset_left = 6.66665
|
|
offset_top = 304.167
|
|
offset_right = 52.6666
|
|
offset_bottom = 335.167
|
|
scale = Vector2(2, 2)
|
|
text = "Start"
|
|
|
|
[connection signal="pressed" from="Background/Start" to="." method="LoadScene"]
|