Przeglądaj źródła

Increase interrupt speed

DricomDragon 3 lat temu
rodzic
commit
bc251b0215
1 zmienionych plików z 1 dodań i 1 usunięć
  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