Browse Source

Fix load bullet argument

DricomDragon 3 years ago
parent
commit
420ff139e6
1 changed files with 1 additions and 1 deletions
  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():