Add more planets

This commit is contained in:
asraelite 2018-03-07 19:46:00 +00:00
parent 504f5fcc0c
commit 6cad5551bb
13 changed files with 748 additions and 23 deletions

View file

@ -17,7 +17,6 @@ export function init() {
clear();
spawn.player();
let p = spawn.startPlanet();
spawn.testEntity(p);
spawn.tick();
}