Commit 97150a09 authored by 邱旭's avatar 邱旭

换了点皮

parent 8235687f
......@@ -4,11 +4,7 @@
<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$/mock/miniTb/mine.getAppData.json" beforeDir="false" afterPath="$PROJECT_DIR$/mock/miniTb/mine.getAppData.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/RulePanel/ruleBtn.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/RulePanel/ruleBtn.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/RulePanel/活动规则背景.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/RulePanel/活动规则背景.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/关闭按钮.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/关闭按钮.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/SkinJson.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/SkinJson.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/RulePanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/RulePanel.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/HelpPanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/HelpPanel.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -202,14 +198,7 @@
<workItem from="1617871191619" duration="121000" />
<workItem from="1617890665920" duration="181000" />
<workItem from="1617960804439" duration="639000" />
<workItem from="1618193237335" duration="4013000" />
</task>
<task id="LOCAL-00030" summary="m">
<created>1613792877469</created>
<option name="number" value="00030" />
<option name="presentableId" value="LOCAL-00030" />
<option name="project" value="LOCAL" />
<updated>1613792877469</updated>
<workItem from="1618193237335" duration="4196000" />
</task>
<task id="LOCAL-00031" summary="m">
<created>1613792960890</created>
......@@ -547,7 +536,14 @@
<option name="project" value="LOCAL" />
<updated>1618196900268</updated>
</task>
<option name="localTasksCounter" value="79" />
<task id="LOCAL-00079" summary="换了点皮">
<created>1618197271315</created>
<option name="number" value="00079" />
<option name="presentableId" value="LOCAL-00079" />
<option name="project" value="LOCAL" />
<updated>1618197271315</updated>
</task>
<option name="localTasksCounter" value="80" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
......@@ -8,7 +8,7 @@
"isFirstLogin": true,
"loginAddPower": 0,
"isNewUser": false,
"inviteId": "",
"inviteId": "1",
"isFollow": true
}
}
......@@ -20,15 +20,15 @@ export class HelpPanel extends Panel {
start(data) {
super.start();
this.addChild(Tools.getSprite('helpBg.png')).position.set(50, 549);
this.addChild(Tools.getSprite('helpBg.png')).position.set(80, 549);
this.addChild(new Button(RES.getRes('helpBtn.png')))
.addEventListener(MouseEvent.CLICK, this.doHelp, this)
.position.set(190, 910);
.position.set(185, 910);
this.addChild(new Button(RES.getRes('关闭按钮.png')))
.addEventListener(MouseEvent.CLICK, () => this.hidePanel())
.position.set(643, 536);
.position.set(629, 526);
}
hidePanel() {
......
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