Wall implemented

This commit is contained in:
2025-04-29 22:18:29 +02:00
parent 0cc20ef435
commit 01efa79f63
2103 changed files with 7250 additions and 7043 deletions

View File

@ -36,7 +36,6 @@ func _process(delta: float) -> void:
func target_reached() -> void:
var chance = 0
if name.contains("Arrow"): #special effects here!
if randf() < 0.1:
target.get_parent().set_speed(target.get_parent().get_speed() / 2)