improcket/js/game/edit.mjs
2018-03-04 16:49:42 +00:00

10 lines
167 B
JavaScript

import * as game from './index.mjs';
import * as graphics from '../graphics/index.mjs';
export function init() {
graphics.setZoom(20);
}
export function end() {
}