Parcourir la source

Slightly increase bullet speed

DricomDragon il y a 3 ans
Parent
commit
879aaefbcc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      godot/scripts/Launcher.gd

+ 1 - 1
godot/scripts/Launcher.gd

@@ -8,7 +8,7 @@ enum State {
 	WAITING,
 }
 
-const BULLET_SPEED = 200.0
+const BULLET_SPEED = 300.0
 
 var _ballScene = preload("res://scenes/Ball.tscn")