surprise
2024-01-08 7e6b37afd1295c71bca1de595426330aff88420d
1
2
3
4
5
6
7
8
9
10
11
12
13
const menuGrid = {
    init() {
        console.log(123)
        var grid = sgworld.Creator.createSimpleGraphic(
            "rectangle",
            {
                // clampToGround: false
            }, entity => {
 
            })
    },
}
export default menuGrid;