Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-engine
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-engine
Commits
e58c422f
Commit
e58c422f
authored
Jul 27, 2020
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容混淆版本的引擎
parent
dfc9b6ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
manifest.json
manifest.json
+1
-1
view-interpreter.ts
src/zeroing/game-warpper/view-interpreter.ts
+2
-2
No files found.
manifest.json
View file @
e58c422f
{
"id"
:
"engine"
,
"url"
:
"engine.cfb1f45ea0206b8e50e55213f624e81d67432f81.js"
}
\ No newline at end of file
{
"id"
:
"engine"
,
"url"
:
"engine.05f3077c3940b59dd921a937fbc7ff93018d02dc.js"
}
\ No newline at end of file
src/zeroing/game-warpper/view-interpreter.ts
View file @
e58c422f
...
...
@@ -65,14 +65,14 @@ function instantiateView(config) {
}
}
if
(
scripts
&&
scripts
.
length
>
0
)
{
/*
if (scripts && scripts.length > 0) {
for (let scriptConfig of scripts) {
instantiateScript(node, scriptConfig);
}
}
if (events && node.eventsProxy) {
node.eventsProxy.start(events);
}
}
*/
return
node
;
}
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