Explorar el Código

Slightly increase bullet speed

DricomDragon hace 3 años
padre
commit
879aaefbcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")