chore: desc

This commit is contained in:
cha0s 2020-06-20 07:36:04 -05:00
parent 2b59048f3c
commit e0764b2266
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export default class Spawner extends decorate(Trait) {
label: 'Kill all spawned children', label: 'Kill all spawned children',
}, },
spawn: { spawn: {
cycle: true,
type: 'entity', type: 'entity',
label: 'Spawn $1 with $2 extensions.', label: 'Spawn $1 with $2 extensions.',
args: [ args: [
@ -32,6 +33,7 @@ export default class Spawner extends decorate(Trait) {
], ],
}, },
spawnAt: { spawnAt: {
cycle: true,
type: 'entity', type: 'entity',
label: 'Spawn $1 as $2 with $3 extensions.', label: 'Spawn $1 as $2 with $3 extensions.',
args: [ args: [
@ -47,6 +49,7 @@ export default class Spawner extends decorate(Trait) {
], ],
}, },
spawnRaw: { spawnRaw: {
cycle: true,
type: 'entity', type: 'entity',
label: 'Spawn $1.', label: 'Spawn $1.',
args: [ args: [
@ -56,6 +59,7 @@ export default class Spawner extends decorate(Trait) {
] ]
}, },
spawnRawAt: { spawnRawAt: {
cycle: true,
type: 'entity', type: 'entity',
label: 'Spawn $1 at $2.', label: 'Spawn $1 at $2.',
args: [ args: [

View File

@ -17,6 +17,7 @@ export default class Emitter extends decorate(Trait) {
static behaviorContextTypes() { static behaviorContextTypes() {
return { return {
emitParticleEntity: { emitParticleEntity: {
cycle: true,
type: 'entity', type: 'entity',
label: 'Create particle.', label: 'Create particle.',
args: [ args: [