21 lines
727 B
Text
21 lines
727 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Assets/Items/Suitcase1.fbx" type="PackedScene" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 0.5, 1.074, 0.5 )
|
|
|
|
[node name="Suitcase1" type="RigidBody"]
|
|
can_sleep = false
|
|
|
|
[node name="Suitcase1Model" parent="." instance=ExtResource( 1 )]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.10745, 0 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0275207, 0 )
|
|
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.326844, 1.28507, 0 )
|