implement smart bullet

This commit is contained in:
Vinzenz Schroeter 2024-04-29 21:52:50 +02:00
parent 21f7d1d5f4
commit 0e01ff0fb9
9 changed files with 54 additions and 21 deletions

View file

@ -21,15 +21,16 @@
},
"GameRules": {
"DestructibleWalls": true,
"PowerUpSpawnChance": 0.1,
"MaxPowerUpCount": 15,
"BulletTimeoutMs": 30000,
"PowerUpSpawnChance": 0.2,
"MaxPowerUpCount": 5,
"BulletTimeoutMs": 20000,
"SpawnDelayMs": 3000,
"IdleTimeoutMs": 30000,
"MoveSpeed": 37.5,
"MoveSpeed": 40,
"TurnSpeed": 0.5,
"ShootDelayMs": 450,
"BulletSpeed": 75
"BulletSpeed": 75,
"SmartBulletHomingSpeed": 1.5
},
"Host": {
"EnableServicePointDisplay": true,