diff --git a/godot-git-plugin-v3.1.1/addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll b/godot-git-plugin-v3.1.1/addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll new file mode 100644 index 0000000..47bbb1d Binary files /dev/null and b/godot-git-plugin-v3.1.1/addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll differ diff --git a/scripts/player.gd b/scripts/player.gd index c015e2d..92693f5 100644 --- a/scripts/player.gd +++ b/scripts/player.gd @@ -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":