Switch to rollup for bundling
This commit is contained in:
parent
fc8d282509
commit
cfe9c55c9a
16 changed files with 131 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
import {game} from '../game.mjs';
|
||||
import {getContainedSectors} from '../world/index.mjs';
|
||||
import * as background from './background.mjs';
|
||||
import * as gui from './gui.mjs';
|
||||
|
||||
export let canvas, context, tempCanvas, tempContext;
|
||||
export let view;
|
||||
|
@ -32,6 +33,8 @@ export function render() {
|
|||
background.render();
|
||||
|
||||
context.restore();
|
||||
|
||||
gui.render();
|
||||
}
|
||||
|
||||
export function getVisibleSectors() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue