소스 검색

Fix robot's aim

Guilherme Felipe de C. G. da Silva 6 년 전
부모
커밋
d564c627e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      enemies/red_robot/red_robot.gd

+ 1 - 1
enemies/red_robot/red_robot.gd

@@ -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