Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
East_L228
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
East_L228
Commits
8a3b9d9c
Commit
8a3b9d9c
authored
May 14, 2020
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev commit
parent
2fe3df96
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
Cartoon.ts
src/app/play/Cartoon.ts
+0
-1
play.component.ts
src/app/play/play.component.ts
+2
-2
resources.js
src/app/play/resources.js
+0
-1
No files found.
src/app/play/Cartoon.ts
View file @
8a3b9d9c
...
...
@@ -270,7 +270,6 @@ export class Cartoon {
let
element
=
new
Label
()
element
.
text
=
text
;
if
(
fontName
){
console
.
log
(
fontName
)
element
.
fontName
=
fontName
;
}
if
(
fontColor
){
...
...
src/app/play/play.component.ts
View file @
8a3b9d9c
...
...
@@ -453,7 +453,7 @@ export class PlayComponent implements OnInit, OnDestroy {
if
(
!
this
.
m_enableRunway
){
return
;
}
let
step
=
Math
.
floor
(
3
*
this
.
g_mapScale
*
10000
)
/
20000
;
let
step
=
Math
.
floor
(
5
*
this
.
g_mapScale
*
10000
)
/
20000
;
let
cardElement
=
null
;
this
.
m_runIntervalId
=
setInterval
(()
=>
{
this
.
m_allCardIds
.
forEach
((
id
)
=>
{
...
...
@@ -465,7 +465,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this
.
cardRecyclingAndPreparation
(
id
)
})
this
.
m_runStatus
=
true
;
},
2
0
)
},
4
0
)
}
// 卡片回收与准备控制
...
...
src/app/play/resources.js
View file @
8a3b9d9c
const
localImages
=
{
'
_bg_1280_720_Ruler
'
:
'
assets/default/images/1280_720_Ruler.png
'
,
'
_flag
'
:
'
assets/default/images/flag.png
'
,
'
_scrap-pic-1
'
:
'
assets/default/images/scrap-pic-1.png
'
,
'
_scrap-pic-2
'
:
'
assets/default/images/scrap-pic-2.png
'
,
'
_scrap-pic-3
'
:
'
assets/default/images/scrap-pic-3.png
'
,
...
...
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