misuzu/assets/typescript/BackgroundAttachment.ts

7 lines
91 B
TypeScript

enum BackgroundAttachment {
None = 0,
Cover,
Stretch,
Tile,
Contain,
}