Commit f66a472f authored by haiyoucuv's avatar haiyoucuv

Success Panel Effect!

parent 2d894dd6
......@@ -61,7 +61,7 @@
<recent name="$PROJECT_DIR$/resource/mapWhaleEffect" />
</key>
</component>
<component name="RunManager" selected="npm.flushRes">
<component name="RunManager" selected="npm.dev">
<configuration name="dev" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
......@@ -112,7 +112,7 @@
<workItem from="1595209499266" duration="21574000" />
<workItem from="1595296313180" duration="16175000" />
<workItem from="1595382049907" duration="765000" />
<workItem from="1595382857407" duration="4287000" />
<workItem from="1595382857407" duration="5079000" />
</task>
<task id="LOCAL-00001" summary="111">
<created>1594122339119</created>
......@@ -317,7 +317,14 @@
<option name="project" value="LOCAL" />
<updated>1595387247496</updated>
</task>
<option name="localTasksCounter" value="30" />
<task id="LOCAL-00030" summary="Success Panel Effect!">
<created>1595387386892</created>
<option name="number" value="00030" />
<option name="presentableId" value="LOCAL-00030" />
<option name="project" value="LOCAL" />
<updated>1595387386892</updated>
</task>
<option name="localTasksCounter" value="31" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -343,10 +350,10 @@
<screen x="31" y="23" width="1889" height="1177" />
</state>
<state x="251" y="471" key="ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/31.23.1889.1177@31.23.1889.1177" timestamp="1594113080922" />
<state x="558" y="183" width="884" height="891" key="CommitChangelistDialog2" timestamp="1595387247287">
<state x="558" y="183" width="884" height="891" key="CommitChangelistDialog2" timestamp="1595387386693">
<screen x="31" y="23" width="1889" height="1177" />
</state>
<state x="558" y="183" width="884" height="891" key="CommitChangelistDialog2/31.23.1889.1177@31.23.1889.1177" timestamp="1595387247287" />
<state x="558" y="183" width="884" height="891" key="CommitChangelistDialog2/31.23.1889.1177@31.23.1889.1177" timestamp="1595387386693" />
<state width="873" height="321" key="GridCell.Tab.0.bottom" timestamp="1595386044593">
<screen x="31" y="23" width="1889" height="1177" />
</state>
......@@ -379,10 +386,10 @@
<screen x="31" y="23" width="1889" height="1177" />
</state>
<state x="300" y="248" key="SettingsEditor/31.23.1889.1177@31.23.1889.1177" timestamp="1594798992724" />
<state x="92" y="351" key="Vcs.Push.Dialog.v2" timestamp="1595387248705">
<state x="92" y="351" key="Vcs.Push.Dialog.v2" timestamp="1595387387849">
<screen x="31" y="23" width="1889" height="1177" />
</state>
<state x="92" y="351" key="Vcs.Push.Dialog.v2/31.23.1889.1177@31.23.1889.1177" timestamp="1595387248705" />
<state x="92" y="351" key="Vcs.Push.Dialog.v2/31.23.1889.1177@31.23.1889.1177" timestamp="1595387387849" />
<state x="87" y="216" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1594705166397">
<screen x="31" y="23" width="1889" height="1177" />
</state>
......
......@@ -60,7 +60,7 @@ export class MapScene extends Scene {
}
let openPrize = GTool.readCache('openPrize');
if (Tools.gameData.topAward && openPrize !== 'true') {
if (Tools.gameData.topAward && Tools.gameData.topAward._id && openPrize !== 'true') {
GTool.writeCache('openPrize', 'true');
showPanel(PrizePanel, Tools.gameData.topAward);
}
......
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