mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 16:46:00 +00:00
enemy projectile
This commit is contained in:
@@ -135,6 +135,15 @@
|
||||
}
|
||||
},
|
||||
"enemyManager": {
|
||||
"projectileLauncher1": {
|
||||
"enemyIds": [
|
||||
"BasicEnemy"
|
||||
],
|
||||
"projectileLifetime": 10,
|
||||
"projectileSpeed": 150,
|
||||
"projectileDamage": 1,
|
||||
"cooldown": 10
|
||||
},
|
||||
"enemies": [
|
||||
{
|
||||
"id": "BasicEnemy",
|
||||
|
Reference in New Issue
Block a user