Archive update v0.54.0

This commit is contained in:
Eliot Partridge
2019-09-21 22:47:03 -05:00
parent 2c4e29eb70
commit 895627a641
18 changed files with 62 additions and 16 deletions
+1
View File
@@ -128,6 +128,7 @@ export interface PaletteSpriteBatch extends SpriteBatchCommons {
sx: number, sy: number, sw: number, sh: number, dx: number, dy: number, dw: number, dh: number
): void;
drawSprite(sprite: Sprite, color: number, palette: Palette | undefined, x: number, y: number): void;
patchBatchDepth(batch: Batch): void;
}
export function isPaletteSpriteBatch(batch: SpriteBatch | PaletteSpriteBatch): batch is PaletteSpriteBatch {