laya scene 跳转

1、在ide创建new scene:ShopScene 2、绑定关联的脚本 ShopScene.js 3、在跳转的地方 Laya.Scene.open("te

1、在ide创建new scene:ShopScene

2、绑定关联的脚本 ShopScene.js

 3、在跳转的地方

Laya.Scene.open("test/ShopScene.scene")

4、选中原来的scene,再运行