Tweaked some numbers to get a better "swarm"
This commit is contained in:
@@ -16,4 +16,4 @@ func collect(amount:int)->int:
|
||||
|
||||
func _on_tick() -> void:
|
||||
if capacity < 100: return
|
||||
capacity += 1
|
||||
capacity += 10
|
||||
|
||||
Reference in New Issue
Block a user