From bdaa4e4e3b7db5d56b54a4a24886a9067bebef89 Mon Sep 17 00:00:00 2001 From: karl Date: Tue, 28 Jan 2020 17:34:06 +0100 Subject: [PATCH] Set outsideworld key card id to 1 --- Level/OutsideWorld.tscn | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Level/OutsideWorld.tscn b/Level/OutsideWorld.tscn index d568f50..868d0b6 100644 --- a/Level/OutsideWorld.tscn +++ b/Level/OutsideWorld.tscn @@ -18,7 +18,7 @@ [ext_resource path="res://Util/Environment.gd" type="Script" id=16] [ext_resource path="res://Util/NodeGroupNotifier.tscn" type="PackedScene" id=17] -[sub_resource type="Curve3D" id=14] +[sub_resource type="Curve3D" id=1] _data = { "points": PoolVector3Array( 0, 0, 0, 0, 0, 0, -1.09862, 0, 88.8719, 0, 0, 0, 0, 0, 0, -1.01823, 0, 80.1892, 0, 0, 0, 0, 0, 0, -0.937834, 0, 71.3457, 0, 0, 0, 0, 0, 0, -0.937834, 0, 63.9494, 0, 0, 0, 0, 0, 0, 1.31323, 0, 59.2061, 0, 0, 0, 0, 0, 0, 5.25259, 0, 57.1962, 0, 0, 0, 0, 0, 0, 11.6038, 0, 56.8746, 0, 0, 0, 0, 0, 0, 18.8394, 0, 56.553, 0, 0, 0, 0, 0, 0, 26.1553, 0, 57.7589, 0, 0, 0, 0, 0, 0, 29.6927, 0, 60.814, 0, 0, 0, 0, 0, 0, 30.3359, 0, 67.8887, 0, 0, 0, 0, 0, 0, 30.5771, 0, 85.3345, 0, 0, 0, 0, 0, 0, 29.9339, 0, 92.0073, 0, 0, 0, 0, 0, 0, 23.1003, 0, 97.8761, 0, 0, 0, 0, 0, 0, 13.8549, 0, 98.8409, 0, 0, 0, 0, 0, 0, 5.81536, 0, 98.2781, 0, 0, 0, 0, 0, 0, 0.911257, 0, 93.9367 ), "tilts": PoolRealArray( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ) @@ -96,7 +96,7 @@ surfaces/0 = { [sub_resource type="SpatialMaterial" id=13] albedo_color = Color( 0.788235, 1, 0.768627, 1 ) -[sub_resource type="Curve3D" id=15] +[sub_resource type="Curve3D" id=14] _data = { "points": PoolVector3Array( 0, 0, 0, 0, 0, 0, 62.9328, 0, 14.2927, 0, 0, 0, 0, 0, 0, 65.148, 0, 9.47139, 0, 0, 0, 0, 0, 0, 62.202, 0, 5.79186, 0, 0, 0, 0, 0, 0, 58.85, 0, 9.77544, 0, 0, 0, 0, 0, 0, 61.5864, 0, 14.3361, 0, 0, 0, 0, 0, 0, 59.3277, 0, 18.9402, 0, 0, 0, 0, 0, 0, 61.9284, 0, 22.6221, 0, 0, 0, 0, 0, 0, 65.2783, 0, 18.9402 ), "tilts": PoolRealArray( 0, 0, 0, 0, 0, 0, 0, 0 ) @@ -108,7 +108,7 @@ _data = { transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 14.5724, 3, 79.2998 ) [node name="PathNavigatorForNPC" parent="." instance=ExtResource( 2 )] -curve = SubResource( 14 ) +curve = SubResource( 1 ) body_nodepath = NodePath("Meldewesen") [node name="Meldewesen" parent="PathNavigatorForNPC" instance=ExtResource( 3 )] @@ -152,7 +152,8 @@ transform = Transform( 15, 0, 0, 0, 1, 0, 0, 0, 15, -12.1728, 0, -9.53674e-07 ) shape = SubResource( 2 ) [node name="Keycard" parent="Collectibles" instance=ExtResource( 7 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8.09239, 0, 67.8154 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 8.09239, 0, 67.8154 ) +card_lvl = 1 [node name="WorkerSpawner" type="Spatial" parent="."] @@ -351,7 +352,7 @@ group_name = "Navigator" node_to_send = NodePath("..") [node name="PathNavigatorForNPC2" parent="." instance=ExtResource( 2 )] -curve = SubResource( 15 ) +curve = SubResource( 14 ) body_nodepath = NodePath("Meldewesen") [node name="Meldewesen" parent="PathNavigatorForNPC2" instance=ExtResource( 3 )]