Browse Source

Fix load bullet argument

DricomDragon 3 năm trước cách đây
mục cha
commit
420ff139e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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():