Commit 9da1b068 authored by wildfirecode's avatar wildfirecode

1

parent cb71c785
......@@ -19,6 +19,8 @@ export default class Gun extends egret.Sprite {
}
fire(vec: egret.Point) {
let a: any;
console.log(a.b.c)
egret.Tween.get(this._gun)
.to({ scaleY: 0.6 }, 100)
.to({ scaleY: 1 }, 100);
......
......@@ -98,7 +98,7 @@ export class Main extends eui.UILayer {
window['_error_storage_'] = [];
window['ERROR_CONFIG'] = {
client: "duiba-game",
pageId: 'fis',
pageId: 'skyeye-test-demo',
imgUrl: "http://retcode.tuipink.com/report?"
};
......
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