Added missing data
This commit is contained in:
22
godot/astream/terrain/details/home-exterior.tscn
Normal file
22
godot/astream/terrain/details/home-exterior.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://astream/terrain/details/home-exterior.gltf" type="PackedScene" id=1]
|
||||
|
||||
[sub_resource type="CylinderShape" id=1]
|
||||
height = 3.0
|
||||
radius = 1.17873
|
||||
|
||||
[node name="home-exterior" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="scene_home" type="Spatial" parent="." index="9" groups=["actuator"]]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 18.7743 )
|
||||
|
||||
[node name="Area" type="Area" parent="scene_home" index="0"]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="scene_home/Area" index="0"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 1.40819 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="CollisionShape2" type="CollisionShape" parent="scene_home/Area" index="1"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4, -0.375477 )
|
||||
shape = SubResource( 1 )
|
||||
Reference in New Issue
Block a user