basically done

This commit is contained in:
Tabby 2025-04-20 21:24:12 +10:00
parent 064428adcf
commit 3e6fa5ff78
5 changed files with 51 additions and 7 deletions

View file

@ -34,8 +34,8 @@ func _process(delta: float) -> void:
scorecard.score = score
scorecard.alive = alive
lifetime += delta
if(linear_velocity.length() < 35 and lifetime > 10):
linear_velocity *= 1.1
if(linear_velocity.length() < 50 and lifetime > 5):
linear_velocity *= 1.4
if(not alive):
modulate = Color("ffffff42")
contact_monitor = false