Added missing data
This commit is contained in:
31
godot/astream/terrain/details/residental-house13.tscn
Normal file
31
godot/astream/terrain/details/residental-house13.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://astream/terrain/details/residental-house13.gltf" type="PackedScene" id=1]
|
||||
[ext_resource path="res://astream/terrain/details/parts/door1-portal.tscn" type="PackedScene" id=2]
|
||||
|
||||
[sub_resource type="BoxShape" id=1]
|
||||
extents = Vector3( 0.7, 1, 0.6 )
|
||||
|
||||
[node name="residental-house13" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="door1-portal" parent="." index="6" instance=ExtResource( 2 )]
|
||||
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 1, 0, 7.91488 )
|
||||
|
||||
[node name="enter_destination" type="Spatial" parent="door1-portal" index="5" 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="door1-portal/enter_destination" index="0"]
|
||||
|
||||
[node name="EnterDestination" type="GoapActionData" parent="door1-portal/enter_destination/actions" index="0"]
|
||||
preconditions = {
|
||||
"have_ped_destination": 1
|
||||
}
|
||||
variation = 1065353216
|
||||
cost = 100
|
||||
distance = 0.0
|
||||
|
||||
[node name="Area" type="Area" parent="door1-portal/enter_destination" index="1"]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="door1-portal/enter_destination/Area" index="0"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
|
||||
shape = SubResource( 1 )
|
||||
Reference in New Issue
Block a user