const menuGrid = { init() { console.log(123) var grid = sgworld.Creator.createSimpleGraphic( "rectangle", { // clampToGround: false }, entity => { }) }, } export default menuGrid;