Ver Fonte

Increase interrupt speed

DricomDragon há 3 anos atrás
pai
commit
bc251b0215
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      godot/scripts/Ball.gd

+ 1 - 1
godot/scripts/Ball.gd

@@ -6,7 +6,7 @@ signal kace_contact
 
 
 const brick_layer = 2
-const interrupt_speed = 500
+const interrupt_speed = 700
 const contact_corrector = 3.0