|
@@ -23,7 +23,7 @@ cc.Class({
|
|
|
// update (dt) {},
|
|
|
|
|
|
onSetBtnBundle(data){
|
|
|
- if(data.wKindID != 3100) return;
|
|
|
+ // if(data.wKindID != 3100) return;
|
|
|
cc.tween(this.spNode)
|
|
|
.to(0.8, { opacity: 255 })
|
|
|
.start();
|
|
@@ -32,9 +32,9 @@ cc.Class({
|
|
|
.start();
|
|
|
|
|
|
let self = this;
|
|
|
- let tempBundle = cc.assetManager.getBundle('slotMousebundle');
|
|
|
+ let tempBundle = cc.assetManager.getBundle('LB');
|
|
|
if(tempBundle){
|
|
|
- tempBundle.load('spine/mouse/laoshuguang', sp.SkeletonData, (err, data)=>{
|
|
|
+ tempBundle.load('spine/PG/mouse/laoshuguang', sp.SkeletonData, (err, data)=>{
|
|
|
if(err){
|
|
|
console.log('err: ', err);
|
|
|
return;
|
|
@@ -44,7 +44,7 @@ cc.Class({
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- tempBundle.load('spine/mouse/laoshu', sp.SkeletonData, (err, data)=>{
|
|
|
+ tempBundle.load('spine/PG/mouse/laoshu', sp.SkeletonData, (err, data)=>{
|
|
|
if(err){
|
|
|
console.log('err: ', err);
|
|
|
return;
|
|
@@ -54,7 +54,7 @@ cc.Class({
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- tempBundle.load('spine/mouse/laoshu2', sp.SkeletonData, (err, data)=>{
|
|
|
+ tempBundle.load('spine/PG/mouse/laoshu2', sp.SkeletonData, (err, data)=>{
|
|
|
if(err){
|
|
|
console.log('err: ', err);
|
|
|
return;
|