Add start of ship editing grid

This commit is contained in:
asraelite 2018-03-05 00:57:33 +00:00
parent b88c0eb358
commit 2fbabc785e
16 changed files with 249 additions and 18 deletions

View file

@ -22,8 +22,6 @@ export function launchShip() {
}
export function editShip() {
console.log('a');
graphics.changePerspective('parent', -5, 0);
game.state.editing = true;
edit.init();
}