Limits room spawns and speeds up homing projectiles for hivemind and relay
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ const PROJ_SIZE := 12.0
|
||||
|
||||
const HOMING_COUNT_P1 := 4
|
||||
const HOMING_COUNT_P2 := 6
|
||||
const HOMING_SPEED := 100.0
|
||||
const HOMING_SPEED := 140.0
|
||||
const HOMING_TURN_SPEED := 1.8 # radians per second
|
||||
const HOMING_DELAY := 0.3 # delay after radial burst before homing fires
|
||||
const HOMING_LIFETIME := 7.0 # seconds before homing projectiles expire
|
||||
|
||||
Reference in New Issue
Block a user