refactor: minimal
This commit is contained in:
parent
8b720619a5
commit
62f1584a42
|
@ -446,13 +446,14 @@ function createTomatoPlant() {
|
|||
export default function createHomestead(id) {
|
||||
const entities = [];
|
||||
entities.push(createMaster());
|
||||
entities.push(createShitShack(id));
|
||||
entities.push(createHouseTeleport(id));
|
||||
entities.push(createChest());
|
||||
// entities.push(createShitShack(id));
|
||||
// entities.push(createHouseTeleport(id));
|
||||
// entities.push(createTownTeleport());
|
||||
// entities.push(createChest());
|
||||
// for (let i = 0; i < 200; ++i) {
|
||||
// entities.push(createTomato());
|
||||
// }
|
||||
entities.push(createTomatoPlant());
|
||||
// entities.push(createTomatoPlant());
|
||||
// for (let i = 0; i < 10; ++i) {
|
||||
// entities.push(createTestKitten());
|
||||
// }
|
||||
|
@ -462,6 +463,5 @@ export default function createHomestead(id) {
|
|||
// for (let i = 0; i < 10; ++i) {
|
||||
// entities.push(createTestGoat());
|
||||
// }
|
||||
entities.push(createTownTeleport());
|
||||
return entities;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user