Fixed lines data issues
This commit is contained in:
@@ -9,54 +9,28 @@ extents = Vector3( 0.7, 1, 0.6 )
|
||||
|
||||
[node name="business-store1" type="Spatial"]
|
||||
|
||||
[node name="LOD" type="LOD" parent="."]
|
||||
|
||||
[node name="0" type="Spatial" parent="LOD"]
|
||||
lod_range = 200.0
|
||||
|
||||
[node name="door1-portal" parent="LOD/0" instance=ExtResource( 2 )]
|
||||
[node name="door1-portal" parent="." instance=ExtResource( 2 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 11.3964 )
|
||||
skeleton = NodePath("../../..")
|
||||
|
||||
[node name="enter_destination" type="Spatial" parent="LOD/0/door1-portal" groups=["smart_object"]]
|
||||
[node name="enter_destination" type="Spatial" parent="door1-portal" groups=["smart_object"]]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
|
||||
|
||||
[node name="actions" type="Node" parent="LOD/0/door1-portal/enter_destination"]
|
||||
[node name="actions" type="Node" parent="door1-portal/enter_destination"]
|
||||
|
||||
[node name="EnterDestination" type="Node" parent="LOD/0/door1-portal/enter_destination/actions"]
|
||||
[node name="EnterDestination" type="Node" parent="door1-portal/enter_destination/actions"]
|
||||
|
||||
[node name="Area" type="Area" parent="LOD/0/door1-portal/enter_destination"]
|
||||
[node name="Area" type="Area" parent="door1-portal/enter_destination"]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="LOD/0/door1-portal/enter_destination/Area"]
|
||||
[node name="CollisionShape" type="CollisionShape" parent="door1-portal/enter_destination/Area"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="door1-portal2" parent="LOD/0" instance=ExtResource( 2 )]
|
||||
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 1, 1, -8.63923 )
|
||||
skeleton = NodePath("../../..")
|
||||
[node name="MergeGroup" type="MergeGroup" parent="."]
|
||||
|
||||
[node name="enter_destination" type="Spatial" parent="LOD/0/door1-portal2" groups=["smart_object"]]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
|
||||
|
||||
[node name="actions" type="Node" parent="LOD/0/door1-portal2/enter_destination"]
|
||||
|
||||
[node name="EnterDestination" type="Node" parent="LOD/0/door1-portal2/enter_destination/actions"]
|
||||
|
||||
[node name="Area" type="Area" parent="LOD/0/door1-portal2/enter_destination"]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="LOD/0/door1-portal2/enter_destination/Area"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="MergeGroup" type="MergeGroup" parent="LOD/0"]
|
||||
|
||||
[node name="residental-house-stair" parent="LOD/0/MergeGroup" instance=ExtResource( 3 )]
|
||||
[node name="residental-house-stair" parent="MergeGroup" instance=ExtResource( 3 )]
|
||||
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 12 )
|
||||
|
||||
[node name="residental-house-stair2" parent="LOD/0/MergeGroup" instance=ExtResource( 3 )]
|
||||
[node name="residental-house-stair2" parent="MergeGroup" instance=ExtResource( 3 )]
|
||||
transform = Transform( 1, 0, 1.74846e-07, 0, 1, 0, -1.74846e-07, 0, 1, 0, 0, -9 )
|
||||
|
||||
[node name="business-store1" parent="LOD/0/MergeGroup" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="1" type="Spatial" parent="LOD"]
|
||||
visible = false
|
||||
[node name="business-store1" parent="MergeGroup" instance=ExtResource( 1 )]
|
||||
|
||||
Reference in New Issue
Block a user