Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-libs
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
劳工
zeroing-libs
Commits
8522633d
Commit
8522633d
authored
Jun 03, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0c261be1
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
290 additions
and
3 deletions
+290
-3
pictures.json
dist/customs/pictures.json
+1
-1
main.js
src/custom/pictures/debug/main.js
+285
-1
main.js.map
src/custom/pictures/debug/main.js.map
+1
-1
GameView.ts
src/custom/pictures/src/game/GameView.ts
+3
-0
No files found.
dist/customs/pictures.json
View file @
8522633d
This diff is collapsed.
Click to expand it.
src/custom/pictures/debug/main.js
View file @
8522633d
This diff is collapsed.
Click to expand it.
src/custom/pictures/debug/main.js.map
View file @
8522633d
This diff is collapsed.
Click to expand it.
src/custom/pictures/src/game/GameView.ts
View file @
8522633d
...
@@ -157,6 +157,9 @@ export default class GameView extends engine.Container {
...
@@ -157,6 +157,9 @@ export default class GameView extends engine.Container {
const
parent
=
new
engine
.
Sprite
();
const
parent
=
new
engine
.
Sprite
();
this
.
picturesWrapper
=
parent
;
this
.
picturesWrapper
=
parent
;
this
.
addChild
(
parent
);
this
.
addChild
(
parent
);
const
OFFSET
=
(
750
-
props
.
W
)
/
2
this
.
picturesWrapper
.
x
=
OFFSET
;
this
.
picturesWrapper
.
y
=
(
this
.
stage
.
height
-
props
.
H
)
/
2
;
// 添加按钮
// 添加按钮
// const btn = new engine.Rect();
// const btn = new engine.Rect();
...
...
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