This commit is contained in:
Rendo 2025-12-17 00:03:57 +05:00
commit 0708498715
34 changed files with 13752 additions and 7543 deletions

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,6 @@ func physics_update(delta: float) -> void:
var speed: float = -player.previous_velocity.y
player.take_damage(int(damage_curve.sample(speed)))
print(speed)
if speed > sound_threshold:
land_sound.multiplayer_play()