initial commit
This commit is contained in:
@@ -233,8 +233,9 @@ func _headbob(time) -> Vector3:
|
||||
var pos = Vector3.ZERO
|
||||
pos.y = sin(time * BOB_FREQ) * BOB_AMP
|
||||
pos.x = cos(time * BOB_FREQ / 2) * BOB_AMP
|
||||
print("hello")
|
||||
return pos
|
||||
|
||||
|
||||
|
||||
func _on_pick_up_detection_body_entered(body):
|
||||
if body.pickupType == "stamina":
|
||||
|
||||
Reference in New Issue
Block a user