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.
94 lines
3.1 KiB
94 lines
3.1 KiB
[gd_scene load_steps=7 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="Script" uid="uid://b5dotkx17gvxg" path="res://scripts/CSharp/Low Code/Events/EventRaiser.cs" id="3_5a78e"]
|
|
[ext_resource type="Texture2D" uid="uid://c7atj6ohlmir3" path="res://art/ui/StartScreen/titlescreen.png" id="3_r0y6o"]
|
|
[ext_resource type="Resource" uid="uid://bgfxakxxfmoxs" path="res://resources/events/test2.tres" id="4_5a78e"]
|
|
[ext_resource type="Texture2D" uid="uid://du612t3xytly3" path="res://art/ui/StartScreen/babushkalog_white.png" id="4_dl0t1"]
|
|
[ext_resource type="Script" uid="uid://bc6uaaxsx5k5p" path="res://scripts/CSharp/Low Code/Events/EventListener.cs" id="6_5a78e"]
|
|
|
|
[node name="BabushkaSceneStartMenu" type="Node2D"]
|
|
script = ExtResource("1_fj2fh")
|
|
_sceneNamesToLoad = PackedStringArray("res://scenes/Babushka_scene_disclaimer.tscn")
|
|
|
|
[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="Test" 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 = 205.0
|
|
offset_top = 215.0
|
|
offset_right = 405.0
|
|
offset_bottom = 255.0
|
|
grow_vertical = 2
|
|
scale = Vector2(2, 2)
|
|
toggle_mode = true
|
|
text = "Test
|
|
"
|
|
script = ExtResource("3_5a78e")
|
|
_eventResources = Array[Object]([ExtResource("4_5a78e")])
|
|
|
|
[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
|
|
|
|
[node name="EventListener" type="Node" parent="."]
|
|
script = ExtResource("6_5a78e")
|
|
_eventResources = Array[Object]([ExtResource("4_5a78e")])
|
|
|
|
[connection signal="pressed" from="CanvasLayer/TextureRect/Start" to="." method="LoadScene"]
|
|
[connection signal="pressed" from="CanvasLayer/TextureRect/Quit" to="." method="Quit"]
|
|
[connection signal="pressed" from="CanvasLayer/TextureRect/Test" to="CanvasLayer/TextureRect/Test" method="RaiseEvents"]
|
|
[connection signal="EventRaised" from="EventListener" to="CanvasLayer/TextureRect/Test" method="hide"]
|