dead cam and air dash tweaks

This commit is contained in:
Derek
2024-08-12 00:02:03 -05:00
parent dad00cb0fa
commit 6496d32f88
6 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ func _ready():
func _physics_process(delta):
if player_follow != null:
var float_direction = (player.global_position - self.position)
self.set_linear_velocity(float_direction * 10)
self.set_linear_velocity(float_direction * 7)
func picked_up():
player.pickup_sound.pitch_scale = 1 + rng.randf_range(-.3,.3)