Explorar o código

Fix load bullet argument

DricomDragon %!s(int64=3) %!d(string=hai) anos
pai
achega
420ff139e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      godot/scripts/Launcher.gd

+ 1 - 1
godot/scripts/Launcher.gd

@@ -44,7 +44,7 @@ func shoot():
 
 
 func loadBullet(n:int):
-	nbStorage += 1
+	nbStorage += n
 
 
 func _on_ShootDelay_timeout():