initial commit

This commit is contained in:
Derek
2024-07-14 13:14:13 -05:00
parent 9241836cf4
commit 1b073c8937
2 changed files with 2 additions and 1 deletions

View File

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