32 lines
957 B
Plaintext
32 lines
957 B
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Player.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="CapsuleMesh" id=1]
|
|
mid_height = 3.0
|
|
|
|
[sub_resource type="CapsuleShape" id=2]
|
|
height = 3.0
|
|
|
|
[sub_resource type="CylinderShape" id=3]
|
|
|
|
[node name="Player" type="KinematicBody"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="MeshInstance" type="MeshInstance" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0 )
|
|
mesh = SubResource( 1 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0 )
|
|
shape = SubResource( 2 )
|
|
|
|
[node name="Feet" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.49873, 0 )
|
|
shape = SubResource( 3 )
|
|
|
|
[node name="Head" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.84218, 0 )
|
|
|
|
[node name="Camera" type="Camera" parent="Head"]
|