Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
wildfirecode13
xiaoxiaole
Commits
ba7c3307
Commit
ba7c3307
authored
Aug 26, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
051f1658
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
MapSkin.exml
egret/resource/skins/MapSkin.exml
+4
-4
FailedPanel.ts
egret/src/panels/FailedPanel.ts
+0
-1
No files found.
egret/resource/skins/MapSkin.exml
View file @
ba7c3307
...
...
@@ -12,18 +12,18 @@
<e:Image
id=
"progressbg"
source=
"progress2_png"
y=
"0"
x=
"0"
visible=
"false"
/>
<e:Image
id=
"progressfront"
source=
"progress1_png"
y=
"0"
x=
"0"
visible=
"false"
/>
<e:Image
source=
"星星_png"
verticalCenter=
"-2.5"
x=
"-8"
/>
<e:Label
id=
"totalStarTxt"
text=
"
210/21
0"
x=
"34.68"
verticalAlign=
"middle"
textAlign=
"left"
size=
"24"
verticalCenter=
"1.5"
/>
<e:Label
id=
"totalStarTxt"
text=
"
0/
0"
x=
"34.68"
verticalAlign=
"middle"
textAlign=
"left"
size=
"24"
verticalCenter=
"1.5"
/>
</e:Group>
<e:Image
id=
"box"
source=
"宝箱_png"
right=
"34"
verticalCenter=
"3"
anchorOffsetX=
"34"
anchorOffsetY=
"34"
/>
<e:Group
id=
"boxiconWrapper"
x=
"193.68"
y=
"34.86"
touchEnabled=
"false"
touchChildren=
"false"
>
<e:Image
x=
"8.32"
y=
"0"
source=
"iconbg_png"
/>
<e:Label
id=
"boxNumsTxt"
text=
"
88
"
x=
"0"
verticalAlign=
"middle"
textAlign=
"center"
size=
"18"
width=
"46"
y=
"6.14"
/>
<e:Label
id=
"boxNumsTxt"
text=
"
0
"
x=
"0"
verticalAlign=
"middle"
textAlign=
"center"
size=
"18"
width=
"46"
y=
"6.14"
/>
</e:Group>
</e:Group>
<e:Group
id=
"top"
x=
"36"
y=
"24"
>
<e:Image
source=
"元宝bg_png"
x=
"0"
y=
"0"
/>
<e:Label
id=
"bloodTxt"
text=
"
50/50
"
x=
"78.04"
y=
"27.84"
width=
"82"
verticalAlign=
"middle"
textAlign=
"center"
/>
<e:Label
id=
"goldTxt"
text=
"
50/5
0"
x=
"396.04"
y=
"27.84"
width=
"88"
verticalAlign=
"middle"
textAlign=
"center"
/>
<e:Label
id=
"bloodTxt"
text=
"
0/5
"
x=
"78.04"
y=
"27.84"
width=
"82"
verticalAlign=
"middle"
textAlign=
"center"
/>
<e:Label
id=
"goldTxt"
text=
"0"
x=
"396.04"
y=
"27.84"
width=
"88"
verticalAlign=
"middle"
textAlign=
"center"
/>
<e:Button
id=
"bloodBtn"
label=
""
x=
"165.72"
y=
"16.6"
>
<e:skinName>
<e:Skin
states=
"up,down,disabled"
>
...
...
egret/src/panels/FailedPanel.ts
View file @
ba7c3307
import
Panel
from
"../../libs/new_wx/components/Panel"
;
import
SceneCtrl
from
"../../libs/new_wx/ctrls/sceneCtrl"
;
import
{
ModuleTypes
}
from
"../../libs/new_wx/types/sceneTypes"
;
import
{
createData
}
from
"../startScene/StartScene"
;
import
{
NetManager
}
from
"../../libs/tw/manager/NetManager"
;
export
default
class
FailedPanel
extends
Panel
{
...
...
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