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
45ab0317
Commit
45ab0317
authored
Sep 21, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6f9889a7
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
54 additions
and
48 deletions
+54
-48
blood2.tmproject
egret/resource/TextureMerger/blood2.tmproject
+1
-0
exchange.tmproject
egret/resource/TextureMerger/exchange.tmproject
+1
-0
default.res.json
egret/resource/default.res.json
+4
-0
default.thm.json
egret/resource/default.thm.json
+44
-44
getHomeData.ts
egret/src/getHomeData.ts
+1
-1
MapScene.ts
egret/src/mapScene/MapScene.ts
+1
-1
BloodPanel.ts
egret/src/panels/BloodPanel.ts
+1
-1
BloodPanel2.ts
egret/src/panels/BloodPanel2.ts
+1
-1
No files found.
egret/resource/TextureMerger/blood2.tmproject
0 → 100644
View file @
45ab0317
{"options":{"layoutMath":"2","sizeMode":"2n","useExtension":1,"layoutGap":1,"extend":0},"projectName":"blood2","version":5,"files":["../assets/blood2/blood2按钮 副本1.png","../assets/blood2/blood2按钮 副本.png"]}
\ No newline at end of file
egret/resource/TextureMerger/exchange.tmproject
0 → 100644
View file @
45ab0317
{"options":{"layoutMath":"2","sizeMode":"2n","useExtension":1,"layoutGap":1,"extend":0},"projectName":"exchange","version":5,"files":["../assets/buy2/购买炸弹.png"]}
\ No newline at end of file
egret/resource/default.res.json
View file @
45ab0317
...
@@ -75,6 +75,10 @@
...
@@ -75,6 +75,10 @@
{
{
"keys"
:
"blood2按钮 副本1_png,blood2按钮 副本_png"
,
"keys"
:
"blood2按钮 副本1_png,blood2按钮 副本_png"
,
"name"
:
"blood2"
"name"
:
"blood2"
},
{
"keys"
:
"购买炸弹_png"
,
"name"
:
"exchange"
}
}
],
],
"resources"
:
[
"resources"
:
[
...
...
egret/resource/default.thm.json
View file @
45ab0317
...
@@ -2,11 +2,9 @@
...
@@ -2,11 +2,9 @@
"skins"
:
{},
"skins"
:
{},
"autoGenerateExmlsList"
:
true
,
"autoGenerateExmlsList"
:
true
,
"exmls"
:
[
"exmls"
:
[
"resource/skins/SignSkin.exml"
,
"resource/skins/SignPrizeSkin.exml"
,
"resource/skins/AlertSkin.exml"
,
"resource/skins/AlertSkin.exml"
,
"resource/skins/BloodSkin.exml"
,
"resource/skins/Blood2Skin.exml"
,
"resource/skins/Blood2Skin.exml"
,
"resource/skins/BloodSkin.exml"
,
"resource/skins/Box2Skin.exml"
,
"resource/skins/Box2Skin.exml"
,
"resource/skins/BoxSkin.exml"
,
"resource/skins/BoxSkin.exml"
,
"resource/skins/Buy1Skin.exml"
,
"resource/skins/Buy1Skin.exml"
,
...
@@ -35,6 +33,8 @@
...
@@ -35,6 +33,8 @@
"resource/skins/ShareSkin.exml"
,
"resource/skins/ShareSkin.exml"
,
"resource/skins/ShopSkin.exml"
,
"resource/skins/ShopSkin.exml"
,
"resource/skins/ShowOffSkin.exml"
,
"resource/skins/ShowOffSkin.exml"
,
"resource/skins/SignPrizeSkin.exml"
,
"resource/skins/SignSkin.exml"
,
"resource/skins/StarSkin.exml"
,
"resource/skins/StarSkin.exml"
,
"resource/skins/StartPanelSkin.exml"
,
"resource/skins/StartPanelSkin.exml"
,
"resource/skins/StartSkin.exml"
,
"resource/skins/StartSkin.exml"
,
...
...
egret/src/getHomeData.ts
View file @
45ab0317
...
@@ -4,7 +4,7 @@ interface IHomeData {
...
@@ -4,7 +4,7 @@ interface IHomeData {
totalStars
;
totalStars
;
canReceiveTreasureBoxNum
;
canReceiveTreasureBoxNum
;
isGetAllTreasureBox
;
isGetAllTreasureBox
;
c
ountdown
;
refectionC
ountdown
;
wealth
;
wealth
;
remainEnargy
;
remainEnargy
;
nextRangeStarsNum
;
nextRangeStarsNum
;
...
...
egret/src/mapScene/MapScene.ts
View file @
45ab0317
...
@@ -274,7 +274,7 @@ export default class MapScene extends Scene {
...
@@ -274,7 +274,7 @@ export default class MapScene extends Scene {
this
.
_countDown
.
stop
();
this
.
_countDown
.
stop
();
this
[
'countdown'
].
visible
=
false
;
this
[
'countdown'
].
visible
=
false
;
}
else
{
}
else
{
const
left
=
data
.
c
ountdown
-
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
const
left
=
data
.
refectionC
ountdown
-
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
this
.
_countDown
.
reset
(
left
);
this
.
_countDown
.
reset
(
left
);
this
[
'countdown'
].
visible
=
true
;
this
[
'countdown'
].
visible
=
true
;
}
}
...
...
egret/src/panels/BloodPanel.ts
View file @
45ab0317
...
@@ -45,7 +45,7 @@ this['price1Txt'].text = window['price1'];
...
@@ -45,7 +45,7 @@ this['price1Txt'].text = window['price1'];
this
[
'countdownTxt'
].
visible
=
false
;
this
[
'countdownTxt'
].
visible
=
false
;
}
else
{
}
else
{
this
[
'countdownTxt'
].
visible
=
true
;
this
[
'countdownTxt'
].
visible
=
true
;
const
left
=
data
.
c
ountdown
-
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
const
left
=
data
.
refectionC
ountdown
-
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
this
.
_countDown
.
reset
(
left
);
this
.
_countDown
.
reset
(
left
);
}
}
}
}
...
...
egret/src/panels/BloodPanel2.ts
View file @
45ab0317
...
@@ -45,7 +45,7 @@ this['price1Txt'].text = window['price1'];
...
@@ -45,7 +45,7 @@ this['price1Txt'].text = window['price1'];
this
[
'countdownTxt'
].
visible
=
false
;
this
[
'countdownTxt'
].
visible
=
false
;
}
else
{
}
else
{
this
[
'countdownTxt'
].
visible
=
true
;
this
[
'countdownTxt'
].
visible
=
true
;
const
left
=
data
.
c
ountdown
-
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
const
left
=
data
.
refectionC
ountdown
-
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
this
.
_countDown
.
reset
(
left
);
this
.
_countDown
.
reset
(
left
);
}
}
}
}
...
...
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