@bscotch/yy 2.1.4 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Yy.d.ts +503 -499
- package/dist/Yy.d.ts.map +1 -1
- package/dist/Yy.stringify.d.ts.map +1 -1
- package/dist/Yy.stringify.js +43 -6
- package/dist/Yy.stringify.js.map +1 -1
- package/dist/types/YyBase.d.ts +6 -6
- package/dist/types/YyBase.js +2 -2
- package/dist/types/YyBase.js.map +1 -1
- package/dist/types/YyExtension.d.ts +32 -32
- package/dist/types/YyExtension.d.ts.map +1 -1
- package/dist/types/YyExtension.js +2 -1
- package/dist/types/YyExtension.js.map +1 -1
- package/dist/types/YyObject.d.ts +32 -32
- package/dist/types/YyRoom.d.ts +352 -352
- package/dist/types/YyRoom.d.ts.map +1 -1
- package/dist/types/YyScript.d.ts +4 -4
- package/dist/types/YyShader.d.ts +6 -6
- package/dist/types/YySound.d.ts +9 -9
- package/dist/types/YySprite.d.ts +269 -269
- package/dist/types/YySprite.lib.d.ts +9 -9
- package/dist/types/Yyp.d.ts +82 -82
- package/dist/types/Yyp.js +2 -2
- package/dist/types/Yyp.js.map +1 -1
- package/dist/types/utility.d.ts +6 -5
- package/dist/types/utility.d.ts.map +1 -1
- package/dist/types/utility.js +2 -1
- package/dist/types/utility.js.map +1 -1
- package/package.json +1 -1
package/dist/types/YyRoom.d.ts
CHANGED
|
@@ -19,8 +19,6 @@ declare const yyRoomViewSchema: z.ZodObject<{
|
|
|
19
19
|
objectId: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
20
20
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
21
21
|
visible: boolean;
|
|
22
|
-
hspeed: number;
|
|
23
|
-
vspeed: number;
|
|
24
22
|
inherit: boolean;
|
|
25
23
|
xview: number;
|
|
26
24
|
yview: number;
|
|
@@ -32,6 +30,8 @@ declare const yyRoomViewSchema: z.ZodObject<{
|
|
|
32
30
|
hport: number;
|
|
33
31
|
hborder: number;
|
|
34
32
|
vborder: number;
|
|
33
|
+
hspeed: number;
|
|
34
|
+
vspeed: number;
|
|
35
35
|
objectId?: unknown;
|
|
36
36
|
}, {
|
|
37
37
|
inherit?: boolean | undefined;
|
|
@@ -64,20 +64,20 @@ export declare const yyRoomInstanceSchema: z.ZodObject<{
|
|
|
64
64
|
name: z.ZodString;
|
|
65
65
|
path: z.ZodString;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
name: string;
|
|
68
67
|
path: string;
|
|
69
|
-
}, {
|
|
70
68
|
name: string;
|
|
69
|
+
}, {
|
|
71
70
|
path: string;
|
|
72
|
-
}>, {
|
|
73
71
|
name: string;
|
|
72
|
+
}>, {
|
|
74
73
|
path: string;
|
|
75
|
-
}, {
|
|
76
74
|
name: string;
|
|
75
|
+
}, {
|
|
77
76
|
path: string;
|
|
78
|
-
}>, {
|
|
79
77
|
name: string;
|
|
78
|
+
}>, {
|
|
80
79
|
path: string;
|
|
80
|
+
name: string;
|
|
81
81
|
}, unknown>;
|
|
82
82
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
83
83
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -109,11 +109,11 @@ export declare const yyRoomInstanceSchema: z.ZodObject<{
|
|
|
109
109
|
x: import("./utility.js").FixedNumber;
|
|
110
110
|
y: import("./utility.js").FixedNumber;
|
|
111
111
|
properties: unknown[];
|
|
112
|
-
isDnd: boolean;
|
|
113
112
|
objectId: {
|
|
114
|
-
name: string;
|
|
115
113
|
path: string;
|
|
114
|
+
name: string;
|
|
116
115
|
};
|
|
116
|
+
isDnd: boolean;
|
|
117
117
|
inheritCode: boolean;
|
|
118
118
|
hasCreationCode: boolean;
|
|
119
119
|
colour: number;
|
|
@@ -214,11 +214,11 @@ declare const yyRoomPathLayerSchema: z.ZodObject<{
|
|
|
214
214
|
name: z.ZodString;
|
|
215
215
|
path: z.ZodString;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
name: string;
|
|
218
217
|
path: string;
|
|
219
|
-
}, {
|
|
220
218
|
name: string;
|
|
219
|
+
}, {
|
|
221
220
|
path: string;
|
|
221
|
+
name: string;
|
|
222
222
|
}>>>;
|
|
223
223
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
224
224
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -241,11 +241,11 @@ declare const yyRoomPathLayerSchema: z.ZodObject<{
|
|
|
241
241
|
name: z.ZodString;
|
|
242
242
|
path: z.ZodString;
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
name: string;
|
|
245
244
|
path: string;
|
|
246
|
-
}, {
|
|
247
245
|
name: string;
|
|
246
|
+
}, {
|
|
248
247
|
path: string;
|
|
248
|
+
name: string;
|
|
249
249
|
}>>>;
|
|
250
250
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
251
251
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -268,11 +268,11 @@ declare const yyRoomPathLayerSchema: z.ZodObject<{
|
|
|
268
268
|
name: z.ZodString;
|
|
269
269
|
path: z.ZodString;
|
|
270
270
|
}, "strip", z.ZodTypeAny, {
|
|
271
|
-
name: string;
|
|
272
271
|
path: string;
|
|
273
|
-
}, {
|
|
274
272
|
name: string;
|
|
273
|
+
}, {
|
|
275
274
|
path: string;
|
|
275
|
+
name: string;
|
|
276
276
|
}>>>;
|
|
277
277
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
278
278
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -453,20 +453,20 @@ declare const yyRoomInstanceLayerSchema: z.ZodObject<{
|
|
|
453
453
|
name: z.ZodString;
|
|
454
454
|
path: z.ZodString;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
-
name: string;
|
|
457
456
|
path: string;
|
|
458
|
-
}, {
|
|
459
457
|
name: string;
|
|
458
|
+
}, {
|
|
460
459
|
path: string;
|
|
461
|
-
}>, {
|
|
462
460
|
name: string;
|
|
461
|
+
}>, {
|
|
463
462
|
path: string;
|
|
464
|
-
}, {
|
|
465
463
|
name: string;
|
|
464
|
+
}, {
|
|
466
465
|
path: string;
|
|
467
|
-
}>, {
|
|
468
466
|
name: string;
|
|
467
|
+
}>, {
|
|
469
468
|
path: string;
|
|
469
|
+
name: string;
|
|
470
470
|
}, unknown>;
|
|
471
471
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
472
472
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -498,11 +498,11 @@ declare const yyRoomInstanceLayerSchema: z.ZodObject<{
|
|
|
498
498
|
x: import("./utility.js").FixedNumber;
|
|
499
499
|
y: import("./utility.js").FixedNumber;
|
|
500
500
|
properties: unknown[];
|
|
501
|
-
isDnd: boolean;
|
|
502
501
|
objectId: {
|
|
503
|
-
name: string;
|
|
504
502
|
path: string;
|
|
503
|
+
name: string;
|
|
505
504
|
};
|
|
505
|
+
isDnd: boolean;
|
|
506
506
|
inheritCode: boolean;
|
|
507
507
|
hasCreationCode: boolean;
|
|
508
508
|
colour: number;
|
|
@@ -571,20 +571,20 @@ declare const yyRoomInstanceLayerSchema: z.ZodObject<{
|
|
|
571
571
|
name: z.ZodString;
|
|
572
572
|
path: z.ZodString;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
|
-
name: string;
|
|
575
574
|
path: string;
|
|
576
|
-
}, {
|
|
577
575
|
name: string;
|
|
576
|
+
}, {
|
|
578
577
|
path: string;
|
|
579
|
-
}>, {
|
|
580
578
|
name: string;
|
|
579
|
+
}>, {
|
|
581
580
|
path: string;
|
|
582
|
-
}, {
|
|
583
581
|
name: string;
|
|
582
|
+
}, {
|
|
584
583
|
path: string;
|
|
585
|
-
}>, {
|
|
586
584
|
name: string;
|
|
585
|
+
}>, {
|
|
587
586
|
path: string;
|
|
587
|
+
name: string;
|
|
588
588
|
}, unknown>;
|
|
589
589
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
590
590
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -616,11 +616,11 @@ declare const yyRoomInstanceLayerSchema: z.ZodObject<{
|
|
|
616
616
|
x: import("./utility.js").FixedNumber;
|
|
617
617
|
y: import("./utility.js").FixedNumber;
|
|
618
618
|
properties: unknown[];
|
|
619
|
-
isDnd: boolean;
|
|
620
619
|
objectId: {
|
|
621
|
-
name: string;
|
|
622
620
|
path: string;
|
|
621
|
+
name: string;
|
|
623
622
|
};
|
|
623
|
+
isDnd: boolean;
|
|
624
624
|
inheritCode: boolean;
|
|
625
625
|
hasCreationCode: boolean;
|
|
626
626
|
colour: number;
|
|
@@ -689,20 +689,20 @@ declare const yyRoomInstanceLayerSchema: z.ZodObject<{
|
|
|
689
689
|
name: z.ZodString;
|
|
690
690
|
path: z.ZodString;
|
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
|
692
|
-
name: string;
|
|
693
692
|
path: string;
|
|
694
|
-
}, {
|
|
695
693
|
name: string;
|
|
694
|
+
}, {
|
|
696
695
|
path: string;
|
|
697
|
-
}>, {
|
|
698
696
|
name: string;
|
|
697
|
+
}>, {
|
|
699
698
|
path: string;
|
|
700
|
-
}, {
|
|
701
699
|
name: string;
|
|
700
|
+
}, {
|
|
702
701
|
path: string;
|
|
703
|
-
}>, {
|
|
704
702
|
name: string;
|
|
703
|
+
}>, {
|
|
705
704
|
path: string;
|
|
705
|
+
name: string;
|
|
706
706
|
}, unknown>;
|
|
707
707
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
708
708
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -734,11 +734,11 @@ declare const yyRoomInstanceLayerSchema: z.ZodObject<{
|
|
|
734
734
|
x: import("./utility.js").FixedNumber;
|
|
735
735
|
y: import("./utility.js").FixedNumber;
|
|
736
736
|
properties: unknown[];
|
|
737
|
-
isDnd: boolean;
|
|
738
737
|
objectId: {
|
|
739
|
-
name: string;
|
|
740
738
|
path: string;
|
|
739
|
+
name: string;
|
|
741
740
|
};
|
|
741
|
+
isDnd: boolean;
|
|
742
742
|
inheritCode: boolean;
|
|
743
743
|
hasCreationCode: boolean;
|
|
744
744
|
colour: number;
|
|
@@ -886,14 +886,17 @@ declare const yyRoomBackgroundLayerSchema: z.ZodObject<{
|
|
|
886
886
|
resourceType: "GMRBackgroundLayer";
|
|
887
887
|
resourceVersion: string;
|
|
888
888
|
spriteId: ({
|
|
889
|
-
name: string;
|
|
890
889
|
path: string;
|
|
890
|
+
name: string;
|
|
891
891
|
} & {
|
|
892
892
|
[k: string]: unknown;
|
|
893
893
|
}) | null;
|
|
894
894
|
visible: boolean;
|
|
895
895
|
x: number;
|
|
896
896
|
y: number;
|
|
897
|
+
hspeed: import("./utility.js").FixedNumber;
|
|
898
|
+
vspeed: import("./utility.js").FixedNumber;
|
|
899
|
+
colour: number;
|
|
897
900
|
effectEnabled: boolean;
|
|
898
901
|
userdefinedDepth: boolean;
|
|
899
902
|
inheritLayerDepth: boolean;
|
|
@@ -904,12 +907,9 @@ declare const yyRoomBackgroundLayerSchema: z.ZodObject<{
|
|
|
904
907
|
gridY: number;
|
|
905
908
|
layers: unknown[];
|
|
906
909
|
hierarchyFrozen: boolean;
|
|
907
|
-
colour: number;
|
|
908
910
|
depth: number;
|
|
909
911
|
htiled: boolean;
|
|
910
912
|
vtiled: boolean;
|
|
911
|
-
hspeed: import("./utility.js").FixedNumber;
|
|
912
|
-
vspeed: import("./utility.js").FixedNumber;
|
|
913
913
|
stretch: boolean;
|
|
914
914
|
animationFPS: import("./utility.js").FixedNumber;
|
|
915
915
|
animationSpeedType: number;
|
|
@@ -1018,11 +1018,11 @@ declare const yyRoomInstanceCreationOrderEntrySchema: z.ZodObject<{
|
|
|
1018
1018
|
/** The room's path */
|
|
1019
1019
|
path: z.ZodString;
|
|
1020
1020
|
}, "strip", z.ZodTypeAny, {
|
|
1021
|
-
name: string;
|
|
1022
1021
|
path: string;
|
|
1023
|
-
}, {
|
|
1024
1022
|
name: string;
|
|
1023
|
+
}, {
|
|
1025
1024
|
path: string;
|
|
1025
|
+
name: string;
|
|
1026
1026
|
}>;
|
|
1027
1027
|
/** @discriminator resourceType */
|
|
1028
1028
|
export type YyRoomLayer = z.infer<typeof yyRoomLayerSchema>;
|
|
@@ -1053,20 +1053,20 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1053
1053
|
name: z.ZodString;
|
|
1054
1054
|
path: z.ZodString;
|
|
1055
1055
|
}, "strip", z.ZodTypeAny, {
|
|
1056
|
-
name: string;
|
|
1057
1056
|
path: string;
|
|
1058
|
-
}, {
|
|
1059
1057
|
name: string;
|
|
1058
|
+
}, {
|
|
1060
1059
|
path: string;
|
|
1061
|
-
}>, {
|
|
1062
1060
|
name: string;
|
|
1061
|
+
}>, {
|
|
1063
1062
|
path: string;
|
|
1064
|
-
}, {
|
|
1065
1063
|
name: string;
|
|
1064
|
+
}, {
|
|
1066
1065
|
path: string;
|
|
1067
|
-
}>, {
|
|
1068
1066
|
name: string;
|
|
1067
|
+
}>, {
|
|
1069
1068
|
path: string;
|
|
1069
|
+
name: string;
|
|
1070
1070
|
}, unknown>;
|
|
1071
1071
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
1072
1072
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1098,11 +1098,11 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1098
1098
|
x: import("./utility.js").FixedNumber;
|
|
1099
1099
|
y: import("./utility.js").FixedNumber;
|
|
1100
1100
|
properties: unknown[];
|
|
1101
|
-
isDnd: boolean;
|
|
1102
1101
|
objectId: {
|
|
1103
|
-
name: string;
|
|
1104
1102
|
path: string;
|
|
1103
|
+
name: string;
|
|
1105
1104
|
};
|
|
1105
|
+
isDnd: boolean;
|
|
1106
1106
|
inheritCode: boolean;
|
|
1107
1107
|
hasCreationCode: boolean;
|
|
1108
1108
|
colour: number;
|
|
@@ -1171,20 +1171,20 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1171
1171
|
name: z.ZodString;
|
|
1172
1172
|
path: z.ZodString;
|
|
1173
1173
|
}, "strip", z.ZodTypeAny, {
|
|
1174
|
-
name: string;
|
|
1175
1174
|
path: string;
|
|
1176
|
-
}, {
|
|
1177
1175
|
name: string;
|
|
1176
|
+
}, {
|
|
1178
1177
|
path: string;
|
|
1179
|
-
}>, {
|
|
1180
1178
|
name: string;
|
|
1179
|
+
}>, {
|
|
1181
1180
|
path: string;
|
|
1182
|
-
}, {
|
|
1183
1181
|
name: string;
|
|
1182
|
+
}, {
|
|
1184
1183
|
path: string;
|
|
1185
|
-
}>, {
|
|
1186
1184
|
name: string;
|
|
1185
|
+
}>, {
|
|
1187
1186
|
path: string;
|
|
1187
|
+
name: string;
|
|
1188
1188
|
}, unknown>;
|
|
1189
1189
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
1190
1190
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1216,11 +1216,11 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1216
1216
|
x: import("./utility.js").FixedNumber;
|
|
1217
1217
|
y: import("./utility.js").FixedNumber;
|
|
1218
1218
|
properties: unknown[];
|
|
1219
|
-
isDnd: boolean;
|
|
1220
1219
|
objectId: {
|
|
1221
|
-
name: string;
|
|
1222
1220
|
path: string;
|
|
1221
|
+
name: string;
|
|
1223
1222
|
};
|
|
1223
|
+
isDnd: boolean;
|
|
1224
1224
|
inheritCode: boolean;
|
|
1225
1225
|
hasCreationCode: boolean;
|
|
1226
1226
|
colour: number;
|
|
@@ -1289,20 +1289,20 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1289
1289
|
name: z.ZodString;
|
|
1290
1290
|
path: z.ZodString;
|
|
1291
1291
|
}, "strip", z.ZodTypeAny, {
|
|
1292
|
-
name: string;
|
|
1293
1292
|
path: string;
|
|
1294
|
-
}, {
|
|
1295
1293
|
name: string;
|
|
1294
|
+
}, {
|
|
1296
1295
|
path: string;
|
|
1297
|
-
}>, {
|
|
1298
1296
|
name: string;
|
|
1297
|
+
}>, {
|
|
1299
1298
|
path: string;
|
|
1300
|
-
}, {
|
|
1301
1299
|
name: string;
|
|
1300
|
+
}, {
|
|
1302
1301
|
path: string;
|
|
1303
|
-
}>, {
|
|
1304
1302
|
name: string;
|
|
1303
|
+
}>, {
|
|
1305
1304
|
path: string;
|
|
1305
|
+
name: string;
|
|
1306
1306
|
}, unknown>;
|
|
1307
1307
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
1308
1308
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1334,11 +1334,11 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1334
1334
|
x: import("./utility.js").FixedNumber;
|
|
1335
1335
|
y: import("./utility.js").FixedNumber;
|
|
1336
1336
|
properties: unknown[];
|
|
1337
|
-
isDnd: boolean;
|
|
1338
1337
|
objectId: {
|
|
1339
|
-
name: string;
|
|
1340
1338
|
path: string;
|
|
1339
|
+
name: string;
|
|
1341
1340
|
};
|
|
1341
|
+
isDnd: boolean;
|
|
1342
1342
|
inheritCode: boolean;
|
|
1343
1343
|
hasCreationCode: boolean;
|
|
1344
1344
|
colour: number;
|
|
@@ -1425,14 +1425,17 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1425
1425
|
resourceType: "GMRBackgroundLayer";
|
|
1426
1426
|
resourceVersion: string;
|
|
1427
1427
|
spriteId: ({
|
|
1428
|
-
name: string;
|
|
1429
1428
|
path: string;
|
|
1429
|
+
name: string;
|
|
1430
1430
|
} & {
|
|
1431
1431
|
[k: string]: unknown;
|
|
1432
1432
|
}) | null;
|
|
1433
1433
|
visible: boolean;
|
|
1434
1434
|
x: number;
|
|
1435
1435
|
y: number;
|
|
1436
|
+
hspeed: import("./utility.js").FixedNumber;
|
|
1437
|
+
vspeed: import("./utility.js").FixedNumber;
|
|
1438
|
+
colour: number;
|
|
1436
1439
|
effectEnabled: boolean;
|
|
1437
1440
|
userdefinedDepth: boolean;
|
|
1438
1441
|
inheritLayerDepth: boolean;
|
|
@@ -1443,12 +1446,9 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1443
1446
|
gridY: number;
|
|
1444
1447
|
layers: unknown[];
|
|
1445
1448
|
hierarchyFrozen: boolean;
|
|
1446
|
-
colour: number;
|
|
1447
1449
|
depth: number;
|
|
1448
1450
|
htiled: boolean;
|
|
1449
1451
|
vtiled: boolean;
|
|
1450
|
-
hspeed: import("./utility.js").FixedNumber;
|
|
1451
|
-
vspeed: import("./utility.js").FixedNumber;
|
|
1452
1452
|
stretch: boolean;
|
|
1453
1453
|
animationFPS: import("./utility.js").FixedNumber;
|
|
1454
1454
|
animationSpeedType: number;
|
|
@@ -1704,11 +1704,11 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1704
1704
|
name: z.ZodString;
|
|
1705
1705
|
path: z.ZodString;
|
|
1706
1706
|
}, "strip", z.ZodTypeAny, {
|
|
1707
|
-
name: string;
|
|
1708
1707
|
path: string;
|
|
1709
|
-
}, {
|
|
1710
1708
|
name: string;
|
|
1709
|
+
}, {
|
|
1711
1710
|
path: string;
|
|
1711
|
+
name: string;
|
|
1712
1712
|
}>>>;
|
|
1713
1713
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
1714
1714
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1731,11 +1731,11 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1731
1731
|
name: z.ZodString;
|
|
1732
1732
|
path: z.ZodString;
|
|
1733
1733
|
}, "strip", z.ZodTypeAny, {
|
|
1734
|
-
name: string;
|
|
1735
1734
|
path: string;
|
|
1736
|
-
}, {
|
|
1737
1735
|
name: string;
|
|
1736
|
+
}, {
|
|
1738
1737
|
path: string;
|
|
1738
|
+
name: string;
|
|
1739
1739
|
}>>>;
|
|
1740
1740
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
1741
1741
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1758,11 +1758,11 @@ declare const yyRoomLayerSchema: z.ZodDiscriminatedUnion<"resourceType", [z.ZodO
|
|
|
1758
1758
|
name: z.ZodString;
|
|
1759
1759
|
path: z.ZodString;
|
|
1760
1760
|
}, "strip", z.ZodTypeAny, {
|
|
1761
|
-
name: string;
|
|
1762
1761
|
path: string;
|
|
1763
|
-
}, {
|
|
1764
1762
|
name: string;
|
|
1763
|
+
}, {
|
|
1765
1764
|
path: string;
|
|
1765
|
+
name: string;
|
|
1766
1766
|
}>>>;
|
|
1767
1767
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
1768
1768
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1837,11 +1837,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
1837
1837
|
name: z.ZodString;
|
|
1838
1838
|
path: z.ZodString;
|
|
1839
1839
|
}, "strip", z.ZodTypeAny, {
|
|
1840
|
-
name: string;
|
|
1841
1840
|
path: string;
|
|
1842
|
-
}, {
|
|
1843
1841
|
name: string;
|
|
1842
|
+
}, {
|
|
1844
1843
|
path: string;
|
|
1844
|
+
name: string;
|
|
1845
1845
|
}>>;
|
|
1846
1846
|
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
1847
1847
|
layers: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"resourceType", [z.ZodObject<{
|
|
@@ -1871,20 +1871,20 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
1871
1871
|
name: z.ZodString;
|
|
1872
1872
|
path: z.ZodString;
|
|
1873
1873
|
}, "strip", z.ZodTypeAny, {
|
|
1874
|
-
name: string;
|
|
1875
1874
|
path: string;
|
|
1876
|
-
}, {
|
|
1877
1875
|
name: string;
|
|
1876
|
+
}, {
|
|
1878
1877
|
path: string;
|
|
1879
|
-
}>, {
|
|
1880
1878
|
name: string;
|
|
1879
|
+
}>, {
|
|
1881
1880
|
path: string;
|
|
1882
|
-
}, {
|
|
1883
1881
|
name: string;
|
|
1882
|
+
}, {
|
|
1884
1883
|
path: string;
|
|
1885
|
-
}>, {
|
|
1886
1884
|
name: string;
|
|
1885
|
+
}>, {
|
|
1887
1886
|
path: string;
|
|
1887
|
+
name: string;
|
|
1888
1888
|
}, unknown>;
|
|
1889
1889
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
1890
1890
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1916,11 +1916,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
1916
1916
|
x: import("./utility.js").FixedNumber;
|
|
1917
1917
|
y: import("./utility.js").FixedNumber;
|
|
1918
1918
|
properties: unknown[];
|
|
1919
|
-
isDnd: boolean;
|
|
1920
1919
|
objectId: {
|
|
1921
|
-
name: string;
|
|
1922
1920
|
path: string;
|
|
1921
|
+
name: string;
|
|
1923
1922
|
};
|
|
1923
|
+
isDnd: boolean;
|
|
1924
1924
|
inheritCode: boolean;
|
|
1925
1925
|
hasCreationCode: boolean;
|
|
1926
1926
|
colour: number;
|
|
@@ -1989,20 +1989,20 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
1989
1989
|
name: z.ZodString;
|
|
1990
1990
|
path: z.ZodString;
|
|
1991
1991
|
}, "strip", z.ZodTypeAny, {
|
|
1992
|
-
name: string;
|
|
1993
1992
|
path: string;
|
|
1994
|
-
}, {
|
|
1995
1993
|
name: string;
|
|
1994
|
+
}, {
|
|
1996
1995
|
path: string;
|
|
1997
|
-
}>, {
|
|
1998
1996
|
name: string;
|
|
1997
|
+
}>, {
|
|
1999
1998
|
path: string;
|
|
2000
|
-
}, {
|
|
2001
1999
|
name: string;
|
|
2000
|
+
}, {
|
|
2002
2001
|
path: string;
|
|
2003
|
-
}>, {
|
|
2004
2002
|
name: string;
|
|
2003
|
+
}>, {
|
|
2005
2004
|
path: string;
|
|
2005
|
+
name: string;
|
|
2006
2006
|
}, unknown>;
|
|
2007
2007
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
2008
2008
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2034,11 +2034,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2034
2034
|
x: import("./utility.js").FixedNumber;
|
|
2035
2035
|
y: import("./utility.js").FixedNumber;
|
|
2036
2036
|
properties: unknown[];
|
|
2037
|
-
isDnd: boolean;
|
|
2038
2037
|
objectId: {
|
|
2039
|
-
name: string;
|
|
2040
2038
|
path: string;
|
|
2039
|
+
name: string;
|
|
2041
2040
|
};
|
|
2041
|
+
isDnd: boolean;
|
|
2042
2042
|
inheritCode: boolean;
|
|
2043
2043
|
hasCreationCode: boolean;
|
|
2044
2044
|
colour: number;
|
|
@@ -2107,20 +2107,20 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2107
2107
|
name: z.ZodString;
|
|
2108
2108
|
path: z.ZodString;
|
|
2109
2109
|
}, "strip", z.ZodTypeAny, {
|
|
2110
|
-
name: string;
|
|
2111
2110
|
path: string;
|
|
2112
|
-
}, {
|
|
2113
2111
|
name: string;
|
|
2112
|
+
}, {
|
|
2114
2113
|
path: string;
|
|
2115
|
-
}>, {
|
|
2116
2114
|
name: string;
|
|
2115
|
+
}>, {
|
|
2117
2116
|
path: string;
|
|
2118
|
-
}, {
|
|
2119
2117
|
name: string;
|
|
2118
|
+
}, {
|
|
2120
2119
|
path: string;
|
|
2121
|
-
}>, {
|
|
2122
2120
|
name: string;
|
|
2121
|
+
}>, {
|
|
2123
2122
|
path: string;
|
|
2123
|
+
name: string;
|
|
2124
2124
|
}, unknown>;
|
|
2125
2125
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
2126
2126
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2152,11 +2152,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2152
2152
|
x: import("./utility.js").FixedNumber;
|
|
2153
2153
|
y: import("./utility.js").FixedNumber;
|
|
2154
2154
|
properties: unknown[];
|
|
2155
|
-
isDnd: boolean;
|
|
2156
2155
|
objectId: {
|
|
2157
|
-
name: string;
|
|
2158
2156
|
path: string;
|
|
2157
|
+
name: string;
|
|
2159
2158
|
};
|
|
2159
|
+
isDnd: boolean;
|
|
2160
2160
|
inheritCode: boolean;
|
|
2161
2161
|
hasCreationCode: boolean;
|
|
2162
2162
|
colour: number;
|
|
@@ -2243,14 +2243,17 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2243
2243
|
resourceType: "GMRBackgroundLayer";
|
|
2244
2244
|
resourceVersion: string;
|
|
2245
2245
|
spriteId: ({
|
|
2246
|
-
name: string;
|
|
2247
2246
|
path: string;
|
|
2247
|
+
name: string;
|
|
2248
2248
|
} & {
|
|
2249
2249
|
[k: string]: unknown;
|
|
2250
2250
|
}) | null;
|
|
2251
2251
|
visible: boolean;
|
|
2252
2252
|
x: number;
|
|
2253
2253
|
y: number;
|
|
2254
|
+
hspeed: import("./utility.js").FixedNumber;
|
|
2255
|
+
vspeed: import("./utility.js").FixedNumber;
|
|
2256
|
+
colour: number;
|
|
2254
2257
|
effectEnabled: boolean;
|
|
2255
2258
|
userdefinedDepth: boolean;
|
|
2256
2259
|
inheritLayerDepth: boolean;
|
|
@@ -2261,12 +2264,9 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2261
2264
|
gridY: number;
|
|
2262
2265
|
layers: unknown[];
|
|
2263
2266
|
hierarchyFrozen: boolean;
|
|
2264
|
-
colour: number;
|
|
2265
2267
|
depth: number;
|
|
2266
2268
|
htiled: boolean;
|
|
2267
2269
|
vtiled: boolean;
|
|
2268
|
-
hspeed: import("./utility.js").FixedNumber;
|
|
2269
|
-
vspeed: import("./utility.js").FixedNumber;
|
|
2270
2270
|
stretch: boolean;
|
|
2271
2271
|
animationFPS: import("./utility.js").FixedNumber;
|
|
2272
2272
|
animationSpeedType: number;
|
|
@@ -2522,11 +2522,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2522
2522
|
name: z.ZodString;
|
|
2523
2523
|
path: z.ZodString;
|
|
2524
2524
|
}, "strip", z.ZodTypeAny, {
|
|
2525
|
-
name: string;
|
|
2526
2525
|
path: string;
|
|
2527
|
-
}, {
|
|
2528
2526
|
name: string;
|
|
2527
|
+
}, {
|
|
2529
2528
|
path: string;
|
|
2529
|
+
name: string;
|
|
2530
2530
|
}>>>;
|
|
2531
2531
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2532
2532
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2549,11 +2549,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2549
2549
|
name: z.ZodString;
|
|
2550
2550
|
path: z.ZodString;
|
|
2551
2551
|
}, "strip", z.ZodTypeAny, {
|
|
2552
|
-
name: string;
|
|
2553
2552
|
path: string;
|
|
2554
|
-
}, {
|
|
2555
2553
|
name: string;
|
|
2554
|
+
}, {
|
|
2556
2555
|
path: string;
|
|
2556
|
+
name: string;
|
|
2557
2557
|
}>>>;
|
|
2558
2558
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2559
2559
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2576,11 +2576,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2576
2576
|
name: z.ZodString;
|
|
2577
2577
|
path: z.ZodString;
|
|
2578
2578
|
}, "strip", z.ZodTypeAny, {
|
|
2579
|
-
name: string;
|
|
2580
2579
|
path: string;
|
|
2581
|
-
}, {
|
|
2582
2580
|
name: string;
|
|
2581
|
+
}, {
|
|
2583
2582
|
path: string;
|
|
2583
|
+
name: string;
|
|
2584
2584
|
}>>>;
|
|
2585
2585
|
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2586
2586
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2654,11 +2654,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2654
2654
|
/** The room's path */
|
|
2655
2655
|
path: z.ZodString;
|
|
2656
2656
|
}, "strip", z.ZodTypeAny, {
|
|
2657
|
-
name: string;
|
|
2658
2657
|
path: string;
|
|
2659
|
-
}, {
|
|
2660
2658
|
name: string;
|
|
2659
|
+
}, {
|
|
2661
2660
|
path: string;
|
|
2661
|
+
name: string;
|
|
2662
2662
|
}>, "many">>;
|
|
2663
2663
|
roomSettings: z.ZodDefault<z.ZodObject<{
|
|
2664
2664
|
inheritRoomSettings: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2733,8 +2733,6 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2733
2733
|
objectId: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
2734
2734
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2735
2735
|
visible: boolean;
|
|
2736
|
-
hspeed: number;
|
|
2737
|
-
vspeed: number;
|
|
2738
2736
|
inherit: boolean;
|
|
2739
2737
|
xview: number;
|
|
2740
2738
|
yview: number;
|
|
@@ -2746,6 +2744,8 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2746
2744
|
hport: number;
|
|
2747
2745
|
hborder: number;
|
|
2748
2746
|
vborder: number;
|
|
2747
|
+
hspeed: number;
|
|
2748
|
+
vspeed: number;
|
|
2749
2749
|
objectId?: unknown;
|
|
2750
2750
|
}, {
|
|
2751
2751
|
inherit?: boolean | undefined;
|
|
@@ -2774,51 +2774,128 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2774
2774
|
name: string;
|
|
2775
2775
|
resourceType: "GMRoom";
|
|
2776
2776
|
parent: {
|
|
2777
|
-
name: string;
|
|
2778
2777
|
path: string;
|
|
2778
|
+
name: string;
|
|
2779
2779
|
};
|
|
2780
2780
|
resourceVersion: string;
|
|
2781
|
+
isDnd: boolean;
|
|
2782
|
+
inheritCode: boolean;
|
|
2781
2783
|
layers: (z.objectOutputType<{
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2789
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2790
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2784
|
+
resourceType: z.ZodLiteral<"GMRPathLayer">;
|
|
2785
|
+
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
2786
|
+
name: z.ZodString;
|
|
2787
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
2788
|
+
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
2789
|
+
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
2791
2790
|
gridX: z.ZodDefault<z.ZodNumber>;
|
|
2792
2791
|
gridY: z.ZodDefault<z.ZodNumber>;
|
|
2793
|
-
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2794
2792
|
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2793
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2794
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2795
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2796
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2797
|
+
layers: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2798
|
+
pathId: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2799
|
+
name: z.ZodString;
|
|
2800
|
+
path: z.ZodString;
|
|
2801
|
+
}, "strip", z.ZodTypeAny, {
|
|
2802
|
+
path: string;
|
|
2803
|
+
name: string;
|
|
2804
|
+
}, {
|
|
2805
|
+
path: string;
|
|
2806
|
+
name: string;
|
|
2807
|
+
}>>>;
|
|
2808
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2809
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2810
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
2811
|
+
resourceType: z.ZodLiteral<"GMRTileLayer">;
|
|
2812
|
+
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
2813
|
+
name: z.ZodDefault<z.ZodString>;
|
|
2814
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
2815
|
+
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
2816
|
+
effectType: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnknown>>>;
|
|
2817
|
+
gridX: z.ZodDefault<z.ZodNumber>;
|
|
2818
|
+
gridY: z.ZodDefault<z.ZodNumber>;
|
|
2819
|
+
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
2820
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2821
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2822
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2823
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2824
|
+
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2825
|
+
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2826
|
+
tiles: z.ZodObject<{
|
|
2827
|
+
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
2828
|
+
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
2829
|
+
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
2830
|
+
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
2831
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2832
|
+
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
2833
|
+
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
2834
|
+
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
2835
|
+
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
2836
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2837
|
+
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
2838
|
+
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
2839
|
+
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
2840
|
+
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
2841
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
2842
|
+
tilesetId: z.ZodNullable<z.ZodObject<{
|
|
2843
|
+
name: z.ZodString;
|
|
2844
|
+
path: z.ZodString;
|
|
2845
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2846
|
+
name: z.ZodString;
|
|
2847
|
+
path: z.ZodString;
|
|
2848
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2849
|
+
name: z.ZodString;
|
|
2850
|
+
path: z.ZodString;
|
|
2851
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
2852
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2853
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2854
|
+
x: z.ZodDefault<z.ZodNumber>;
|
|
2855
|
+
y: z.ZodDefault<z.ZodNumber>;
|
|
2856
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
2857
|
+
resourceType: z.ZodLiteral<"GMREffectLayer">;
|
|
2858
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
2859
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2860
|
+
properties: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
2861
|
+
effectEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2862
|
+
effectType: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
2863
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2864
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2865
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2866
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2867
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2868
|
+
gridX: z.ZodDefault<z.ZodNumber>;
|
|
2869
|
+
gridY: z.ZodDefault<z.ZodNumber>;
|
|
2870
|
+
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2871
|
+
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
2872
|
+
instances: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2873
|
+
/**
|
|
2874
|
+
* *Unique* instance name. Can be any string. Needed to allow multiple
|
|
2875
|
+
* instances of the same object to be added to a room via the editor.
|
|
2876
|
+
*/
|
|
2877
|
+
name: z.ZodDefault<z.ZodString>;
|
|
2878
|
+
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2879
|
+
isDnd: z.ZodDefault<z.ZodBoolean>;
|
|
2880
|
+
/** The type of the object being instanced */
|
|
2881
|
+
objectId: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
2882
|
+
name: z.ZodString;
|
|
2883
|
+
path: z.ZodString;
|
|
2884
|
+
}, "strip", z.ZodTypeAny, {
|
|
2885
|
+
path: string;
|
|
2811
2886
|
name: string;
|
|
2887
|
+
}, {
|
|
2812
2888
|
path: string;
|
|
2813
|
-
}>, {
|
|
2814
2889
|
name: string;
|
|
2890
|
+
}>, {
|
|
2815
2891
|
path: string;
|
|
2816
|
-
}, {
|
|
2817
2892
|
name: string;
|
|
2893
|
+
}, {
|
|
2818
2894
|
path: string;
|
|
2819
|
-
}>, {
|
|
2820
2895
|
name: string;
|
|
2896
|
+
}>, {
|
|
2821
2897
|
path: string;
|
|
2898
|
+
name: string;
|
|
2822
2899
|
}, unknown>;
|
|
2823
2900
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
2824
2901
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2850,11 +2927,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2850
2927
|
x: import("./utility.js").FixedNumber;
|
|
2851
2928
|
y: import("./utility.js").FixedNumber;
|
|
2852
2929
|
properties: unknown[];
|
|
2853
|
-
isDnd: boolean;
|
|
2854
2930
|
objectId: {
|
|
2855
|
-
name: string;
|
|
2856
2931
|
path: string;
|
|
2932
|
+
name: string;
|
|
2857
2933
|
};
|
|
2934
|
+
isDnd: boolean;
|
|
2858
2935
|
inheritCode: boolean;
|
|
2859
2936
|
hasCreationCode: boolean;
|
|
2860
2937
|
colour: number;
|
|
@@ -2896,19 +2973,41 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2896
2973
|
name: z.ZodDefault<z.ZodString>;
|
|
2897
2974
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2898
2975
|
resourceType: z.ZodLiteral<"GMRInstanceLayer">;
|
|
2976
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
2977
|
+
resourceType: z.ZodLiteral<"GMRAssetLayer">;
|
|
2978
|
+
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
2979
|
+
name: z.ZodString;
|
|
2980
|
+
assets: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2981
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
2982
|
+
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
2983
|
+
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
2984
|
+
gridX: z.ZodDefault<z.ZodNumber>;
|
|
2985
|
+
gridY: z.ZodDefault<z.ZodNumber>;
|
|
2986
|
+
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
2987
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2988
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2989
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2990
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2991
|
+
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2992
|
+
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2993
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2994
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2899
2995
|
}, z.ZodTypeAny, "passthrough"> | {
|
|
2900
2996
|
name: string;
|
|
2901
2997
|
resourceType: "GMRBackgroundLayer";
|
|
2902
2998
|
resourceVersion: string;
|
|
2903
2999
|
spriteId: ({
|
|
2904
|
-
name: string;
|
|
2905
3000
|
path: string;
|
|
3001
|
+
name: string;
|
|
2906
3002
|
} & {
|
|
2907
3003
|
[k: string]: unknown;
|
|
2908
3004
|
}) | null;
|
|
2909
3005
|
visible: boolean;
|
|
2910
3006
|
x: number;
|
|
2911
3007
|
y: number;
|
|
3008
|
+
hspeed: import("./utility.js").FixedNumber;
|
|
3009
|
+
vspeed: import("./utility.js").FixedNumber;
|
|
3010
|
+
colour: number;
|
|
2912
3011
|
effectEnabled: boolean;
|
|
2913
3012
|
userdefinedDepth: boolean;
|
|
2914
3013
|
inheritLayerDepth: boolean;
|
|
@@ -2919,12 +3018,9 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2919
3018
|
gridY: number;
|
|
2920
3019
|
layers: unknown[];
|
|
2921
3020
|
hierarchyFrozen: boolean;
|
|
2922
|
-
colour: number;
|
|
2923
3021
|
depth: number;
|
|
2924
3022
|
htiled: boolean;
|
|
2925
3023
|
vtiled: boolean;
|
|
2926
|
-
hspeed: import("./utility.js").FixedNumber;
|
|
2927
|
-
vspeed: import("./utility.js").FixedNumber;
|
|
2928
3024
|
stretch: boolean;
|
|
2929
3025
|
animationFPS: import("./utility.js").FixedNumber;
|
|
2930
3026
|
animationSpeedType: number;
|
|
@@ -2932,99 +3028,7 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
2932
3028
|
effectType?: unknown;
|
|
2933
3029
|
properties?: unknown[] | undefined;
|
|
2934
3030
|
tags?: string[] | undefined;
|
|
2935
|
-
} |
|
|
2936
|
-
resourceType: z.ZodLiteral<"GMRTileLayer">;
|
|
2937
|
-
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
2938
|
-
name: z.ZodDefault<z.ZodString>;
|
|
2939
|
-
depth: z.ZodDefault<z.ZodNumber>;
|
|
2940
|
-
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
2941
|
-
effectType: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnknown>>>;
|
|
2942
|
-
gridX: z.ZodDefault<z.ZodNumber>;
|
|
2943
|
-
gridY: z.ZodDefault<z.ZodNumber>;
|
|
2944
|
-
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
2945
|
-
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2946
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2947
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2948
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2949
|
-
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2950
|
-
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2951
|
-
tiles: z.ZodObject<{
|
|
2952
|
-
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
2953
|
-
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
2954
|
-
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
2955
|
-
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
2956
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2957
|
-
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
2958
|
-
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
2959
|
-
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
2960
|
-
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
2961
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2962
|
-
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
2963
|
-
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
2964
|
-
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
2965
|
-
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
2966
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
2967
|
-
tilesetId: z.ZodNullable<z.ZodObject<{
|
|
2968
|
-
name: z.ZodString;
|
|
2969
|
-
path: z.ZodString;
|
|
2970
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2971
|
-
name: z.ZodString;
|
|
2972
|
-
path: z.ZodString;
|
|
2973
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2974
|
-
name: z.ZodString;
|
|
2975
|
-
path: z.ZodString;
|
|
2976
|
-
}, z.ZodTypeAny, "passthrough">>>;
|
|
2977
|
-
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2978
|
-
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2979
|
-
x: z.ZodDefault<z.ZodNumber>;
|
|
2980
|
-
y: z.ZodDefault<z.ZodNumber>;
|
|
2981
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
2982
|
-
resourceType: z.ZodLiteral<"GMRAssetLayer">;
|
|
2983
|
-
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
2984
|
-
name: z.ZodString;
|
|
2985
|
-
assets: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2986
|
-
depth: z.ZodDefault<z.ZodNumber>;
|
|
2987
|
-
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
2988
|
-
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
2989
|
-
gridX: z.ZodDefault<z.ZodNumber>;
|
|
2990
|
-
gridY: z.ZodDefault<z.ZodNumber>;
|
|
2991
|
-
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
2992
|
-
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2993
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
2994
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
2995
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
2996
|
-
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2997
|
-
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2998
|
-
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
2999
|
-
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3000
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
3001
|
-
resourceType: z.ZodLiteral<"GMRPathLayer">;
|
|
3002
|
-
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3003
|
-
name: z.ZodString;
|
|
3004
|
-
depth: z.ZodDefault<z.ZodNumber>;
|
|
3005
|
-
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3006
|
-
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
3007
|
-
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3008
|
-
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3009
|
-
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3010
|
-
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3011
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3012
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3013
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3014
|
-
layers: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3015
|
-
pathId: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
3016
|
-
name: z.ZodString;
|
|
3017
|
-
path: z.ZodString;
|
|
3018
|
-
}, "strip", z.ZodTypeAny, {
|
|
3019
|
-
name: string;
|
|
3020
|
-
path: string;
|
|
3021
|
-
}, {
|
|
3022
|
-
name: string;
|
|
3023
|
-
path: string;
|
|
3024
|
-
}>>>;
|
|
3025
|
-
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3026
|
-
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3027
|
-
}, z.ZodTypeAny, "passthrough"> | {
|
|
3031
|
+
} | {
|
|
3028
3032
|
name: string;
|
|
3029
3033
|
resourceType: "GMRLayer";
|
|
3030
3034
|
resourceVersion: string;
|
|
@@ -3042,14 +3046,10 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3042
3046
|
hierarchyFrozen: boolean;
|
|
3043
3047
|
depth: number;
|
|
3044
3048
|
effectType?: unknown;
|
|
3045
|
-
}
|
|
3046
|
-
resourceType: z.ZodLiteral<"GMREffectLayer">;
|
|
3047
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
3048
|
-
isDnd: boolean;
|
|
3049
|
-
inheritCode: boolean;
|
|
3049
|
+
})[];
|
|
3050
3050
|
instanceCreationOrder: {
|
|
3051
|
-
name: string;
|
|
3052
3051
|
path: string;
|
|
3052
|
+
name: string;
|
|
3053
3053
|
}[];
|
|
3054
3054
|
roomSettings: {
|
|
3055
3055
|
persistent: boolean;
|
|
@@ -3073,8 +3073,6 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3073
3073
|
volume: import("./utility.js").FixedNumber;
|
|
3074
3074
|
views: {
|
|
3075
3075
|
visible: boolean;
|
|
3076
|
-
hspeed: number;
|
|
3077
|
-
vspeed: number;
|
|
3078
3076
|
inherit: boolean;
|
|
3079
3077
|
xview: number;
|
|
3080
3078
|
yview: number;
|
|
@@ -3086,6 +3084,8 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3086
3084
|
hport: number;
|
|
3087
3085
|
hborder: number;
|
|
3088
3086
|
vborder: number;
|
|
3087
|
+
hspeed: number;
|
|
3088
|
+
vspeed: number;
|
|
3089
3089
|
objectId?: unknown;
|
|
3090
3090
|
}[];
|
|
3091
3091
|
inheritLayers: boolean;
|
|
@@ -3102,11 +3102,86 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3102
3102
|
ConfigValues?: Record<string, Record<string, string>> | undefined;
|
|
3103
3103
|
tags?: string[] | undefined;
|
|
3104
3104
|
parent?: {
|
|
3105
|
-
name: string;
|
|
3106
3105
|
path: string;
|
|
3106
|
+
name: string;
|
|
3107
3107
|
} | undefined;
|
|
3108
3108
|
resourceVersion?: string | undefined;
|
|
3109
3109
|
layers?: (z.objectInputType<{
|
|
3110
|
+
resourceType: z.ZodLiteral<"GMRPathLayer">;
|
|
3111
|
+
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3112
|
+
name: z.ZodString;
|
|
3113
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
3114
|
+
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3115
|
+
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
3116
|
+
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3117
|
+
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3118
|
+
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3119
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3120
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3121
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3122
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3123
|
+
layers: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3124
|
+
pathId: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
3125
|
+
name: z.ZodString;
|
|
3126
|
+
path: z.ZodString;
|
|
3127
|
+
}, "strip", z.ZodTypeAny, {
|
|
3128
|
+
path: string;
|
|
3129
|
+
name: string;
|
|
3130
|
+
}, {
|
|
3131
|
+
path: string;
|
|
3132
|
+
name: string;
|
|
3133
|
+
}>>>;
|
|
3134
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3135
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3136
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3137
|
+
resourceType: z.ZodLiteral<"GMRTileLayer">;
|
|
3138
|
+
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3139
|
+
name: z.ZodDefault<z.ZodString>;
|
|
3140
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
3141
|
+
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3142
|
+
effectType: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnknown>>>;
|
|
3143
|
+
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3144
|
+
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3145
|
+
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3146
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3147
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3148
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3149
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3150
|
+
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3151
|
+
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3152
|
+
tiles: z.ZodObject<{
|
|
3153
|
+
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
3154
|
+
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
3155
|
+
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
3156
|
+
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
3157
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3158
|
+
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
3159
|
+
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
3160
|
+
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
3161
|
+
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
3162
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3163
|
+
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
3164
|
+
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
3165
|
+
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
3166
|
+
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
3167
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
3168
|
+
tilesetId: z.ZodNullable<z.ZodObject<{
|
|
3169
|
+
name: z.ZodString;
|
|
3170
|
+
path: z.ZodString;
|
|
3171
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3172
|
+
name: z.ZodString;
|
|
3173
|
+
path: z.ZodString;
|
|
3174
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3175
|
+
name: z.ZodString;
|
|
3176
|
+
path: z.ZodString;
|
|
3177
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
3178
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3179
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3180
|
+
x: z.ZodDefault<z.ZodNumber>;
|
|
3181
|
+
y: z.ZodDefault<z.ZodNumber>;
|
|
3182
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3183
|
+
resourceType: z.ZodLiteral<"GMREffectLayer">;
|
|
3184
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3110
3185
|
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3111
3186
|
properties: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3112
3187
|
effectEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -3133,20 +3208,20 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3133
3208
|
name: z.ZodString;
|
|
3134
3209
|
path: z.ZodString;
|
|
3135
3210
|
}, "strip", z.ZodTypeAny, {
|
|
3136
|
-
name: string;
|
|
3137
3211
|
path: string;
|
|
3138
|
-
}, {
|
|
3139
3212
|
name: string;
|
|
3213
|
+
}, {
|
|
3140
3214
|
path: string;
|
|
3141
|
-
}>, {
|
|
3142
3215
|
name: string;
|
|
3216
|
+
}>, {
|
|
3143
3217
|
path: string;
|
|
3144
|
-
}, {
|
|
3145
3218
|
name: string;
|
|
3219
|
+
}, {
|
|
3146
3220
|
path: string;
|
|
3147
|
-
}>, {
|
|
3148
3221
|
name: string;
|
|
3222
|
+
}>, {
|
|
3149
3223
|
path: string;
|
|
3224
|
+
name: string;
|
|
3150
3225
|
}, unknown>;
|
|
3151
3226
|
inheritCode: z.ZodDefault<z.ZodBoolean>;
|
|
3152
3227
|
hasCreationCode: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -3178,11 +3253,11 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3178
3253
|
x: import("./utility.js").FixedNumber;
|
|
3179
3254
|
y: import("./utility.js").FixedNumber;
|
|
3180
3255
|
properties: unknown[];
|
|
3181
|
-
isDnd: boolean;
|
|
3182
3256
|
objectId: {
|
|
3183
|
-
name: string;
|
|
3184
3257
|
path: string;
|
|
3258
|
+
name: string;
|
|
3185
3259
|
};
|
|
3260
|
+
isDnd: boolean;
|
|
3186
3261
|
inheritCode: boolean;
|
|
3187
3262
|
hasCreationCode: boolean;
|
|
3188
3263
|
colour: number;
|
|
@@ -3224,6 +3299,25 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3224
3299
|
name: z.ZodDefault<z.ZodString>;
|
|
3225
3300
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3226
3301
|
resourceType: z.ZodLiteral<"GMRInstanceLayer">;
|
|
3302
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3303
|
+
resourceType: z.ZodLiteral<"GMRAssetLayer">;
|
|
3304
|
+
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3305
|
+
name: z.ZodString;
|
|
3306
|
+
assets: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3307
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
3308
|
+
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3309
|
+
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
3310
|
+
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3311
|
+
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3312
|
+
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3313
|
+
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3314
|
+
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3315
|
+
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3316
|
+
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3317
|
+
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3318
|
+
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3319
|
+
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3320
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3227
3321
|
}, z.ZodTypeAny, "passthrough"> | {
|
|
3228
3322
|
resourceType: "GMRBackgroundLayer";
|
|
3229
3323
|
visible?: boolean | undefined;
|
|
@@ -3258,99 +3352,7 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3258
3352
|
resourceVersion?: string | undefined;
|
|
3259
3353
|
name?: string | undefined;
|
|
3260
3354
|
tags?: string[] | undefined;
|
|
3261
|
-
} |
|
|
3262
|
-
resourceType: z.ZodLiteral<"GMRTileLayer">;
|
|
3263
|
-
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3264
|
-
name: z.ZodDefault<z.ZodString>;
|
|
3265
|
-
depth: z.ZodDefault<z.ZodNumber>;
|
|
3266
|
-
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3267
|
-
effectType: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodUnknown>>>;
|
|
3268
|
-
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3269
|
-
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3270
|
-
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3271
|
-
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3272
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3273
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3274
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3275
|
-
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3276
|
-
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3277
|
-
tiles: z.ZodObject<{
|
|
3278
|
-
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
3279
|
-
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
3280
|
-
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
3281
|
-
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
3282
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3283
|
-
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
3284
|
-
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
3285
|
-
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
3286
|
-
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
3287
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3288
|
-
SerialiseHeight: z.ZodDefault<z.ZodNumber>;
|
|
3289
|
-
SerialiseWidth: z.ZodDefault<z.ZodNumber>;
|
|
3290
|
-
TileCompressedData: z.ZodOptional<z.ZodUnknown>;
|
|
3291
|
-
TileDataFormat: z.ZodDefault<z.ZodNumber>;
|
|
3292
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
3293
|
-
tilesetId: z.ZodNullable<z.ZodObject<{
|
|
3294
|
-
name: z.ZodString;
|
|
3295
|
-
path: z.ZodString;
|
|
3296
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3297
|
-
name: z.ZodString;
|
|
3298
|
-
path: z.ZodString;
|
|
3299
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3300
|
-
name: z.ZodString;
|
|
3301
|
-
path: z.ZodString;
|
|
3302
|
-
}, z.ZodTypeAny, "passthrough">>>;
|
|
3303
|
-
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3304
|
-
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3305
|
-
x: z.ZodDefault<z.ZodNumber>;
|
|
3306
|
-
y: z.ZodDefault<z.ZodNumber>;
|
|
3307
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3308
|
-
resourceType: z.ZodLiteral<"GMRAssetLayer">;
|
|
3309
|
-
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3310
|
-
name: z.ZodString;
|
|
3311
|
-
assets: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3312
|
-
depth: z.ZodDefault<z.ZodNumber>;
|
|
3313
|
-
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3314
|
-
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
3315
|
-
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3316
|
-
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3317
|
-
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3318
|
-
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3319
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3320
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3321
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3322
|
-
layers: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3323
|
-
properties: z.ZodDefault<z.ZodArray<z.ZodUnknown, "many">>;
|
|
3324
|
-
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3325
|
-
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3326
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3327
|
-
resourceType: z.ZodLiteral<"GMRPathLayer">;
|
|
3328
|
-
resourceVersion: z.ZodDefault<z.ZodString>;
|
|
3329
|
-
name: z.ZodString;
|
|
3330
|
-
depth: z.ZodDefault<z.ZodNumber>;
|
|
3331
|
-
effectEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
3332
|
-
effectType: z.ZodDefault<z.ZodNullable<z.ZodUnknown>>;
|
|
3333
|
-
gridX: z.ZodDefault<z.ZodNumber>;
|
|
3334
|
-
gridY: z.ZodDefault<z.ZodNumber>;
|
|
3335
|
-
hierarchyFrozen: z.ZodDefault<z.ZodBoolean>;
|
|
3336
|
-
inheritLayerDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3337
|
-
inheritLayerSettings: z.ZodDefault<z.ZodBoolean>;
|
|
3338
|
-
inheritSubLayers: z.ZodDefault<z.ZodBoolean>;
|
|
3339
|
-
inheritVisibility: z.ZodDefault<z.ZodBoolean>;
|
|
3340
|
-
layers: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3341
|
-
pathId: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
3342
|
-
name: z.ZodString;
|
|
3343
|
-
path: z.ZodString;
|
|
3344
|
-
}, "strip", z.ZodTypeAny, {
|
|
3345
|
-
name: string;
|
|
3346
|
-
path: string;
|
|
3347
|
-
}, {
|
|
3348
|
-
name: string;
|
|
3349
|
-
path: string;
|
|
3350
|
-
}>>>;
|
|
3351
|
-
userdefinedDepth: z.ZodDefault<z.ZodBoolean>;
|
|
3352
|
-
visible: z.ZodDefault<z.ZodBoolean>;
|
|
3353
|
-
}, z.ZodTypeAny, "passthrough"> | {
|
|
3355
|
+
} | {
|
|
3354
3356
|
resourceType: "GMRLayer";
|
|
3355
3357
|
resourceVersion?: string | undefined;
|
|
3356
3358
|
name?: string | undefined;
|
|
@@ -3368,12 +3370,10 @@ export declare const yyRoomSchema: z.ZodObject<{
|
|
|
3368
3370
|
properties?: unknown[] | undefined;
|
|
3369
3371
|
userdefinedDepth?: boolean | undefined;
|
|
3370
3372
|
visible?: boolean | undefined;
|
|
3371
|
-
} |
|
|
3372
|
-
resourceType: z.ZodLiteral<"GMREffectLayer">;
|
|
3373
|
-
}, z.ZodTypeAny, "passthrough">)[] | undefined;
|
|
3373
|
+
})[] | undefined;
|
|
3374
3374
|
instanceCreationOrder?: {
|
|
3375
|
-
name: string;
|
|
3376
3375
|
path: string;
|
|
3376
|
+
name: string;
|
|
3377
3377
|
}[] | undefined;
|
|
3378
3378
|
roomSettings?: {
|
|
3379
3379
|
inheritRoomSettings?: boolean | undefined;
|