mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
3D Office Background
This commit is contained in:
parent
7b9f9a6fd9
commit
a1f3d79834
29 changed files with 470 additions and 13 deletions
|
|
@ -18,3 +18,4 @@ size = Vector2i(320, 160)
|
|||
render_target_update_mode = 4
|
||||
|
||||
[node name="BriefingRoom3d" parent="SubViewportContainer/SubViewport" instance=ExtResource("2_qxk7q")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00209835, -0.0137185, 0.00361562)
|
||||
|
|
|
|||
20
Scenes/Maps/Level1_End_Cutscene.tscn
Normal file
20
Scenes/Maps/Level1_End_Cutscene.tscn
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dwwf0fjtbrn5g"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bf0tnhnwttrim" path="res://Scripts/Misc/DialogueAutoStarter.cs" id="1_d3qhx"]
|
||||
[ext_resource type="PackedScene" uid="uid://chcfi75y8wmhy" path="res://3D/ICCOffice3D.tscn" id="2_d3qhx"]
|
||||
|
||||
[node name="Level1EndCutscene" type="Node2D"]
|
||||
script = ExtResource("1_d3qhx")
|
||||
_trackName = &"Level1_End_Intermission"
|
||||
_finishedScenePath = &"uid://bx31ou6tw3kd1"
|
||||
|
||||
[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_d3qhx")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue