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.
40 lines
1.7 KiB
40 lines
1.7 KiB
[gd_scene load_steps=6 format=3 uid="uid://c02s0c64tm2v"]
|
|
|
|
[ext_resource type="Script" uid="uid://cssdu8viimwm6" path="res://scripts/CSharp/Common/SceneTransition.cs" id="1_5otdq"]
|
|
[ext_resource type="Texture2D" uid="uid://cou4iy8dhqmsf" path="res://art/indoor/indoor outdoor/muster/TEPPICH FLORAL.png" id="3_8y0cv"]
|
|
[ext_resource type="Script" uid="uid://d2486x6upmwqq" path="res://scripts/GdScript/dialogic_starter.gd" id="4_qjf71"]
|
|
[ext_resource type="Script" uid="uid://dnipeibppjirs" path="res://scripts/CSharp/Common/NPC/DialogicOverlayStarter.cs" id="5_ihldk"]
|
|
[ext_resource type="Script" uid="uid://cvkw4qd2hxksi" path="res://scripts/GdScript/dialogic_toggle.gd" id="6_8y0cv"]
|
|
|
|
[node name="BabushkaSceneDisclaimer" type="Node2D"]
|
|
script = ExtResource("1_5otdq")
|
|
_sceneNamesToLoad = PackedStringArray("res://scenes/scene_farm_outside_2d.tscn")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
|
|
modulate = Color(0.726816, 0.6051, 0.491763, 1)
|
|
anchors_preset = 13
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -1486.9
|
|
offset_right = 1486.9
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_8y0cv")
|
|
expand_mode = 3
|
|
|
|
[node name="dialogic" type="Node2D" parent="."]
|
|
script = ExtResource("4_qjf71")
|
|
|
|
[node name="Dialogue" type="Node2D" parent="dialogic"]
|
|
script = ExtResource("5_ihldk")
|
|
_timelinesToPlay = PackedStringArray("disclaimer")
|
|
|
|
[node name="toggle" type="Node2D" parent="dialogic"]
|
|
script = ExtResource("6_8y0cv")
|
|
|
|
[connection signal="Dialogue" from="dialogic/Dialogue" to="dialogic" method="open"]
|
|
[connection signal="timelineEnded" from="dialogic/toggle" to="." method="LoadScene"]
|