Commit f0ae3037 authored by 邱旭's avatar 邱旭

m

parent e7a70b48
......@@ -3,12 +3,9 @@
<component name="ChangeListManager">
<list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/ele9.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/ele9.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/res.json" beforeDir="false" afterPath="$PROJECT_DIR$/resource/res.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js" beforeDir="false" afterPath="$PROJECT_DIR$/output.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/output.js.map" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ResJson.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/ResJson.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/scene/PlayScene.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/PlayScene.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/something/anisCall/DoorChangeAni.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/something/anisCall/DoorChangeAni.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/something/class/Ice.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/something/class/Ice.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -116,9 +113,9 @@
</list>
<recent_temporary>
<list>
<item itemvalue="npm.build" />
<item itemvalue="npm.flushRes" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.build" />
<item itemvalue="npm.buildTS" />
</list>
</recent_temporary>
......@@ -136,7 +133,7 @@
<workItem from="1612662929222" duration="40609000" />
<workItem from="1613698993022" duration="22309000" />
<workItem from="1613785579125" duration="17751000" />
<workItem from="1613958457445" duration="1964000" />
<workItem from="1613958457445" duration="4506000" />
</task>
<task id="LOCAL-00001" summary="斐乐消消乐">
<created>1612581213298</created>
......@@ -404,7 +401,14 @@
<option name="project" value="LOCAL" />
<updated>1613817216904</updated>
</task>
<option name="localTasksCounter" value="39" />
<task id="LOCAL-00039" summary="m">
<created>1613961568453</created>
<option name="number" value="00039" />
<option name="presentableId" value="LOCAL-00039" />
<option name="project" value="LOCAL" />
<updated>1613961568453</updated>
</task>
<option name="localTasksCounter" value="40" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
......@@ -7666,7 +7666,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/feile_xiaoxiao/1613816214/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/feile_xiaoxiao/1613961593/resource/"
};
......@@ -14718,7 +14718,7 @@ var PlayScene = (function (_super) {
this.goElementTarget(ElementType_1.ElementType.ICE, [ice.x, ice.y]);
}
else {
ice.alpha = 0.6;
ice.alpha = 0.75;
}
var p = Tool_1.Tool.getPositionByIndex(lat.index);
this.playAni(RecoverName_1.RecoverName.ICE_ANI, p);
......@@ -18591,7 +18591,7 @@ var DoorChangeAni = (function (_super) {
this.ice.y = -textureIce.height / 2;
this.addChildAt(this.ice, 2);
}
this.ice.alpha = ice.countNum == 2 ? 1 : 0.6;
this.ice.alpha = ice.countNum == 2 ? 1 : 0.75;
}
else if (this.ice) {
this.removeChild(this.ice);
......@@ -24953,7 +24953,7 @@ var Ice = (function (_super) {
_this.alpha = 1;
}
else {
_this.alpha = 0.6;
_this.alpha = 0.75;
}
_this._countNum = n;
return _this;
......@@ -24968,7 +24968,7 @@ var Ice = (function (_super) {
this.alpha = 1;
}
else {
this.alpha = 0.6;
this.alpha = 0.75;
}
},
enumerable: false,
......@@ -24981,7 +24981,7 @@ var Ice = (function (_super) {
this.alpha = 1;
}
else {
this.alpha = 0.6;
this.alpha = 0.75;
}
this._countNum = n;
};
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment