fun: less animules
This commit is contained in:
parent
f1d3ad6a6d
commit
55f915d4a1
|
@ -161,7 +161,7 @@ export default async function createHomestead(id) {
|
||||||
VisibleAabb: {},
|
VisibleAabb: {},
|
||||||
});
|
});
|
||||||
const animalJson = animal();
|
const animalJson = animal();
|
||||||
for (let i = 0; i < 50; ++i) {
|
for (let i = 0; i < 10; ++i) {
|
||||||
entities.push({
|
entities.push({
|
||||||
...animalJson,
|
...animalJson,
|
||||||
Behaving: {
|
Behaving: {
|
||||||
|
@ -215,7 +215,7 @@ export default async function createHomestead(id) {
|
||||||
Tags: {tags: ['kittan']},
|
Tags: {tags: ['kittan']},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
for (let i = 0; i < 50; ++i) {
|
for (let i = 0; i < 10; ++i) {
|
||||||
entities.push({
|
entities.push({
|
||||||
...animalJson,
|
...animalJson,
|
||||||
Behaving: {
|
Behaving: {
|
||||||
|
@ -265,7 +265,7 @@ export default async function createHomestead(id) {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
for (let i = 0; i < 50; ++i) {
|
for (let i = 0; i < 10; ++i) {
|
||||||
entities.push({
|
entities.push({
|
||||||
...animalJson,
|
...animalJson,
|
||||||
Behaving: {
|
Behaving: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user