-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContainer.tscn
21 lines (16 loc) · 1.05 KB
/
Container.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[gd_scene load_steps=4 format=2]
[ext_resource path="res://spritesheet.tres" type="Material" id=1]
[ext_resource path="res://container.obj" type="ArrayMesh" id=2]
[sub_resource type="ConvexPolygonShape" id=1]
points = PoolVector3Array( -3.045, 2.59, 1.22, -3.045, 0, 1.22, -3.045, 2.59, -1.22, -3.045, 0, -1.22, -3.045, 2.59, -1.22, -3.045, 0, -1.22, 3.045, 2.59, -1.22, 3.045, 0, -1.22, 3.045, 2.59, -1.22, 3.045, 0, -1.22, 3.045, 2.59, 1.22, 3.045, 0, 1.22, 3.045, 2.59, 1.22, 3.045, 0, 1.22, -3.045, 2.59, 1.22, -3.045, 0, 1.22, 3.045, 0, -1.22, -3.045, 0, -1.22, 3.045, 0, 1.22, -3.045, 0, 1.22, -3.045, 2.59, -1.22, 3.045, 2.59, -1.22, -3.045, 2.59, 1.22, 3.045, 2.59, 1.22 )
[node name="Container" type="RigidBody"]
transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 11.2232, 0.5, -3.7608 )
collision_layer = 2
collision_mask = 3
mode = 1
mass = 20.0
[node name="container" type="MeshInstance" parent="."]
mesh = ExtResource( 2 )
material/0 = ExtResource( 1 )
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )