started testing IK

This commit is contained in:
derek
2025-03-17 15:05:10 -05:00
parent b69226938e
commit 99cfc9dde2
21 changed files with 678 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
extends Node3D
@export var move_speed : float = 5
@export var turn_speed : float = 1
func _process(delta: float) -> void:
var dir = Input.get