made archers and roboturrets syncable

This commit is contained in:
pennyrigate 2023-09-15 21:27:37 -04:00
parent 902ec2c4a9
commit ffba0c6620
4 changed files with 110 additions and 12 deletions

View file

@ -35,7 +35,6 @@ func spawn_arrow():
arrow.target_group = "player_hitbox"
arrow.speed = arrow_speed
Game.get_map().add_child(arrow)
timer.start(shoot_time)
func die():
for n in bones_amount: