chore: names

This commit is contained in:
cha0s 2019-05-10 02:23:57 -05:00
parent 92dcdb2d18
commit 85d5e53bff

View File

@ -229,7 +229,11 @@ function kittyJSON(position) {
},
},
emitter: {},
existent: {},
existent: {
state: {
name: 'Kitty',
},
},
visible: {
state: {
visibleScale: [1, 1],
@ -332,6 +336,7 @@ function mamaKittyJSON(position) {
setJSONY,
spawn,
]);
traits.existent.state.name = 'Mama Kitty';
traits.visible.state.visibleScale = [2, 2];
traits.shaped.params.shape.size = [16, 8];
traits.spawner = {
@ -448,7 +453,11 @@ function mamaKittySpawnerJSON() {
},
},
},
existent: {},
existent: {
state: {
name: 'Mama spawner',
},
},
layered: {},
listed: {},
roomed: {},