Commit 3cd77abd authored by haiyoucuv's avatar haiyoucuv

111

parent d1adc856
......@@ -103,7 +103,7 @@
<workItem from="1590976087296" duration="15316000" />
<workItem from="1590996860067" duration="14333000" />
<workItem from="1591062735465" duration="27334000" />
<workItem from="1591148883764" duration="476000" />
<workItem from="1591148883764" duration="595000" />
</task>
<task id="LOCAL-00001" summary="1">
<created>1591003912929</created>
......@@ -140,7 +140,14 @@
<option name="project" value="LOCAL" />
<updated>1591101112588</updated>
</task>
<option name="localTasksCounter" value="6" />
<task id="LOCAL-00006" summary="111">
<created>1591149379858</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1591149379858</updated>
</task>
<option name="localTasksCounter" value="7" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -153,11 +160,11 @@
<option name="LAST_COMMIT_MESSAGE" value="111" />
</component>
<component name="WindowStateProjectService">
<state x="467" y="108" key="CommitChangelistDialog2" timestamp="1591101112105">
<state x="467" y="108" key="CommitChangelistDialog2" timestamp="1591149379504">
<screen x="37" y="23" width="1643" height="1027" />
</state>
<state x="466" y="108" key="CommitChangelistDialog2/35.23.1645.1027/1680.-199.1920.1177@35.23.1645.1027" timestamp="1591003912498" />
<state x="467" y="108" key="CommitChangelistDialog2/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027" timestamp="1591101112105" />
<state x="467" y="108" key="CommitChangelistDialog2/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027" timestamp="1591149379504" />
<state width="303" height="907" key="GridCell.Tab.0.bottom" timestamp="1591107083854">
<screen x="37" y="23" width="1643" height="1027" />
</state>
......@@ -183,10 +190,10 @@
</state>
<state x="614" y="245" key="RollbackChangesDialog/35.23.1645.1027/1680.-199.1920.1177@35.23.1645.1027" timestamp="1590993046653" />
<state x="615" y="245" key="RollbackChangesDialog/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027" timestamp="1591077661188" />
<state x="457" y="276" key="Vcs.Push.Dialog.v2" timestamp="1591101114140">
<state x="457" y="276" key="Vcs.Push.Dialog.v2" timestamp="1591149383024">
<screen x="37" y="23" width="1643" height="1027" />
</state>
<state x="457" y="276" key="Vcs.Push.Dialog.v2/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027" timestamp="1591101114140" />
<state x="457" y="276" key="Vcs.Push.Dialog.v2/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027" timestamp="1591149383024" />
<state x="564" y="285" width="587" height="502" key="find.popup" timestamp="1591099201430">
<screen x="37" y="23" width="1643" height="1027" />
</state>
......
......@@ -28,9 +28,10 @@ export class LoadingScene extends Scene {
private tips: TextField;
initUi() {
// bg
this.addChild(Tool.getSprite('loading_bg.jpg'));
// title
// top title
this.top = this.addChild(new Container());
const line = this.top.addChild(Tool.getSprite('loading_绳子.png'));
line.position.set(211, -12);
......@@ -43,7 +44,6 @@ export class LoadingScene extends Scene {
// progressBar
this.progressBar = this.addChild(new Container());
this.progressBar.addChild(Tool.getSprite('loading_per_bg.png'));
this.progressBar.position.set(108, 1291);
// fill
......
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