Skip to content

Commit

Permalink
feat: 因为Layout支持多实例,取消sharedTicker设计
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzm committed Sep 27, 2023
1 parent 85eecc7 commit abc05eb
Show file tree
Hide file tree
Showing 9 changed files with 17,347 additions and 16,737 deletions.
8,509 changes: 4,328 additions & 4,181 deletions demos/noengine/engine.js

Large diffs are not rendered by default.

8,509 changes: 4,328 additions & 4,181 deletions demos/noengine/sub/engine.js

Large diffs are not rendered by default.

8,509 changes: 4,328 additions & 4,181 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/devtools/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class LayoutDevtools {
constructor() {
// 本地调试用
if (process.env.NODE_ENV !== 'production') {
console.log(111, require('minigame-canvas-engine'))
const Layout: typeof import('minigame-canvas-engine').default = require('minigame-canvas-engine').default;
(window as any).Layout = Layout;
}
Expand Down
Loading

0 comments on commit abc05eb

Please sign in to comment.