Feat/1 movement foundation #5

Merged
Dotts merged 40 commits from feat/1-movement-foundation into main 2026-06-03 21:34:25 -07:00
Showing only changes of commit 365264e819 - Show all commits
+1 -1
View File
@@ -94,7 +94,7 @@ func _build_lighting() -> void:
func _build_player() -> void: func _build_player() -> void:
var player := CharacterBody3D.new() var player := CharacterBody3D.new()
player.name = "Player" player.name = "Player"
player.position = Vector3(0, 1.5, 8) player.position = Vector3(0, 1.4, 8)
add_child(player) add_child(player)
var shape := CollisionShape3D.new() var shape := CollisionShape3D.new()
shape.shape = CapsuleShape3D.new() shape.shape = CapsuleShape3D.new()