Basic character controller

This commit is contained in:
Victor Turgeon
2022-10-11 09:26:29 -04:00
parent b7a3f1a7b2
commit 4de70a539b
7 changed files with 128 additions and 18 deletions

View File

@@ -29,3 +29,8 @@ shape = SubResource( 3 )
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.84218, 0 )
[node name="Camera" type="Camera" parent="Head"]
[node name="GroundCheck" type="RayCast" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2, 0 )
enabled = true
cast_to = Vector3( 0, -1.5, 0 )