basically done
This commit is contained in:
parent
064428adcf
commit
3e6fa5ff78
5 changed files with 51 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue