add arm ik
This commit is contained in:
parent
94f3f02b09
commit
9e41d66783
8 changed files with 77 additions and 4 deletions
13
scripts/arm.gd
Normal file
13
scripts/arm.gd
Normal file
|
@ -0,0 +1,13 @@
|
|||
extends Node3D
|
||||
|
||||
@export var key: Key
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue