Add music
This commit is contained in:
parent
194c0bf846
commit
bd97945e66
14 changed files with 82 additions and 20 deletions
|
@ -25,6 +25,11 @@ export function init() {
|
|||
spawn.tick();
|
||||
}
|
||||
|
||||
export function remove(object) {
|
||||
entities.delete(object);
|
||||
celestials.delete(object);
|
||||
}
|
||||
|
||||
export function tick() {
|
||||
particles.forEach(p => p.tick());
|
||||
celestials.forEach(c => c.tick());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue