mirror of
https://github.com/godotengine/tps-demo.git
synced 2026-01-06 02:10:26 +03:00
Fix robot's aim
This commit is contained in:
committed by
GitHub
parent
c51f4ed2a4
commit
d564c627e5
@@ -183,7 +183,7 @@ func _physics_process(delta):
|
||||
blend_pos.y += v_motion
|
||||
blend_pos.y = clamp(blend_pos.y, -1 , 1 )
|
||||
|
||||
$AnimationTree["parameters/aiming/blend_amount"]= blend_pos
|
||||
$AnimationTree["parameters/aim/blend_position"]= blend_pos
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user