Add start of ship editing
This commit is contained in:
parent
d85338d9f2
commit
b88c0eb358
18 changed files with 288 additions and 100 deletions
10
js/game/edit.mjs
Normal file
10
js/game/edit.mjs
Normal file
|
@ -0,0 +1,10 @@
|
|||
import * as game from './index.mjs';
|
||||
import * as graphics from '../graphics/index.mjs';
|
||||
|
||||
export function init() {
|
||||
graphics.setZoom(20);
|
||||
}
|
||||
|
||||
export function end() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue