Improve inventory
This commit is contained in:
parent
ee5ab45cfb
commit
27c6a8bcd0
12 changed files with 99 additions and 17 deletions
|
@ -73,6 +73,7 @@ export function endEditing() {
|
|||
|
||||
if (valid) {
|
||||
audio.play('endEdit');
|
||||
particle.createEndEditBurst(world.playerShip);
|
||||
graphics.changePerspective('universe');
|
||||
game.state.editing = false;
|
||||
game.state.inventory = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue