|
@@ -56,10 +56,12 @@ export class SkillBase extends EventDispatcher{
|
|
|
this.color4.set(1,1,1,0);
|
|
|
if(this.leftWeapon.isValid){
|
|
|
this.leftWeapon.sharedMaterial.setProperty('rimColor',this.color4);
|
|
|
+ }
|
|
|
+ if(this.rightWeapon.isValid){
|
|
|
this.rightWeapon.sharedMaterial.setProperty('rimColor',this.color4);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
this.opacityIndex=0;
|
|
|
this.DrawingSkillState();
|
|
|
|