Added a forward facing light effect to the player.

This commit is contained in:
2025-11-13 17:47:08 -06:00
parent cbdea22143
commit 337e26c4ed
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -50,6 +50,8 @@ shape = SubResource("SphereShape3D_mx8sn")
[node name="Camera3D" type="Camera3D" parent="Player"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.31670225, 0)
[node name="SpotLight3D" type="SpotLight3D" parent="Player"]
[node name="Ground" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)