Add collectable items

This commit is contained in:
asraelite 2018-03-05 23:53:32 +00:00
parent 826986cdbf
commit 69fee5e73d
10 changed files with 131 additions and 52 deletions

View file

@ -21,6 +21,7 @@ export function init() {
particles.clear();
spawn.player();
spawn.startPlanet();
spawn.testEntity();
}
export function tick() {