Public Member Functions | |
| void | clear (int screenW, int screenH) |
Public Attributes | |
| bool | loaded = false |
| bool | playing = false |
| uint16 | frameCount = 0 |
| uint16 | startFrame = 0 |
| uint16 | endFrame = 0 |
| uint16 | speedTicks = 1 |
| uint16 | tickCounter = 0 |
| uint16 | currentFrame = 0 |
| uint16 | clipMiX = 0 |
| uint16 | clipMiY = 0 |
| uint16 | clipMaX = 0 |
| uint16 | clipMaY = 0 |
| byte | palette [0x300] = {} |
| bool | applyPaletteOnStart = false |
| Common::Array< DeltaFrame > | frames |
| Common::Array< DeltaSfxEvent > | sfxEvents |