-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestScene.tscn
More file actions
31 lines (21 loc) · 1.44 KB
/
TestScene.tscn
File metadata and controls
31 lines (21 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_scene load_steps=6 format=2]
[ext_resource path="res://TestScene.gd" type="Script" id=1]
[ext_resource path="res://objects/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Cube.tscn" type="PackedScene" id=3]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="ConcavePolygonShape" id=2]
data = PoolVector3Array( -1, 1, 1, 1, 1, 1, -1, -1, 1, 1, 1, 1, 1, -1, 1, -1, -1, 1, 1, 1, -1, -1, 1, -1, 1, -1, -1, -1, 1, -1, -1, -1, -1, 1, -1, -1, 1, 1, 1, 1, 1, -1, 1, -1, 1, 1, 1, -1, 1, -1, -1, 1, -1, 1, -1, 1, -1, -1, 1, 1, -1, -1, -1, -1, 1, 1, -1, -1, 1, -1, -1, -1, 1, 1, 1, -1, 1, 1, 1, 1, -1, -1, 1, 1, -1, 1, -1, 1, 1, -1, -1, -1, 1, 1, -1, 1, -1, -1, -1, 1, -1, 1, 1, -1, -1, -1, -1, -1 )
[node name="TestScene" type="Spatial"]
script = ExtResource( 1 )
[node name="Table" type="Spatial" parent="."]
[node name="MeshInstance" type="MeshInstance" parent="Table"]
transform = Transform( 1, 0, 0, 0, 0.05, 0, 0, 0, 1, 0, 0.8, -1.38871 )
mesh = SubResource( 1 )
material/0 = null
[node name="StaticBody" type="StaticBody" parent="Table/MeshInstance"]
[node name="CollisionShape" type="CollisionShape" parent="Table/MeshInstance/StaticBody"]
shape = SubResource( 2 )
[node name="Cube" parent="." instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.80928, -1.46144 )
[node name="Player" parent="." instance=ExtResource( 2 )]
[connection signal="handPinched" from="Player" to="." method="_on_Player_handPinched"]