@bscotch/yy
Version:
Stringify, parse, read, and write GameMaker yy and yyp files.
10 lines • 305 B
JavaScript
// Generated by ts-to-zod
import { z } from 'zod';
import { yyBaseSchema } from './YyBase.js';
export const yyShaderSchema = yyBaseSchema
.extend({
resourceType: z.literal('GMShader').default('GMShader'),
type: z.number().default(1),
})
.passthrough();
//# sourceMappingURL=YyShader.js.map