-
Notifications
You must be signed in to change notification settings - Fork 0
/
player.tscn
61 lines (45 loc) · 2.27 KB
/
player.tscn
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[gd_scene load_steps=7 format=3 uid="uid://dh5t3yisbjir4"]
[ext_resource type="Script" path="res://player.gd" id="1_qaqfp"]
[sub_resource type="BoxMesh" id="BoxMesh_83cuq"]
[sub_resource type="BoxMesh" id="BoxMesh_88kfg"]
[sub_resource type="BoxMesh" id="BoxMesh_jbrg7"]
[sub_resource type="BoxMesh" id="BoxMesh_0yd5t"]
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_r1si4"]
properties/0/path = NodePath("..:transform_head")
properties/0/spawn = true
properties/0/sync = true
properties/1/path = NodePath("..:transform_left_hand")
properties/1/spawn = true
properties/1/sync = true
properties/2/path = NodePath("..:transform_right_hand")
properties/2/spawn = true
properties/2/sync = true
properties/3/path = NodePath("..:transform_origin")
properties/3/spawn = true
properties/3/sync = true
[node name="Player" type="Node3D"]
script = ExtResource("1_qaqfp")
[node name="Head" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
[node name="Head" type="MeshInstance3D" parent="Head"]
transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0, 0)
mesh = SubResource("BoxMesh_83cuq")
[node name="LeftHand" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 0.3, 0)
[node name="Hand" type="MeshInstance3D" parent="LeftHand"]
transform = Transform3D(0.1, 0, 0, 0, 0.0866025, -0.05, 0, 0.05, 0.0866025, 0, -0.015, 0.008)
mesh = SubResource("BoxMesh_88kfg")
[node name="RightHand" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.3, 0.3, 0)
[node name="Hand" type="MeshInstance3D" parent="RightHand"]
transform = Transform3D(0.1, 0, 0, 0, 0.0866025, -0.05, 0, 0.05, 0.0866025, 0, -0.0146082, 0.00844159)
mesh = SubResource("BoxMesh_jbrg7")
[node name="Racket" type="MeshInstance3D" parent="RightHand"]
transform = Transform3D(0.03, 0, 0, 0, 0.259808, -0.15, 0, 0.15, 0.259808, 0, 0.0836246, -0.165293)
mesh = SubResource("BoxMesh_0yd5t")
skeleton = NodePath("")
[node name="Forward" type="Node3D" parent="RightHand"]
transform = Transform3D(0.03, 0, 0, 0, 0.259808, -0.15, 0, 0.15, 0.259808, -1, 0.0836246, -0.165293)
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
root_path = NodePath(".")
replication_config = SubResource("SceneReplicationConfig_r1si4")