fix
This commit is contained in:
@@ -15,7 +15,7 @@ func _process(delta: float) -> void:
|
||||
time += delta
|
||||
|
||||
func update_score(add : int, ast_pos: Vector2)->void:
|
||||
var temp = 2 ** (5-add) * (1 + (time / 100))
|
||||
var temp = 1.5 ** (5-add) * (1 + (time / 100))
|
||||
spawn_score(temp,ast_pos)
|
||||
score += temp
|
||||
label_score.text = str(score)
|
||||
|
||||
Reference in New Issue
Block a user