Basic movement demo

This commit is contained in:
2023-09-02 00:55:35 -07:00
parent 9dac81407b
commit 955f9d307c
22 changed files with 3286 additions and 1 deletions

29
Scenes/TestLevel.tscn Normal file
View File

@@ -0,0 +1,29 @@
[gd_scene load_steps=4 format=3 uid="uid://dy3d4e6qegyjg"]
[ext_resource type="PackedScene" uid="uid://b38hcomu4tpm5" path="res://Scenes/TestCharacter.tscn" id="1_fwf6c"]
[sub_resource type="BoxShape3D" id="BoxShape3D_dk0pn"]
size = Vector3(100, 1, 100)
[sub_resource type="BoxMesh" id="BoxMesh_eaper"]
size = Vector3(100, 1, 100)
[node name="Level" type="Node3D"]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("BoxShape3D_dk0pn")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
mesh = SubResource("BoxMesh_eaper")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.118128, 5.82113, -1.13346)
fov = 40.0
[node name="Link" parent="." instance=ExtResource("1_fwf6c")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.931845, -0.0850834, 0.35274, -0.0909281, 0.995857, -1.47234e-08, -0.351279, -0.032074, -0.935721, -3.58319, 8.01249, 0.163277)