This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/Items/Fence1.tscn
2020-07-26 14:25:20 +03:00

44 lines
1.7 KiB
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Items/Fence1.fbx" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 1.17915, 1.44093, 0.0828822 )
[node name="Fence1" type="RigidBody"]
collision_layer = 2
collision_mask = 7
can_sleep = false
[node name="Fence1Model" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.45442, 0 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0191212, -0.0372792, 0.0254951 )
shape = SubResource( 1 )
[node name="GrabPoints" type="Spatial" parent="."]
[node name="GrabPoint" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.311916, 1.41046, 0 )
[node name="GrabPoint2" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.81293, 1.41046, 0 )
[node name="GrabPoint3" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.790996, 1.41046, 0 )
[node name="GrabPoint4" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.289981, 1.41046, 0 )
[node name="GrabPoint5" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.311916, -1.18702, 0 )
[node name="GrabPoint6" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.81293, -1.18702, 0 )
[node name="GrabPoint7" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.790996, -1.18702, 0 )
[node name="GrabPoint8" type="Position3D" parent="GrabPoints"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.289981, -1.18702, 0 )