mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
3D Intro scene
This commit is contained in:
parent
a6d2543e0c
commit
baa05f4739
54 changed files with 938 additions and 20 deletions
|
|
@ -1,8 +1,20 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dcn2o6hllas78"]
|
||||
[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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue