-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathFPSBasic.tscn
More file actions
29 lines (21 loc) · 835 Bytes
/
FPSBasic.tscn
File metadata and controls
29 lines (21 loc) · 835 Bytes
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/FPSBasic.gd" type="Script" id=1]
[sub_resource type="CapsuleShape" id=1]
radius = 0.5
height = 1.5
[sub_resource type="CapsuleMesh" id=2]
radius = 0.5
mid_height = 1.5
[node name="FPS" type="KinematicBody"]
collision_layer = 2
script = ExtResource( 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( 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( 2 )
material/0 = null
[node name="Head" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
[node name="Camera" type="Camera" parent="Head"]