chore: names
This commit is contained in:
parent
92dcdb2d18
commit
85d5e53bff
|
@ -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: {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user