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
e9c4f42b
Commit
e9c4f42b
authored
Nov 06, 2019
by
邱旭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab2.dui88.com/wanghongyuan/xiaoxiaole
into dev
parents
fbaaf484
664b3826
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
26 deletions
+8
-26
redbagact_rule按钮.png
egret/resource/assets/redbagactivity/redbagact_rule按钮.png
+0
-0
redbagactbtn.png
egret/resource/assets/redbagactivity/redbagactbtn.png
+0
-0
redbagact热门活动专区.png
egret/resource/assets/redbagactivity/redbagact热门活动专区.png
+0
-0
redbagact退出按钮.png
egret/resource/assets/redbagactivity/redbagact退出按钮.png
+0
-0
default.res.json
egret/resource/default.res.json
+0
-24
default.thm.json
egret/resource/default.thm.json
+0
-1
RedBombTipsSkin.exml
egret/resource/skins/RedBombTipsSkin.exml
+3
-0
MapScene.ts
egret/src/mapScene/MapScene.ts
+5
-1
No files found.
egret/resource/assets/redbagactivity/redbagact_rule按钮.png
deleted
100644 → 0
View file @
fbaaf484
1.33 KB
egret/resource/assets/redbagactivity/redbagactbtn.png
deleted
100644 → 0
View file @
fbaaf484
21.2 KB
egret/resource/assets/redbagactivity/redbagact热门活动专区.png
deleted
100644 → 0
View file @
fbaaf484
251 KB
egret/resource/assets/redbagactivity/redbagact退出按钮.png
deleted
100644 → 0
View file @
fbaaf484
15.8 KB
egret/resource/default.res.json
View file @
e9c4f42b
...
...
@@ -192,10 +192,6 @@
"keys"
:
"hbGame_CutTime_bg_png,hbGame_CutTime_progress_png,hbGame_num_bg_png,hbGame_tips_png,hbGame_1_png,hbGame_2_png,hbGame_3_png,hbGame_+1_png,hbGame_bird_touch_png,hbGame_bird_png,hbGame_cattle_png,hbGame_cattle_touch_png,hbGame_hongbao_touch_png,hbGame_+2_png,hbGame_hongbao_png,hbGame_lion_png,hbGame_lion_touch_png,hbGame_pig_touch_png,hbGame_pig_png,hbGame_rabbit_touch_png,hbGame_rabbit_png,hbGame_CutTime_btn_png"
,
"name"
:
"hbgame"
},
{
"keys"
:
"redbagact_rule按钮_png,redbagactbtn_png,redbagact热门活动专区_png,redbagact退出按钮_png"
,
"name"
:
"redbagactivity"
},
{
"keys"
:
"hbRule_bg_png"
,
"name"
:
"hbrule"
...
...
@@ -3082,26 +3078,6 @@
"type"
:
"image"
,
"name"
:
"curScoreNum8_png"
},
{
"url"
:
"assets/redbagactivity/redbagact_rule按钮.png"
,
"type"
:
"image"
,
"name"
:
"redbagact_rule按钮_png"
},
{
"url"
:
"assets/redbagactivity/redbagactbtn.png"
,
"type"
:
"image"
,
"name"
:
"redbagactbtn_png"
},
{
"url"
:
"assets/redbagactivity/redbagact热门活动专区.png"
,
"type"
:
"image"
,
"name"
:
"redbagact热门活动专区_png"
},
{
"url"
:
"assets/redbagactivity/redbagact退出按钮.png"
,
"type"
:
"image"
,
"name"
:
"redbagact退出按钮_png"
},
{
"url"
:
"assets/redbagalert/redbagalert红包任务.png"
,
"type"
:
"image"
,
...
...
egret/resource/default.thm.json
View file @
e9c4f42b
...
...
@@ -53,7 +53,6 @@
"resource/skins/RankFriendListSkin.exml"
,
"resource/skins/RankItemSkin.exml"
,
"resource/skins/RankSkin.exml"
,
"resource/skins/RedBagActivitySkin.exml"
,
"resource/skins/RedBagAlertSkin.exml"
,
"resource/skins/ReliveSkin.exml"
,
"resource/skins/RuleSkin.exml"
,
...
...
egret/resource/skins/RedBombTipsSkin.exml
0 → 100644
View file @
e9c4f42b
<?xml version="1.0" encoding="utf-8"?>
<e:Skin
class=
"RedBombTipsSkin"
width=
"400"
height=
"300"
xmlns:e=
"http://ns.egret.com/eui"
>
</e:Skin>
\ No newline at end of file
egret/src/mapScene/MapScene.ts
View file @
e9c4f42b
...
...
@@ -87,7 +87,7 @@ export default class MapScene extends Scene {
async
start
(
data
?)
{
super
.
start
();
this
[
'actIconsGroup'
].
x
=
-
999
;
this
.
addIcon
();
// 添加Icon
this
.
sendInvite
();
...
...
@@ -533,6 +533,10 @@ export default class MapScene extends Scene {
onTap_actsShowBtn
()
{
this
[
'actIconsGroup'
].
visible
=
!
this
[
'actIconsGroup'
].
visible
;
this
[
'actIconsGroup'
].
x
=
12.12
;
if
(
this
[
'actIconsGroup'
].
visible
==
false
)
{
this
[
'actIconsGroup'
].
x
=
-
999
;
}
}
onTap_guide
()
{
...
...
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