21 lines
738 B
Text
21 lines
738 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Assets/Items/Lantern1.fbx" type="PackedScene" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 0.625, 0.625, 0.625 )
|
|
|
|
[node name="Lantern1" type="RigidBody"]
|
|
can_sleep = false
|
|
|
|
[node name="Lantern1Model" parent="." instance=ExtResource( 1 )]
|
|
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0, -0.60961, 0 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0194089, -0.0871301 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="GrabPoints" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.770662, 0 )
|
|
|
|
[node name="GrabPoint" type="Position3D" parent="GrabPoints"]
|