Add timed spawner for Xeno AI and markers

This commit is contained in:
Víctor Aguilera Puerto
2020-06-24 17:50:46 +02:00
parent d12a6bd9cf
commit ca1fb126e7
5 changed files with 43 additions and 2 deletions

View File

@@ -367,6 +367,15 @@
]
]
},
{
"name": "spawner_ai",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "spawner_grenade",
"directions": 1,
@@ -456,6 +465,15 @@
1.0
]
]
},
{
"name": "spawner_xenoai",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB