Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zjzy_client_game
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
王勇霞
zjzy_client_game
Commits
aece1a34
Commit
aece1a34
authored
Nov 23, 2022
by
王勇霞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预览
parent
67fd35bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ResJson.ts
src/ResJson.ts
+1
-1
Game.ts
src/template/Game.ts
+7
-1
No files found.
src/ResJson.ts
View file @
aece1a34
...
@@ -892,5 +892,5 @@ export const ResJson = {
...
@@ -892,5 +892,5 @@ export const ResJson = {
}
}
}
}
],
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/16691
74205
/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/16691
91757
/resource/"
}
}
\ No newline at end of file
src/template/Game.ts
View file @
aece1a34
...
@@ -198,14 +198,20 @@ export class Game extends Scene {
...
@@ -198,14 +198,20 @@ export class Game extends Scene {
// e.data.isGuide;
// e.data.isGuide;
this
.
removeChild
(
this
.
gamelayer
);
this
.
removeChild
(
this
.
gamelayer
);
}
}
editConfigImg
(
e
)
{
Tools
.
gameData
.
uiConfig
=
e
.
data
.
config
;
this
.
removeAllChildren
();
this
.
initUi
();
}
initEvents
()
{
initEvents
()
{
super
.
initEvents
();
super
.
initEvents
();
GDispatcher
.
addEventListener
(
"closeGame"
,
this
.
closeGame
,
this
);
GDispatcher
.
addEventListener
(
"closeGame"
,
this
.
closeGame
,
this
);
GDispatcher
.
addEventListener
(
"editConfigImg"
,
this
.
editConfigImg
,
this
);
}
}
removeEvents
()
{
removeEvents
()
{
super
.
removeEvents
();
super
.
removeEvents
();
GDispatcher
.
removeEventListener
(
"closeGame"
,
this
.
closeGame
,
this
);
GDispatcher
.
removeEventListener
(
"closeGame"
,
this
.
closeGame
,
this
);
GDispatcher
.
removeEventListener
(
"editConfigImg"
,
this
.
editConfigImg
,
this
);
}
}
}
}
...
...
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