Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PU-11
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
PU-11
Commits
06e4f112
Commit
06e4f112
authored
Jun 30, 2020
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
素材更换
parent
d246eaa1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Stage.ts
src/app/play/Stage.ts
+1
-1
play.component.ts
src/app/play/play.component.ts
+2
-2
r_bottom.png
src/assets/play/theme/2/r_bottom.png
+0
-0
title_bg.png
src/assets/play/theme/2/title_bg.png
+0
-0
No files found.
src/app/play/Stage.ts
View file @
06e4f112
...
@@ -101,7 +101,7 @@ export class Stage extends Item {
...
@@ -101,7 +101,7 @@ export class Stage extends Item {
titlePic
.
init
(
this
.
images
.
get
(
theme
+
"
title_bg
"
));
titlePic
.
init
(
this
.
images
.
get
(
theme
+
"
title_bg
"
));
titlePic
.
scaleX
=
this
.
scaleX
;
titlePic
.
scaleX
=
this
.
scaleX
;
titlePic
.
scaleY
=
this
.
scaleY
;
titlePic
.
scaleY
=
this
.
scaleY
;
titlePic
.
x
=
this
.
width
/
2
+
2
24
*
this
.
scaleX
;
titlePic
.
x
=
this
.
width
/
2
+
2
30
*
this
.
scaleX
;
titlePic
.
y
=
148
*
this
.
scaleY
;
titlePic
.
y
=
148
*
this
.
scaleY
;
bg
.
addChild
(
titlePic
);
bg
.
addChild
(
titlePic
);
...
...
src/app/play/play.component.ts
View file @
06e4f112
...
@@ -569,8 +569,8 @@ export class PlayComponent implements OnInit, OnDestroy {
...
@@ -569,8 +569,8 @@ export class PlayComponent implements OnInit, OnDestroy {
const
r_middle
=
new
MySprite
();
const
r_middle
=
new
MySprite
();
r_middle
.
init
(
this
.
images
.
get
(
this
.
theme
+
"
r_middle
"
));
r_middle
.
init
(
this
.
images
.
get
(
this
.
theme
+
"
r_middle
"
));
r_middle
.
setScaleXY
(
this
.
mapScale
);
r_middle
.
setScaleXY
(
this
.
mapScale
);
r_middle
.
x
=
this
.
canvasWidth
-
r_middle
.
getBoundingBox
().
width
/
2
+
80
*
this
.
mapScale
;
r_middle
.
x
=
this
.
canvasWidth
-
r_middle
.
getBoundingBox
().
width
/
2
+
78
*
this
.
mapScale
;
r_middle
.
y
=
this
.
canvasHeight
/
2
;
r_middle
.
y
=
this
.
canvasHeight
/
2
-
40
*
this
.
mapScale
;
this
.
renderArr
.
push
(
r_middle
);
this
.
renderArr
.
push
(
r_middle
);
const
r_bottom
=
new
MySprite
();
const
r_bottom
=
new
MySprite
();
...
...
src/assets/play/theme/2/r_bottom.png
View replaced file @
d246eaa1
View file @
06e4f112
8.01 KB
|
W:
|
H:
10.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/play/theme/2/title_bg.png
View replaced file @
d246eaa1
View file @
06e4f112
135 KB
|
W:
|
H:
153 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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