Selaa lähdekoodia

Fix load bullet argument

DricomDragon 3 vuotta sitten
vanhempi
commit
420ff139e6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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():