Added missing data
This commit is contained in:
17
godot/astream/terrain/details/office-exterior.tscn
Normal file
17
godot/astream/terrain/details/office-exterior.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://astream/terrain/details/office-exterior.gltf" type="PackedScene" id=1]
|
||||
|
||||
[sub_resource type="BoxShape" id=1]
|
||||
extents = Vector3( 3.29498, 1.40109, 4.14298 )
|
||||
|
||||
[node name="office-exterior" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="scene_office" type="Spatial" parent="." index="4" groups=["actuator"]]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 19.0407 )
|
||||
|
||||
[node name="Area" type="Area" parent="scene_office" index="0"]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="scene_office/Area" index="0"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000112534, 2.48236, -4.51659 )
|
||||
shape = SubResource( 1 )
|
||||
Reference in New Issue
Block a user