Add start of ship editing grid
This commit is contained in:
parent
b88c0eb358
commit
2fbabc785e
16 changed files with 249 additions and 18 deletions
|
@ -48,4 +48,8 @@ export function init() {
|
|||
window.addEventListener('wheel', event => {
|
||||
mouse.scroll = event.deltaY;
|
||||
});
|
||||
|
||||
window.addEventListener('contextmenu', event => {
|
||||
event.preventDefault();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue