Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qiaqia_qx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邱旭
qiaqia_qx
Commits
3cd77abd
Commit
3cd77abd
authored
Jun 03, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
d1adc856
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
workspace.xml
.idea/workspace.xml
+13
-6
LoadingScene.ts
src/scenes/LoadingScene.ts
+2
-2
No files found.
.idea/workspace.xml
View file @
3cd77abd
...
...
@@ -103,7 +103,7 @@
<workItem
from=
"1590976087296"
duration=
"15316000"
/>
<workItem
from=
"1590996860067"
duration=
"14333000"
/>
<workItem
from=
"1591062735465"
duration=
"27334000"
/>
<workItem
from=
"1591148883764"
duration=
"
476
000"
/>
<workItem
from=
"1591148883764"
duration=
"
595
000"
/>
</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=
"15911
01112105
"
>
<state
x=
"467"
y=
"108"
key=
"CommitChangelistDialog2"
timestamp=
"15911
49379504
"
>
<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=
"15911
01112105
"
/>
<state
x=
"467"
y=
"108"
key=
"CommitChangelistDialog2/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027"
timestamp=
"15911
49379504
"
/>
<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=
"15911
01114140
"
>
<state
x=
"457"
y=
"276"
key=
"Vcs.Push.Dialog.v2"
timestamp=
"15911
49383024
"
>
<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=
"15911
01114140
"
/>
<state
x=
"457"
y=
"276"
key=
"Vcs.Push.Dialog.v2/37.23.1643.1027/1680.-199.1920.1177@37.23.1643.1027"
timestamp=
"15911
49383024
"
/>
<state
x=
"564"
y=
"285"
width=
"587"
height=
"502"
key=
"find.popup"
timestamp=
"1591099201430"
>
<screen
x=
"37"
y=
"23"
width=
"1643"
height=
"1027"
/>
</state>
...
...
src/scenes/LoadingScene.ts
View file @
3cd77abd
...
...
@@ -28,9 +28,10 @@ export class LoadingScene extends Scene {
private
tips
:
TextField
;
initUi
()
{
// bg
this
.
addChild
(
Tool
.
getSprite
(
'loading_bg.jpg'
));
// title
// t
op t
itle
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment