Commit 38d1747c authored by 张超's avatar 张超 🎱

test auth

parent e1c65b21
...@@ -19,7 +19,7 @@ export class Test1 extends engine.Container { ...@@ -19,7 +19,7 @@ export class Test1 extends engine.Container {
} }
private onGameStart(e){ private onGameStart(e){
console.log(e.type, e.data); console.log(e.type, e.data, 'test');
let rect = new engine.Rect(); let rect = new engine.Rect();
rect.x = 100; rect.x = 100;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment