#19 滚动精灵支持

This commit is contained in:
yhh
2020-08-07 11:02:04 +08:00
parent 359d7ae223
commit 1bf822725a
9 changed files with 109 additions and 38 deletions

View File

@@ -609,8 +609,12 @@ declare module es {
scrollSpeedX: number;
scroolSpeedY: number;
textureScale: Vector2;
scrollWidth: number;
scrollHeight: number;
private _scrollX;
private _scrollY;
private _scrollWidth;
private _scrollHeight;
constructor(sprite: Sprite);
update(): void;
}