Selaa lähdekoodia

Don't load exited balls

DricomDragon 3 vuotta sitten
vanhempi
commit
f19da4daf8
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      godot/scripts/Launcher.gd

+ 0 - 1
godot/scripts/Launcher.gd

@@ -71,7 +71,6 @@ func _on_Launcher_get_firing():
 
 
 func _on_Ball_tree_exited():
-	loadBullet(1)
 	if (get_tree().get_nodes_in_group("ball").size() == 0):
 		emit_signal("is_full")