Add basic background rendering

This commit is contained in:
asraelite 2018-03-02 01:32:18 +00:00
parent 0c5ad88981
commit fc8d282509
10 changed files with 156 additions and 8 deletions

3
js/world/index.mjs Normal file
View file

@ -0,0 +1,3 @@
import * as sector from './sector.mjs';
export {sectorFromPoint, getContainedSectors} from './sector.mjs';