Explorar el Código

Don't load exited balls

DricomDragon hace 3 años
padre
commit
f19da4daf8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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")