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
8e2e58f9
Commit
8e2e58f9
authored
Feb 17, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
b9ab907e
9a679745
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
index.html
egret/index.html
+1
-1
loading.jpg
egret/resource/assets/loading.jpg
+0
-0
StartSkin.exml
egret/resource/skins/StartSkin.exml
+1
-1
MapScene.ts
egret/src/mapScene/MapScene.ts
+8
-6
No files found.
egret/index.html
View file @
8e2e58f9
...
...
@@ -19,7 +19,7 @@
background-color
:
#000
;
background-size
:
100%
;
background-position
:
center
;
background-image
:
url("https://yun.duiba.com.cn/db_games/activity/game/0217/startscenebg.jpg")
;
background-image
:
url("https://yun.duiba.com.cn/db_games/activity/game/0217/startscenebg
2
.jpg")
;
/* background-image: url("https://yun.duiba.com.cn/db_games/activity/game/1565600901/resource/assets/startScene/startscenebg.jpg"); */
padding
:
0
;
border
:
0
;
...
...
egret/resource/assets/loading.jpg
View replaced file @
b9ab907e
View file @
8e2e58f9
162 KB
|
W:
|
H:
350 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/resource/skins/StartSkin.exml
View file @
8e2e58f9
...
...
@@ -3,7 +3,7 @@
<w:Config
id=
"16705cb4eec"
/>
<e:Label
id=
"FZY3JW"
text=
" "
y=
"1048"
textColor=
"0x244B00"
fontFamily=
"FZY3JW"
horizontalCenter=
"0"
/>
<e:Label
id=
"FZY4JW"
text=
" "
y=
"1048"
textColor=
"0x244B00"
fontFamily=
"FZY4JW"
horizontalCenter=
"0"
/>
<e:Component
id=
"bg"
width=
"750"
height=
"1624"
verticalCenter=
"0"
visible=
"false"
/>
<e:Component
id=
"bg"
width=
"750"
height=
"1624"
verticalCenter=
"0"
/>
<e:Component
id=
"container2"
x=
"0"
width=
"750"
height=
"1624"
verticalCenter=
"0"
/>
<e:Component
id=
"container1"
x=
"0"
width=
"750"
height=
"1624"
verticalCenter=
"235"
/>
<e:Group
width=
"750"
x=
"0"
verticalCenter=
"494"
>
...
...
egret/src/mapScene/MapScene.ts
View file @
8e2e58f9
...
...
@@ -225,12 +225,14 @@ export default class MapScene extends Scene {
localStorage
.
setItem
(
'taskCenter'
+
window
[
'CFG'
].
consumerId
,
'false'
);
let
res
=
DataManager
.
ins
.
getData
(
'hc_redBombBaseInfo'
);
let
_t
=
res
.
data
.
redBombSwitchTime
||
""
;
if
(
res
.
data
.
remain
>
0
)
{
let
showBomb
=
localStorage
.
getItem
(
'showBomb'
+
window
[
'CFG'
].
consumerId
);
if
(
showBomb
!=
_t
.
toString
()
&&
_t
!=
""
)
{
localStorage
.
setItem
(
'showBomb'
+
window
[
'CFG'
].
consumerId
,
_t
.
toString
());
panels
.
push
(
'BombTips2Panel'
);
if
(
res
&&
res
.
data
){
let
_t
=
res
.
data
.
redBombSwitchTime
||
""
;
if
(
res
.
data
.
remain
>
0
)
{
let
showBomb
=
localStorage
.
getItem
(
'showBomb'
+
window
[
'CFG'
].
consumerId
);
if
(
showBomb
!=
_t
.
toString
()
&&
_t
!=
""
)
{
localStorage
.
setItem
(
'showBomb'
+
window
[
'CFG'
].
consumerId
,
_t
.
toString
());
panels
.
push
(
'BombTips2Panel'
);
}
}
}
...
...
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