gamedaybyday2 比如我进入了游戏主界面,主界面有10个模块。我这时想静默加载这10个模块资源。如何加载呢 难道一个个写进去吗。如果10个模块有50图片+json。这些资源改动了,不是又要一个个去对一下。 Laya.loader.load(["res/atlas/test1.atlas","res/atlas/test2.atlas","res/atlas/test3.atlas","test/test.json",....]);各位,你们是怎么做的。