Laya以后遇到的坑,都写在这里 总结用吧

1.加载fgui的时候 用使用type来指定类型,不然要加载的时候要报错 RangeError: Offset is outside the bounds of the DataView

                     {url:"ui/cup/Cup.fui", type:Laya.Loader.BUFFER},

                    {url:"ui/cup/Cup_atlas0.png", type:Laya.Loader.IMAGE},