mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 17:55:53 +00:00
20 lines
822 B
Text
20 lines
822 B
Text
[gd_scene load_steps=3 format=3 uid="uid://dcn2o6hllas78"]
|
|
|
|
[ext_resource type="Script" uid="uid://bf0tnhnwttrim" path="res://Scripts/Misc/DialogueAutoStarter.cs" id="1_qu5kv"]
|
|
[ext_resource type="PackedScene" uid="uid://cpgrmlc0c1ssj" path="res://3D/BriefingRoom3D.tscn" id="2_qxk7q"]
|
|
|
|
[node name="IntroBriefing" type="Node2D"]
|
|
script = ExtResource("1_qu5kv")
|
|
_trackName = &"Mission1_Briefing"
|
|
_finishedScenePath = &"uid://bpnahwxmjgb6t"
|
|
|
|
[node name="SubViewportContainer" type="SubViewportContainer" parent="."]
|
|
offset_right = 320.0
|
|
offset_bottom = 160.0
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="SubViewportContainer"]
|
|
handle_input_locally = false
|
|
size = Vector2i(320, 160)
|
|
render_target_update_mode = 4
|
|
|
|
[node name="BriefingRoom3d" parent="SubViewportContainer/SubViewport" instance=ExtResource("2_qxk7q")]
|