Limits room spawns and speeds up homing projectiles for hivemind and relay

This commit is contained in:
2026-03-10 09:51:34 -04:00
parent b165500ada
commit a8dfc215f1
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const BEAM_WIDTH := 28.0
const PULSE_FORCE := 350.0
const PULSE_CD := 5.0
const HOMING_COUNT := 4
const HOMING_SPEED := 80.0
const HOMING_SPEED := 120.0
const HOMING_TURN := 1.8 # rad/sec
const HOMING_LIFETIME := 7.0 # seconds before homing projectiles expire