initial commit
This commit is contained in:
Binary file not shown.
@@ -233,6 +233,7 @@ 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user