-
Notifications
You must be signed in to change notification settings - Fork 0
/
Undertale Engine modded by Zhazha.yyp
833 lines (833 loc) · 84.5 KB
/
Undertale Engine modded by Zhazha.yyp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
{
"resourceType": "GMProject",
"resourceVersion": "1.7",
"name": "Undertale Engine modded by Zhazha",
"AudioGroups": [
{"resourceType":"GMAudioGroup","resourceVersion":"1.3","name":"audiogroup_default","targets":-1,},
],
"configs": {
"children": [],
"name": "Default",
},
"defaultScriptType": 1,
"Folders": [
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Animation Curves","folderPath":"folders/Animation Curves.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Configurations","folderPath":"folders/Configurations.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Extensions","folderPath":"folders/Extensions.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Fonts","folderPath":"folders/Fonts.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Notes","folderPath":"folders/Notes.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Objects","folderPath":"folders/Objects.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Battle","folderPath":"folders/Objects/Battle.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Board","folderPath":"folders/Objects/Battle/Board.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Bullet","folderPath":"folders/Objects/Battle/Bullet.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Button","folderPath":"folders/Objects/Battle/Button.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Enemy","folderPath":"folders/Objects/Battle/Enemy.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Menu","folderPath":"folders/Objects/Battle/Menu.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Fight","folderPath":"folders/Objects/Battle/Menu/Fight.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Soul","folderPath":"folders/Objects/Battle/Soul.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Turn","folderPath":"folders/Objects/Battle/Turn.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Character","folderPath":"folders/Objects/Character.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Demo","folderPath":"folders/Objects/Demo.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Face","folderPath":"folders/Objects/Face.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Hint","folderPath":"folders/Objects/Hint.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Item","folderPath":"folders/Objects/Item.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Phone","folderPath":"folders/Objects/Phone.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Text","folderPath":"folders/Objects/Text.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Trigger","folderPath":"folders/Objects/Trigger.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"UI","folderPath":"folders/Objects/UI.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Options","folderPath":"folders/Options.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Paths","folderPath":"folders/Paths.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Rooms","folderPath":"folders/Rooms.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Scribble","folderPath":"folders/Scribble.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"(System - don't call these functions)","folderPath":"folders/Scribble/(System - don't call these functions).yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Classes","folderPath":"folders/Scribble/(System - don't call these functions)/Classes.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Deprecated","folderPath":"folders/Scribble/(System - don't call these functions)/Deprecated.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Generator","folderPath":"folders/Scribble/(System - don't call these functions)/Generator.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Shaders","folderPath":"folders/Scribble/(System - don't call these functions)/Shaders.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Animation","folderPath":"folders/Scribble/Animation.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Configuration - Please edit these!","folderPath":"folders/Scribble/Configuration - Please edit these!.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Fonts","folderPath":"folders/Scribble/Fonts.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Miscellaneous","folderPath":"folders/Scribble/Miscellaneous.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Quick Functions","folderPath":"folders/Scribble/Quick Functions.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Superfonts","folderPath":"folders/Scribble/Superfonts.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Scripts","folderPath":"folders/Scripts.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Battle","folderPath":"folders/Scripts/Battle.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Board","folderPath":"folders/Scripts/Battle/Board.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Bullet","folderPath":"folders/Scripts/Battle/Bullet.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Dialog","folderPath":"folders/Scripts/Battle/Dialog.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Enemy","folderPath":"folders/Scripts/Battle/Enemy.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Action","folderPath":"folders/Scripts/Battle/Enemy/Action.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Center Pos","folderPath":"folders/Scripts/Battle/Enemy/Center Pos.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"DEF","folderPath":"folders/Scripts/Battle/Enemy/DEF.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Name","folderPath":"folders/Scripts/Battle/Enemy/Name.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Spareable","folderPath":"folders/Scripts/Battle/Enemy/Spareable.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Menu","folderPath":"folders/Scripts/Battle/Menu.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Choice","folderPath":"folders/Scripts/Battle/Menu/Choice.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Dialog","folderPath":"folders/Scripts/Battle/Menu/Dialog.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Fight","folderPath":"folders/Scripts/Battle/Menu/Fight.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Flee","folderPath":"folders/Scripts/Battle/Menu/Flee.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Player","folderPath":"folders/Scripts/Battle/Player.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Reward","folderPath":"folders/Scripts/Battle/Reward.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Soul","folderPath":"folders/Scripts/Battle/Soul.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"State","folderPath":"folders/Scripts/Battle/State.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Next","folderPath":"folders/Scripts/Battle/State/Next.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Turn","folderPath":"folders/Scripts/Battle/Turn.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"BGM","folderPath":"folders/Scripts/BGM.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Border","folderPath":"folders/Scripts/Border.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Box","folderPath":"folders/Scripts/Box.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"CC","folderPath":"folders/Scripts/CC.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Demo","folderPath":"folders/Scripts/Demo.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Dialog","folderPath":"folders/Scripts/Dialog.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Encounter","folderPath":"folders/Scripts/Encounter.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Flag","folderPath":"folders/Scripts/Flag.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Game","folderPath":"folders/Scripts/Game.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"GMU","folderPath":"folders/Scripts/GMU.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Anim","folderPath":"folders/Scripts/GMU/Anim.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Console","folderPath":"folders/Scripts/GMU/Console.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Input","folderPath":"folders/Scripts/GMU/Input.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Lang","folderPath":"folders/Scripts/GMU/Lang.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"ini","folderPath":"folders/Scripts/ini.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Item","folderPath":"folders/Scripts/Item.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Macro","folderPath":"folders/Scripts/Macro.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Phone","folderPath":"folders/Scripts/Phone.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Player","folderPath":"folders/Scripts/Player.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"LV Up","folderPath":"folders/Scripts/Player/LV Up.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Stat","folderPath":"folders/Scripts/Player/Stat.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Sequences","folderPath":"folders/Sequences.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Shaders","folderPath":"folders/Shaders.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Sounds","folderPath":"folders/Sounds.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"BGM","folderPath":"folders/Sounds/BGM.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"SFX","folderPath":"folders/Sounds/SFX.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Sprites","folderPath":"folders/Sprites.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Battle","folderPath":"folders/Sprites/Battle.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Dialog Enemy","folderPath":"folders/Sprites/Battle/Dialog Enemy.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Menu","folderPath":"folders/Sprites/Battle/Menu.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Fight","folderPath":"folders/Sprites/Battle/Menu/Fight.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Item","folderPath":"folders/Sprites/Battle/Menu/Item.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Soul","folderPath":"folders/Sprites/Battle/Soul.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"UI","folderPath":"folders/Sprites/Battle/UI.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"BG","folderPath":"folders/Sprites/BG.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Border","folderPath":"folders/Sprites/Border.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"CC","folderPath":"folders/Sprites/CC.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Character","folderPath":"folders/Sprites/Character.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Frisk","folderPath":"folders/Sprites/Character/Frisk.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Dev","folderPath":"folders/Sprites/Dev.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Gamepad","folderPath":"folders/Sprites/Gamepad.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"PS4","folderPath":"folders/Sprites/Gamepad/PS4.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Large","folderPath":"folders/Sprites/Gamepad/PS4/Large.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Small","folderPath":"folders/Sprites/Gamepad/PS4/Small.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Sans","folderPath":"folders/Sprites/Sans.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Tile Sets","folderPath":"folders/Tile Sets.yy",},
{"resourceType":"GMFolder","resourceVersion":"1.0","name":"Timelines","folderPath":"folders/Timelines.yy",},
],
"IncludedFiles": [
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"gmu_console.dll","CopyToMask":-1,"filePath":"datafiles/bin",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"font.txt","CopyToMask":-1,"filePath":"datafiles/locale/english",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_mono.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_mono.ttf","CopyToMask":-1,"filePath":"datafiles/locale/english/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_sans.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_sans.ttf","CopyToMask":-1,"filePath":"datafiles/locale/english/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"dotumche.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"dotumche.ttf","CopyToMask":-1,"filePath":"datafiles/locale/english/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"sprite.txt","CopyToMask":-1,"filePath":"datafiles/locale/english",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_act.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_act.png","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_fight.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_fight.png","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item_empty.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item_empty.png","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item.png","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_mercy.ini","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_mercy.png","CopyToMask":-1,"filePath":"datafiles/locale/english/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"string.txt","CopyToMask":-1,"filePath":"datafiles/locale/english",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle.txt","CopyToMask":-1,"filePath":"datafiles/locale/english/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"font.txt","CopyToMask":-1,"filePath":"datafiles/locale/english/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"item.txt","CopyToMask":-1,"filePath":"datafiles/locale/english/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"menu.txt","CopyToMask":-1,"filePath":"datafiles/locale/english/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"ui.txt","CopyToMask":-1,"filePath":"datafiles/locale/english/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"list.txt","CopyToMask":-1,"filePath":"datafiles/locale",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"font.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_mono.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_mono.ttf","CopyToMask":-1,"filePath":"datafiles/locale/schinese/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_sans.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"determination_sans.ttf","CopyToMask":-1,"filePath":"datafiles/locale/schinese/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"dotumche.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"dotumche.ttf","CopyToMask":-1,"filePath":"datafiles/locale/schinese/font",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"sprite.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_act.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_act.png","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_fight.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_fight.png","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item_empty.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item_empty.png","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_item.png","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_mercy.ini","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle_button_mercy.png","CopyToMask":-1,"filePath":"datafiles/locale/schinese/sprite",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"string.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"battle.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"font.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"item.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"menu.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese/string",},
{"resourceType":"GMIncludedFile","resourceVersion":"1.0","name":"ui.txt","CopyToMask":-1,"filePath":"datafiles/locale/schinese/string",},
],
"isEcma": false,
"LibraryEmitters": [],
"MetaData": {
"IDEVersion": "2023.6.0.92",
},
"resources": [
{"id":{"name":"scribble_super_glyph_copy","path":"scripts/scribble_super_glyph_copy/scribble_super_glyph_copy.yy",},},
{"id":{"name":"spr_default","path":"sprites/spr_default/spr_default.yy",},},
{"id":{"name":"spr_pixel","path":"sprites/spr_pixel/spr_pixel.yy",},},
{"id":{"name":"spr_exclamation","path":"sprites/spr_exclamation/spr_exclamation.yy",},},
{"id":{"name":"spr_logo","path":"sprites/spr_logo/spr_logo.yy",},},
{"id":{"name":"spr_hint_bgm","path":"sprites/spr_hint_bgm/spr_hint_bgm.yy",},},
{"id":{"name":"spr_hint_landmark","path":"sprites/spr_hint_landmark/spr_hint_landmark.yy",},},
{"id":{"name":"spr_hint_border","path":"sprites/spr_hint_border/spr_hint_border.yy",},},
{"id":{"name":"battle_board_extra_rect","path":"objects/battle_board_extra_rect/battle_board_extra_rect.yy",},},
{"id":{"name":"__scribble_class_page","path":"scripts/__scribble_class_page/__scribble_class_page.yy",},},
{"id":{"name":"spr_hint_half_size","path":"sprites/spr_hint_half_size/spr_hint_half_size.yy",},},
{"id":{"name":"spr_block","path":"sprites/spr_block/spr_block.yy",},},
{"id":{"name":"spr_char_spike","path":"sprites/spr_char_spike/spr_char_spike.yy",},},
{"id":{"name":"battle_soul_blue","path":"objects/battle_soul_blue/battle_soul_blue.yy",},},
{"id":{"name":"spr_block_corner","path":"sprites/spr_block_corner/spr_block_corner.yy",},},
{"id":{"name":"spr_trigger","path":"sprites/spr_trigger/spr_trigger.yy",},},
{"id":{"name":"spr_battle_soul","path":"sprites/spr_battle_soul/spr_battle_soul.yy",},},
{"id":{"name":"spr_battle_soul_red","path":"sprites/spr_battle_soul_red/spr_battle_soul_red.yy",},},
{"id":{"name":"scribble_font_set_style_family","path":"scripts/scribble_font_set_style_family/scribble_font_set_style_family.yy",},},
{"id":{"name":"spr_battle_soul_break","path":"sprites/spr_battle_soul_break/spr_battle_soul_break.yy",},},
{"id":{"name":"spr_battle_soul_slice","path":"sprites/spr_battle_soul_slice/spr_battle_soul_slice.yy",},},
{"id":{"name":"scribble_glyph_get","path":"scripts/scribble_glyph_get/scribble_glyph_get.yy",},},
{"id":{"name":"spr_battle_dialog_enemy_corner","path":"sprites/spr_battle_dialog_enemy_corner/spr_battle_dialog_enemy_corner.yy",},},
{"id":{"name":"spr_battle_dialog_enemy_spike","path":"sprites/spr_battle_dialog_enemy_spike/spr_battle_dialog_enemy_spike.yy",},},
{"id":{"name":"battle_bullet_test","path":"objects/battle_bullet_test/battle_bullet_test.yy",},},
{"id":{"name":"string_height_scribble_ext","path":"scripts/string_height_scribble_ext/string_height_scribble_ext.yy",},},
{"id":{"name":"spr_battle_dialog_enemy_spike_wide","path":"sprites/spr_battle_dialog_enemy_spike_wide/spr_battle_dialog_enemy_spike_wide.yy",},},
{"id":{"name":"spr_battle_menu_fight_bg","path":"sprites/spr_battle_menu_fight_bg/spr_battle_menu_fight_bg.yy",},},
{"id":{"name":"spr_battle_menu_fight_aim","path":"sprites/spr_battle_menu_fight_aim/spr_battle_menu_fight_aim.yy",},},
{"id":{"name":"spr_battle_menu_fight_anim_knife","path":"sprites/spr_battle_menu_fight_anim_knife/spr_battle_menu_fight_anim_knife.yy",},},
{"id":{"name":"spr_battle_menu_item_scrollbar_arrow","path":"sprites/spr_battle_menu_item_scrollbar_arrow/spr_battle_menu_item_scrollbar_arrow.yy",},},
{"id":{"name":"spr_battle_menu_item_scrollbar_dot","path":"sprites/spr_battle_menu_item_scrollbar_dot/spr_battle_menu_item_scrollbar_dot.yy",},},
{"id":{"name":"spr_battle_menu_flee","path":"sprites/spr_battle_menu_flee/spr_battle_menu_flee.yy",},},
{"id":{"name":"scribble_typist","path":"scripts/scribble_typist/scribble_typist.yy",},},
{"id":{"name":"spr_battle_ui_hp","path":"sprites/spr_battle_ui_hp/spr_battle_ui_hp.yy",},},
{"id":{"name":"spr_battle_ui_kr","path":"sprites/spr_battle_ui_kr/spr_battle_ui_kr.yy",},},
{"id":{"name":"spr_battle_damage","path":"sprites/spr_battle_damage/spr_battle_damage.yy",},},
{"id":{"name":"spr_battle_damage_miss","path":"sprites/spr_battle_damage_miss/spr_battle_damage_miss.yy",},},
{"id":{"name":"spr_char_frisk_up","path":"sprites/spr_char_frisk_up/spr_char_frisk_up.yy",},},
{"id":{"name":"spr_char_frisk_down","path":"sprites/spr_char_frisk_down/spr_char_frisk_down.yy",},},
{"id":{"name":"spr_char_frisk_right","path":"sprites/spr_char_frisk_right/spr_char_frisk_right.yy",},},
{"id":{"name":"spr_char_frisk_mask","path":"sprites/spr_char_frisk_mask/spr_char_frisk_mask.yy",},},
{"id":{"name":"spr_char_sign","path":"sprites/spr_char_sign/spr_char_sign.yy",},},
{"id":{"name":"spr_char_save","path":"sprites/spr_char_save/spr_char_save.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_dpad_left","path":"sprites/spr_gamepad_ps4_small_dpad_left/spr_gamepad_ps4_small_dpad_left.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_dpad_right","path":"sprites/spr_gamepad_ps4_small_dpad_right/spr_gamepad_ps4_small_dpad_right.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_l1","path":"sprites/spr_gamepad_ps4_small_l1/spr_gamepad_ps4_small_l1.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_l2","path":"sprites/spr_gamepad_ps4_small_l2/spr_gamepad_ps4_small_l2.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_l3","path":"sprites/spr_gamepad_ps4_small_l3/spr_gamepad_ps4_small_l3.yy",},},
{"id":{"name":"scribble_anim_jitter","path":"scripts/scribble_anim_jitter/scribble_anim_jitter.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_options","path":"sprites/spr_gamepad_ps4_small_options/spr_gamepad_ps4_small_options.yy",},},
{"id":{"name":"__scribble_gen_10_set_padding_flags","path":"scripts/__scribble_gen_10_set_padding_flags/__scribble_gen_10_set_padding_flags.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_r1","path":"sprites/spr_gamepad_ps4_small_r1/spr_gamepad_ps4_small_r1.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_r2","path":"sprites/spr_gamepad_ps4_small_r2/spr_gamepad_ps4_small_r2.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_r3","path":"sprites/spr_gamepad_ps4_small_r3/spr_gamepad_ps4_small_r3.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_square","path":"sprites/spr_gamepad_ps4_small_square/spr_gamepad_ps4_small_square.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_touchpad","path":"sprites/spr_gamepad_ps4_small_touchpad/spr_gamepad_ps4_small_touchpad.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_triangle","path":"sprites/spr_gamepad_ps4_small_triangle/spr_gamepad_ps4_small_triangle.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_circle","path":"sprites/spr_gamepad_ps4_small_circle/spr_gamepad_ps4_small_circle.yy",},},
{"id":{"name":"spr_gamepad_ps4_small_cross","path":"sprites/spr_gamepad_ps4_small_cross/spr_gamepad_ps4_small_cross.yy",},},
{"id":{"name":"scribble_anim_cycle","path":"scripts/scribble_anim_cycle/scribble_anim_cycle.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_square","path":"sprites/spr_gamepad_ps4_large_square/spr_gamepad_ps4_large_square.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_touchpad","path":"sprites/spr_gamepad_ps4_large_touchpad/spr_gamepad_ps4_large_touchpad.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_triangle","path":"sprites/spr_gamepad_ps4_large_triangle/spr_gamepad_ps4_large_triangle.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_circle","path":"sprites/spr_gamepad_ps4_large_circle/spr_gamepad_ps4_large_circle.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_cross","path":"sprites/spr_gamepad_ps4_large_cross/spr_gamepad_ps4_large_cross.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_l1","path":"sprites/spr_gamepad_ps4_large_l1/spr_gamepad_ps4_large_l1.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_l2","path":"sprites/spr_gamepad_ps4_large_l2/spr_gamepad_ps4_large_l2.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_l3","path":"sprites/spr_gamepad_ps4_large_l3/spr_gamepad_ps4_large_l3.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_options","path":"sprites/spr_gamepad_ps4_large_options/spr_gamepad_ps4_large_options.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_r1","path":"sprites/spr_gamepad_ps4_large_r1/spr_gamepad_ps4_large_r1.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_r2","path":"sprites/spr_gamepad_ps4_large_r2/spr_gamepad_ps4_large_r2.yy",},},
{"id":{"name":"spr_gamepad_ps4_large_r3","path":"sprites/spr_gamepad_ps4_large_r3/spr_gamepad_ps4_large_r3.yy",},},
{"id":{"name":"spr_border_simple","path":"sprites/spr_border_simple/spr_border_simple.yy",},},
{"id":{"name":"scribble_font_add_msdf","path":"scripts/scribble_font_add_msdf/scribble_font_add_msdf.yy",},},
{"id":{"name":"scribble_font_add","path":"scripts/scribble_font_add/scribble_font_add.yy",},},
{"id":{"name":"scribble_anim_blink","path":"scripts/scribble_anim_blink/scribble_anim_blink.yy",},},
{"id":{"name":"spr_closed_captions_corner","path":"sprites/spr_closed_captions_corner/spr_closed_captions_corner.yy",},},
{"id":{"name":"spr_bg_area_1","path":"sprites/spr_bg_area_1/spr_bg_area_1.yy",},},
{"id":{"name":"spr_demo_recording","path":"sprites/spr_demo_recording/spr_demo_recording.yy",},},
{"id":{"name":"spr_demo_playing","path":"sprites/spr_demo_playing/spr_demo_playing.yy",},},
{"id":{"name":"tile_ruins","path":"tilesets/tile_ruins/tile_ruins.yy",},},
{"id":{"name":"snd_menu_switch","path":"sounds/snd_menu_switch/snd_menu_switch.yy",},},
{"id":{"name":"snd_menu_confirm","path":"sounds/snd_menu_confirm/snd_menu_confirm.yy",},},
{"id":{"name":"snd_menu_cancel","path":"sounds/snd_menu_cancel/snd_menu_cancel.yy",},},
{"id":{"name":"snd_text_voice_default","path":"sounds/snd_text_voice_default/snd_text_voice_default.yy",},},
{"id":{"name":"snd_text_voice_typer","path":"sounds/snd_text_voice_typer/snd_text_voice_typer.yy",},},
{"id":{"name":"snd_text_voice_toriel","path":"sounds/snd_text_voice_toriel/snd_text_voice_toriel.yy",},},
{"id":{"name":"snd_flee","path":"sounds/snd_flee/snd_flee.yy",},},
{"id":{"name":"battle_board_extra","path":"objects/battle_board_extra/battle_board_extra.yy",},},
{"id":{"name":"__scribble_gen_9_write_vbuffs","path":"scripts/__scribble_gen_9_write_vbuffs/__scribble_gen_9_write_vbuffs.yy",},},
{"id":{"name":"snd_slice","path":"sounds/snd_slice/snd_slice.yy",},},
{"id":{"name":"snd_level_up","path":"sounds/snd_level_up/snd_level_up.yy",},},
{"id":{"name":"__scribble_class_font","path":"scripts/__scribble_class_font/__scribble_class_font.yy",},},
{"id":{"name":"spr_battle_platform_green","path":"sprites/spr_battle_platform_green/spr_battle_platform_green.yy",},},
{"id":{"name":"snd_hurt","path":"sounds/snd_hurt/snd_hurt.yy",},},
{"id":{"name":"snd_break_0","path":"sounds/snd_break_0/snd_break_0.yy",},},
{"id":{"name":"snd_break_1","path":"sounds/snd_break_1/snd_break_1.yy",},},
{"id":{"name":"snd_damage","path":"sounds/snd_damage/snd_damage.yy",},},
{"id":{"name":"snd_vaporize","path":"sounds/snd_vaporize/snd_vaporize.yy",},},
{"id":{"name":"snd_item_heal","path":"sounds/snd_item_heal/snd_item_heal.yy",},},
{"id":{"name":"snd_item_swallow","path":"sounds/snd_item_swallow/snd_item_swallow.yy",},},
{"id":{"name":"snd_item_equip","path":"sounds/snd_item_equip/snd_item_equip.yy",},},
{"id":{"name":"__scribble_class_model","path":"scripts/__scribble_class_model/__scribble_class_model.yy",},},
{"id":{"name":"snd_save","path":"sounds/snd_save/snd_save.yy",},},
{"id":{"name":"scribble_glyph_set","path":"scripts/scribble_glyph_set/scribble_glyph_set.yy",},},
{"id":{"name":"snd_noise","path":"sounds/snd_noise/snd_noise.yy",},},
{"id":{"name":"snd_phone_call","path":"sounds/snd_phone_call/snd_phone_call.yy",},},
{"id":{"name":"snd_phone_status","path":"sounds/snd_phone_status/snd_phone_status.yy",},},
{"id":{"name":"snd_phone_box","path":"sounds/snd_phone_box/snd_phone_box.yy",},},
{"id":{"name":"snd_exclamation","path":"sounds/snd_exclamation/snd_exclamation.yy",},},
{"id":{"name":"snd_encounter_soul_move","path":"sounds/snd_encounter_soul_move/snd_encounter_soul_move.yy",},},
{"id":{"name":"string_width_scribble","path":"scripts/string_width_scribble/string_width_scribble.yy",},},
{"id":{"name":"snd_logo","path":"sounds/snd_logo/snd_logo.yy",},},
{"id":{"name":"scribble_typewriter_add_character_delay","path":"scripts/scribble_typewriter_add_character_delay/scribble_typewriter_add_character_delay.yy",},},
{"id":{"name":"Fader_Fade","path":"scripts/Fader_Fade/Fader_Fade.yy",},},
{"id":{"name":"BlueSoulControl_Sans","path":"scripts/BlueSoulControl_Sans/BlueSoulControl_Sans.yy",},},
{"id":{"name":"Camera_Shake","path":"scripts/Camera_Shake/Camera_Shake.yy",},},
{"id":{"name":"Battle_CreateBoardExtra","path":"scripts/Battle_CreateBoardExtra/Battle_CreateBoardExtra.yy",},},
{"id":{"name":"GetColorFromString","path":"scripts/GetColorFromString/GetColorFromString.yy",},},
{"id":{"name":"Object_GetBaseParent","path":"scripts/Object_GetBaseParent/Object_GetBaseParent.yy",},},
{"id":{"name":"Game_SetFrameSkip","path":"scripts/Game_SetFrameSkip/Game_SetFrameSkip.yy",},},
{"id":{"name":"Game_GetFrameSkip","path":"scripts/Game_GetFrameSkip/Game_GetFrameSkip.yy",},},
{"id":{"name":"Macro_Engine","path":"scripts/Macro_Engine/Macro_Engine.yy",},},
{"id":{"name":"scribble_font_rename","path":"scripts/scribble_font_rename/scribble_font_rename.yy",},},
{"id":{"name":"Macro_Game","path":"scripts/Macro_Game/Macro_Game.yy",},},
{"id":{"name":"Macro_Direction","path":"scripts/Macro_Direction/Macro_Direction.yy",},},
{"id":{"name":"Macro_Depth","path":"scripts/Macro_Depth/Macro_Depth.yy",},},
{"id":{"name":"Macro_Battle","path":"scripts/Macro_Battle/Macro_Battle.yy",},},
{"id":{"name":"scribble_super_glyph_copy_all","path":"scripts/scribble_super_glyph_copy_all/scribble_super_glyph_copy_all.yy",},},
{"id":{"name":"scribble_anim_wheel","path":"scripts/scribble_anim_wheel/scribble_anim_wheel.yy",},},
{"id":{"name":"Macro_Flag","path":"scripts/Macro_Flag/Macro_Flag.yy",},},
{"id":{"name":"Battle_CreateBoardExtraRoundrect","path":"scripts/Battle_CreateBoardExtraRoundrect/Battle_CreateBoardExtraRoundrect.yy",},},
{"id":{"name":"Macro_Item","path":"scripts/Macro_Item/Macro_Item.yy",},},
{"id":{"name":"__shd_scribble","path":"shaders/__shd_scribble/__shd_scribble.yy",},},
{"id":{"name":"Macro_Phone","path":"scripts/Macro_Phone/Macro_Phone.yy",},},
{"id":{"name":"Macro_Input","path":"scripts/Macro_Input/Macro_Input.yy",},},
{"id":{"name":"Macro_Plot","path":"scripts/Macro_Plot/Macro_Plot.yy",},},
{"id":{"name":"spr_sans_legs","path":"sprites/spr_sans_legs/spr_sans_legs.yy",},},
{"id":{"name":"Battle_End","path":"scripts/Battle_End/Battle_End.yy",},},
{"id":{"name":"Battle_FadeFader","path":"scripts/Battle_FadeFader/Battle_FadeFader.yy",},},
{"id":{"name":"Battle_GetState","path":"scripts/Battle_GetState/Battle_GetState.yy",},},
{"id":{"name":"Battle_SetState","path":"scripts/Battle_SetState/Battle_SetState.yy",},},
{"id":{"name":"scribble_font_add_all","path":"scripts/scribble_font_add_all/scribble_font_add_all.yy",},},
{"id":{"name":"Battle_GetNextState","path":"scripts/Battle_GetNextState/Battle_GetNextState.yy",},},
{"id":{"name":"Battle_SetNextState","path":"scripts/Battle_SetNextState/Battle_SetNextState.yy",},},
{"id":{"name":"Battle_GotoNextState","path":"scripts/Battle_GotoNextState/Battle_GotoNextState.yy",},},
{"id":{"name":"__scribble_gen_6_build_lines","path":"scripts/__scribble_gen_6_build_lines/__scribble_gen_6_build_lines.yy",},},
{"id":{"name":"Battle_GetMenu","path":"scripts/Battle_GetMenu/Battle_GetMenu.yy",},},
{"id":{"name":"Battle_SetMenu","path":"scripts/Battle_SetMenu/Battle_SetMenu.yy",},},
{"id":{"name":"scribble_font_combine","path":"scripts/scribble_font_combine/scribble_font_combine.yy",},},
{"id":{"name":"Battle_EndMenu","path":"scripts/Battle_EndMenu/Battle_EndMenu.yy",},},
{"id":{"name":"Battle_GetMenuDialog","path":"scripts/Battle_GetMenuDialog/Battle_GetMenuDialog.yy",},},
{"id":{"name":"Battle_SetMenuDialog","path":"scripts/Battle_SetMenuDialog/Battle_SetMenuDialog.yy",},},
{"id":{"name":"Battle_GetMenuChoiceButton","path":"scripts/Battle_GetMenuChoiceButton/Battle_GetMenuChoiceButton.yy",},},
{"id":{"name":"Battle_SetMenuChoiceButton","path":"scripts/Battle_SetMenuChoiceButton/Battle_SetMenuChoiceButton.yy",},},
{"id":{"name":"Battle_GetMenuChoiceEnemy","path":"scripts/Battle_GetMenuChoiceEnemy/Battle_GetMenuChoiceEnemy.yy",},},
{"id":{"name":"Battle_SetMenuChoiceEnemy","path":"scripts/Battle_SetMenuChoiceEnemy/Battle_SetMenuChoiceEnemy.yy",},},
{"id":{"name":"scribble_rgb_to_bgr","path":"scripts/scribble_rgb_to_bgr/scribble_rgb_to_bgr.yy",},},
{"id":{"name":"Battle_GetMenuChoiceAction","path":"scripts/Battle_GetMenuChoiceAction/Battle_GetMenuChoiceAction.yy",},},
{"id":{"name":"Battle_SetMenuChoiceAction","path":"scripts/Battle_SetMenuChoiceAction/Battle_SetMenuChoiceAction.yy",},},
{"id":{"name":"Battle_GetMenuChoiceItem","path":"scripts/Battle_GetMenuChoiceItem/Battle_GetMenuChoiceItem.yy",},},
{"id":{"name":"Battle_SetMenuChoiceItem","path":"scripts/Battle_SetMenuChoiceItem/Battle_SetMenuChoiceItem.yy",},},
{"id":{"name":"Battle_GetMenuChoiceMercy","path":"scripts/Battle_GetMenuChoiceMercy/Battle_GetMenuChoiceMercy.yy",},},
{"id":{"name":"Battle_SetMenuChoiceMercy","path":"scripts/Battle_SetMenuChoiceMercy/Battle_SetMenuChoiceMercy.yy",},},
{"id":{"name":"battle_board","path":"objects/battle_board/battle_board.yy",},},
{"id":{"name":"Battle_SetMenuChoiceMercyOverride","path":"scripts/Battle_SetMenuChoiceMercyOverride/Battle_SetMenuChoiceMercyOverride.yy",},},
{"id":{"name":"Battle_IsMenuChoiceMercyOverride","path":"scripts/Battle_IsMenuChoiceMercyOverride/Battle_IsMenuChoiceMercyOverride.yy",},},
{"id":{"name":"Battle_SetMenuChoiceMercyOverrideNumber","path":"scripts/Battle_SetMenuChoiceMercyOverrideNumber/Battle_SetMenuChoiceMercyOverrideNumber.yy",},},
{"id":{"name":"__scribble_system","path":"scripts/__scribble_system/__scribble_system.yy",},},
{"id":{"name":"Battle_GetMenuChoiceMercyOverrideNumber","path":"scripts/Battle_GetMenuChoiceMercyOverrideNumber/Battle_GetMenuChoiceMercyOverrideNumber.yy",},},
{"id":{"name":"Battle_GetMenuChoiceMercyOverrideName","path":"scripts/Battle_GetMenuChoiceMercyOverrideName/Battle_GetMenuChoiceMercyOverrideName.yy",},},
{"id":{"name":"Battle_SetMenuChoiceMercyOverrideName","path":"scripts/Battle_SetMenuChoiceMercyOverrideName/Battle_SetMenuChoiceMercyOverrideName.yy",},},
{"id":{"name":"Battle_IsMenuMercyFleeEnabled","path":"scripts/Battle_IsMenuMercyFleeEnabled/Battle_IsMenuMercyFleeEnabled.yy",},},
{"id":{"name":"battle_platform","path":"objects/battle_platform/battle_platform.yy",},},
{"id":{"name":"Battle_SetMenuMercyFleeEnabled","path":"scripts/Battle_SetMenuMercyFleeEnabled/Battle_SetMenuMercyFleeEnabled.yy",},},
{"id":{"name":"scribble_font_has_character","path":"scripts/scribble_font_has_character/scribble_font_has_character.yy",},},
{"id":{"name":"Battle_IsFleeable","path":"scripts/Battle_IsFleeable/Battle_IsFleeable.yy",},},
{"id":{"name":"Battle_SetFleeable","path":"scripts/Battle_SetFleeable/Battle_SetFleeable.yy",},},
{"id":{"name":"Battle_SetMenuFightDamage","path":"scripts/Battle_SetMenuFightDamage/Battle_SetMenuFightDamage.yy",},},
{"id":{"name":"Battle_GetMenuFightDamage","path":"scripts/Battle_GetMenuFightDamage/Battle_GetMenuFightDamage.yy",},},
{"id":{"name":"Battle_SetMenuFightAnimTime","path":"scripts/Battle_SetMenuFightAnimTime/Battle_SetMenuFightAnimTime.yy",},},
{"id":{"name":"Battle_GetMenuFightAnimTime","path":"scripts/Battle_GetMenuFightAnimTime/Battle_GetMenuFightAnimTime.yy",},},
{"id":{"name":"ini_Save","path":"scripts/ini_Save/ini_Save.yy",},},
{"id":{"name":"Battle_SetMenuFightDamageTime","path":"scripts/Battle_SetMenuFightDamageTime/Battle_SetMenuFightDamageTime.yy",},},
{"id":{"name":"Battle_GetMenuFightDamageTime","path":"scripts/Battle_GetMenuFightDamageTime/Battle_GetMenuFightDamageTime.yy",},},
{"id":{"name":"Battle_EndMenuFightAnim","path":"scripts/Battle_EndMenuFightAnim/Battle_EndMenuFightAnim.yy",},},
{"id":{"name":"Battle_EndMenuFightAim","path":"scripts/Battle_EndMenuFightAim/Battle_EndMenuFightAim.yy",},},
{"id":{"name":"Battle_EndMenuFightDamage","path":"scripts/Battle_EndMenuFightDamage/Battle_EndMenuFightDamage.yy",},},
{"id":{"name":"Battle_ConvertEnemySlotToMenuChoiceEnemy","path":"scripts/Battle_ConvertEnemySlotToMenuChoiceEnemy/Battle_ConvertEnemySlotToMenuChoiceEnemy.yy",},},
{"id":{"name":"scribble_font_duplicate","path":"scripts/scribble_font_duplicate/scribble_font_duplicate.yy",},},
{"id":{"name":"Battle_ConvertMenuChoiceEnemyToEnemySlot","path":"scripts/Battle_ConvertMenuChoiceEnemyToEnemySlot/Battle_ConvertMenuChoiceEnemyToEnemySlot.yy",},},
{"id":{"name":"Battle_GetMenuItemUsedLast","path":"scripts/Battle_GetMenuItemUsedLast/Battle_GetMenuItemUsedLast.yy",},},
{"id":{"name":"__shd_scribble_bake_outline_8dir_2px","path":"shaders/__shd_scribble_bake_outline_8dir_2px/__shd_scribble_bake_outline_8dir_2px.yy",},},
{"id":{"name":"__shd_scribble_bake_outline_8dir","path":"shaders/__shd_scribble_bake_outline_8dir/__shd_scribble_bake_outline_8dir.yy",},},
{"id":{"name":"spr_sans_body","path":"sprites/spr_sans_body/spr_sans_body.yy",},},
{"id":{"name":"Battle_CallEnemyEvent","path":"scripts/Battle_CallEnemyEvent/Battle_CallEnemyEvent.yy",},},
{"id":{"name":"Battle_SetEnemy","path":"scripts/Battle_SetEnemy/Battle_SetEnemy.yy",},},
{"id":{"name":"Battle_GetEnemy","path":"scripts/Battle_GetEnemy/Battle_GetEnemy.yy",},},
{"id":{"name":"Battle_GetEnemyNumber","path":"scripts/Battle_GetEnemyNumber/Battle_GetEnemyNumber.yy",},},
{"id":{"name":"Battle_RemoveEnemy","path":"scripts/Battle_RemoveEnemy/Battle_RemoveEnemy.yy",},},
{"id":{"name":"spr_char_lever","path":"sprites/spr_char_lever/spr_char_lever.yy",},},
{"id":{"name":"Battle_IsEnemyValid","path":"scripts/Battle_IsEnemyValid/Battle_IsEnemyValid.yy",},},
{"id":{"name":"Battle_IsEnemySlotValid","path":"scripts/Battle_IsEnemySlotValid/Battle_IsEnemySlotValid.yy",},},
{"id":{"name":"Battle_GetEnemyName","path":"scripts/Battle_GetEnemyName/Battle_GetEnemyName.yy",},},
{"id":{"name":"Battle_SetEnemyName","path":"scripts/Battle_SetEnemyName/Battle_SetEnemyName.yy",},},
{"id":{"name":"Battle_GetEnemyActionName","path":"scripts/Battle_GetEnemyActionName/Battle_GetEnemyActionName.yy",},},
{"id":{"name":"turn_test","path":"objects/turn_test/turn_test.yy",},},
{"id":{"name":"Battle_SetEnemyActionName","path":"scripts/Battle_SetEnemyActionName/Battle_SetEnemyActionName.yy",},},
{"id":{"name":"bgm_battle","path":"sounds/bgm_battle/bgm_battle.yy",},},
{"id":{"name":"Battle_GetEnemyActionNumber","path":"scripts/Battle_GetEnemyActionNumber/Battle_GetEnemyActionNumber.yy",},},
{"id":{"name":"Battle_SetEnemyActionNumber","path":"scripts/Battle_SetEnemyActionNumber/Battle_SetEnemyActionNumber.yy",},},
{"id":{"name":"char_lever","path":"objects/char_lever/char_lever.yy",},},
{"id":{"name":"Battle_IsEnemySpareable","path":"scripts/Battle_IsEnemySpareable/Battle_IsEnemySpareable.yy",},},
{"id":{"name":"Battle_SetEnemySpareable","path":"scripts/Battle_SetEnemySpareable/Battle_SetEnemySpareable.yy",},},
{"id":{"name":"Battle_SetEnemyCenterPos","path":"scripts/Battle_SetEnemyCenterPos/Battle_SetEnemyCenterPos.yy",},},
{"id":{"name":"Battle_GetEnemyCenterPosX","path":"scripts/Battle_GetEnemyCenterPosX/Battle_GetEnemyCenterPosX.yy",},},
{"id":{"name":"Battle_GetEnemyCenterPosY","path":"scripts/Battle_GetEnemyCenterPosY/Battle_GetEnemyCenterPosY.yy",},},
{"id":{"name":"battle_board_extra_roundrect","path":"objects/battle_board_extra_roundrect/battle_board_extra_roundrect.yy",},},
{"id":{"name":"Battle_SetEnemyDEF","path":"scripts/Battle_SetEnemyDEF/Battle_SetEnemyDEF.yy",},},
{"id":{"name":"Battle_GetEnemyDEF","path":"scripts/Battle_GetEnemyDEF/Battle_GetEnemyDEF.yy",},},
{"id":{"name":"Battle_IsBoardTransforming","path":"scripts/Battle_IsBoardTransforming/Battle_IsBoardTransforming.yy",},},
{"id":{"name":"Battle_GetBoardSurface","path":"scripts/Battle_GetBoardSurface/Battle_GetBoardSurface.yy",},},
{"id":{"name":"Battle_IsTurnValid","path":"scripts/Battle_IsTurnValid/Battle_IsTurnValid.yy",},},
{"id":{"name":"Battle_SetTurnNumber","path":"scripts/Battle_SetTurnNumber/Battle_SetTurnNumber.yy",},},
{"id":{"name":"Battle_GetTurnNumber","path":"scripts/Battle_GetTurnNumber/Battle_GetTurnNumber.yy",},},
{"id":{"name":"Battle_GetTurnTime","path":"scripts/Battle_GetTurnTime/Battle_GetTurnTime.yy",},},
{"id":{"name":"Battle_SetTurnTime","path":"scripts/Battle_SetTurnTime/Battle_SetTurnTime.yy",},},
{"id":{"name":"Battle_EndTurn","path":"scripts/Battle_EndTurn/Battle_EndTurn.yy",},},
{"id":{"name":"Battle_SetTurnInfo","path":"scripts/Battle_SetTurnInfo/Battle_SetTurnInfo.yy",},},
{"id":{"name":"Battle_GetTurnInfo","path":"scripts/Battle_GetTurnInfo/Battle_GetTurnInfo.yy",},},
{"id":{"name":"Battle_SetTurnPreparationAutoEnd","path":"scripts/Battle_SetTurnPreparationAutoEnd/Battle_SetTurnPreparationAutoEnd.yy",},},
{"id":{"name":"Battle_IsTurnPreparationAutoEnd","path":"scripts/Battle_IsTurnPreparationAutoEnd/Battle_IsTurnPreparationAutoEnd.yy",},},
{"id":{"name":"Battle_EndTurnPreparation","path":"scripts/Battle_EndTurnPreparation/Battle_EndTurnPreparation.yy",},},
{"id":{"name":"scribble_font_exists","path":"scripts/scribble_font_exists/scribble_font_exists.yy",},},
{"id":{"name":"Battle_SetDialog","path":"scripts/Battle_SetDialog/Battle_SetDialog.yy",},},
{"id":{"name":"Battle_SetDialogAutoEnd","path":"scripts/Battle_SetDialogAutoEnd/Battle_SetDialogAutoEnd.yy",},},
{"id":{"name":"Battle_IsDialogAutoEnd","path":"scripts/Battle_IsDialogAutoEnd/Battle_IsDialogAutoEnd.yy",},},
{"id":{"name":"Battle_EndDialog","path":"scripts/Battle_EndDialog/Battle_EndDialog.yy",},},
{"id":{"name":"Battle_IsSoulValid","path":"scripts/Battle_IsSoulValid/Battle_IsSoulValid.yy",},},
{"id":{"name":"Battle_SetSoul","path":"scripts/Battle_SetSoul/Battle_SetSoul.yy",},},
{"id":{"name":"Battle_CallSoulEventBulletCollision","path":"scripts/Battle_CallSoulEventBulletCollision/Battle_CallSoulEventBulletCollision.yy",},},
{"id":{"name":"Battle_CallSoulEventHurt","path":"scripts/Battle_CallSoulEventHurt/Battle_CallSoulEventHurt.yy",},},
{"id":{"name":"Battle_IsBulletValid","path":"scripts/Battle_IsBulletValid/Battle_IsBulletValid.yy",},},
{"id":{"name":"Battle_CallBulletEventSoulCollision","path":"scripts/Battle_CallBulletEventSoulCollision/Battle_CallBulletEventSoulCollision.yy",},},
{"id":{"name":"face_sans","path":"objects/face_sans/face_sans.yy",},},
{"id":{"name":"Battle_SetPlayerTempAtk","path":"scripts/Battle_SetPlayerTempAtk/Battle_SetPlayerTempAtk.yy",},},
{"id":{"name":"Battle_SetPlayerTempDef","path":"scripts/Battle_SetPlayerTempDef/Battle_SetPlayerTempDef.yy",},},
{"id":{"name":"Battle_SetPlayerTempSpd","path":"scripts/Battle_SetPlayerTempSpd/Battle_SetPlayerTempSpd.yy",},},
{"id":{"name":"Battle_SetPlayerTempInv","path":"scripts/Battle_SetPlayerTempInv/Battle_SetPlayerTempInv.yy",},},
{"id":{"name":"scribble","path":"scripts/scribble/scribble.yy",},},
{"id":{"name":"Battle_GetPlayerTempAtk","path":"scripts/Battle_GetPlayerTempAtk/Battle_GetPlayerTempAtk.yy",},},
{"id":{"name":"Battle_GetPlayerTempDef","path":"scripts/Battle_GetPlayerTempDef/Battle_GetPlayerTempDef.yy",},},
{"id":{"name":"Battle_GetPlayerTempSpd","path":"scripts/Battle_GetPlayerTempSpd/Battle_GetPlayerTempSpd.yy",},},
{"id":{"name":"Battle_GetPlayerTempInv","path":"scripts/Battle_GetPlayerTempInv/Battle_GetPlayerTempInv.yy",},},
{"id":{"name":"Battle_GetRewardExp","path":"scripts/Battle_GetRewardExp/Battle_GetRewardExp.yy",},},
{"id":{"name":"Battle_RewardExp","path":"scripts/Battle_RewardExp/Battle_RewardExp.yy",},},
{"id":{"name":"__scribble_gen_8_position_glyphs","path":"scripts/__scribble_gen_8_position_glyphs/__scribble_gen_8_position_glyphs.yy",},},
{"id":{"name":"Battle_GetRewardGold","path":"scripts/Battle_GetRewardGold/Battle_GetRewardGold.yy",},},
{"id":{"name":"Battle_RewardGold","path":"scripts/Battle_RewardGold/Battle_RewardGold.yy",},},
{"id":{"name":"Dialog_Init","path":"scripts/Dialog_Init/Dialog_Init.yy",},},
{"id":{"name":"Dialog_Add","path":"scripts/Dialog_Add/Dialog_Add.yy",},},
{"id":{"name":"Dialog_Get","path":"scripts/Dialog_Get/Dialog_Get.yy",},},
{"id":{"name":"Dialog_IsEmpty","path":"scripts/Dialog_IsEmpty/Dialog_IsEmpty.yy",},},
{"id":{"name":"scribble_font_add_from_sprite","path":"scripts/scribble_font_add_from_sprite/scribble_font_add_from_sprite.yy",},},
{"id":{"name":"Dialog_Clear","path":"scripts/Dialog_Clear/Dialog_Clear.yy",},},
{"id":{"name":"scribble_fallback_font","path":"fonts/scribble_fallback_font/scribble_fallback_font.yy",},},
{"id":{"name":"Dialog_Start","path":"scripts/Dialog_Start/Dialog_Start.yy",},},
{"id":{"name":"Dialog_Uninit","path":"scripts/Dialog_Uninit/Dialog_Uninit.yy",},},
{"id":{"name":"Item_IsValid","path":"scripts/Item_IsValid/Item_IsValid.yy",},},
{"id":{"name":"Item_IsSlotValid","path":"scripts/Item_IsSlotValid/Item_IsSlotValid.yy",},},
{"id":{"name":"Item_Update","path":"scripts/Item_Update/Item_Update.yy",},},
{"id":{"name":"Item_Get","path":"scripts/Item_Get/Item_Get.yy",},},
{"id":{"name":"spr_battle_damage_block","path":"sprites/spr_battle_damage_block/spr_battle_damage_block.yy",},},
{"id":{"name":"Item_Set","path":"scripts/Item_Set/Item_Set.yy",},},
{"id":{"name":"Item_GetNumber","path":"scripts/Item_GetNumber/Item_GetNumber.yy",},},
{"id":{"name":"Item_GetName","path":"scripts/Item_GetName/Item_GetName.yy",},},
{"id":{"name":"Item_Add","path":"scripts/Item_Add/Item_Add.yy",},},
{"id":{"name":"Item_CallEvent","path":"scripts/Item_CallEvent/Item_CallEvent.yy",},},
{"id":{"name":"Item_Remove","path":"scripts/Item_Remove/Item_Remove.yy",},},
{"id":{"name":"font_papyrus","path":"fonts/font_papyrus/font_papyrus.yy",},},
{"id":{"name":"Item_GetTextHeal","path":"scripts/Item_GetTextHeal/Item_GetTextHeal.yy",},},
{"id":{"name":"Item_GetTextEat","path":"scripts/Item_GetTextEat/Item_GetTextEat.yy",},},
{"id":{"name":"Item_GetTextEquip","path":"scripts/Item_GetTextEquip/Item_GetTextEquip.yy",},},
{"id":{"name":"Item_SetWeapon","path":"scripts/Item_SetWeapon/Item_SetWeapon.yy",},},
{"id":{"name":"__scribble_class_event","path":"scripts/__scribble_class_event/__scribble_class_event.yy",},},
{"id":{"name":"Item_SetArmor","path":"scripts/Item_SetArmor/Item_SetArmor.yy",},},
{"id":{"name":"Item_GetWeapon","path":"scripts/Item_GetWeapon/Item_GetWeapon.yy",},},
{"id":{"name":"Item_GetArmor","path":"scripts/Item_GetArmor/Item_GetArmor.yy",},},
{"id":{"name":"battle_soul","path":"objects/battle_soul/battle_soul.yy",},},
{"id":{"name":"scribble_font_scale","path":"scripts/scribble_font_scale/scribble_font_scale.yy",},},
{"id":{"name":"Phone_IsValid","path":"scripts/Phone_IsValid/Phone_IsValid.yy",},},
{"id":{"name":"Phone_IsSlotValid","path":"scripts/Phone_IsSlotValid/Phone_IsSlotValid.yy",},},
{"id":{"name":"Phone_Update","path":"scripts/Phone_Update/Phone_Update.yy",},},
{"id":{"name":"Phone_Get","path":"scripts/Phone_Get/Phone_Get.yy",},},
{"id":{"name":"Phone_Set","path":"scripts/Phone_Set/Phone_Set.yy",},},
{"id":{"name":"Phone_GetNumber","path":"scripts/Phone_GetNumber/Phone_GetNumber.yy",},},
{"id":{"name":"__scribble_config_behaviours","path":"scripts/__scribble_config_behaviours/__scribble_config_behaviours.yy",},},
{"id":{"name":"Phone_GetName","path":"scripts/Phone_GetName/Phone_GetName.yy",},},
{"id":{"name":"snd_switch_off","path":"sounds/snd_switch_off/snd_switch_off.yy",},},
{"id":{"name":"Phone_Add","path":"scripts/Phone_Add/Phone_Add.yy",},},
{"id":{"name":"scribble_font_bake_outline_8dir","path":"scripts/scribble_font_bake_outline_8dir/scribble_font_bake_outline_8dir.yy",},},
{"id":{"name":"Phone_CallEvent","path":"scripts/Phone_CallEvent/Phone_CallEvent.yy",},},
{"id":{"name":"Phone_Remove","path":"scripts/Phone_Remove/Phone_Remove.yy",},},
{"id":{"name":"Anim_Init","path":"scripts/Anim_Init/Anim_Init.yy",},},
{"id":{"name":"scribble_external_sound_remove","path":"scripts/scribble_external_sound_remove/scribble_external_sound_remove.yy",},},
{"id":{"name":"Anim_Create","path":"scripts/Anim_Create/Anim_Create.yy",},},
{"id":{"name":"Anim_Destroy","path":"scripts/Anim_Destroy/Anim_Destroy.yy",},},
{"id":{"name":"__scribble_class_element","path":"scripts/__scribble_class_element/__scribble_class_element.yy",},},
{"id":{"name":"Anim_IsExists","path":"scripts/Anim_IsExists/Anim_IsExists.yy",},},
{"id":{"name":"Anim_GetValue","path":"scripts/Anim_GetValue/Anim_GetValue.yy",},},
{"id":{"name":"Anim_Step","path":"scripts/Anim_Step/Anim_Step.yy",},},
{"id":{"name":"Anim_Uninit","path":"scripts/Anim_Uninit/Anim_Uninit.yy",},},
{"id":{"name":"Lang_Init","path":"scripts/Lang_Init/Lang_Init.yy",},},
{"id":{"name":"Lang_Custom","path":"scripts/Lang_Custom/Lang_Custom.yy",},},
{"id":{"name":"Lang_LoadFileToString","path":"scripts/Lang_LoadFileToString/Lang_LoadFileToString.yy",},},
{"id":{"name":"Lang_LoadList","path":"scripts/Lang_LoadList/Lang_LoadList.yy",},},
{"id":{"name":"Lang_LoadString","path":"scripts/Lang_LoadString/Lang_LoadString.yy",},},
{"id":{"name":"Lang_LoadSprite","path":"scripts/Lang_LoadSprite/Lang_LoadSprite.yy",},},
{"id":{"name":"Lang_LoadFont","path":"scripts/Lang_LoadFont/Lang_LoadFont.yy",},},
{"id":{"name":"Lang_GetID","path":"scripts/Lang_GetID/Lang_GetID.yy",},},
{"id":{"name":"Lang_GetInfo","path":"scripts/Lang_GetInfo/Lang_GetInfo.yy",},},
{"id":{"name":"__scribble_gen_7_build_pages","path":"scripts/__scribble_gen_7_build_pages/__scribble_gen_7_build_pages.yy",},},
{"id":{"name":"Lang_GetName","path":"scripts/Lang_GetName/Lang_GetName.yy",},},
{"id":{"name":"Lang_GetNumber","path":"scripts/Lang_GetNumber/Lang_GetNumber.yy",},},
{"id":{"name":"Lang_GetString","path":"scripts/Lang_GetString/Lang_GetString.yy",},},
{"id":{"name":"Lang_GetSprite","path":"scripts/Lang_GetSprite/Lang_GetSprite.yy",},},
{"id":{"name":"Lang_GetFont","path":"scripts/Lang_GetFont/Lang_GetFont.yy",},},
{"id":{"name":"Lang_ClearList","path":"scripts/Lang_ClearList/Lang_ClearList.yy",},},
{"id":{"name":"Lang_ClearString","path":"scripts/Lang_ClearString/Lang_ClearString.yy",},},
{"id":{"name":"__scribble_config_colours","path":"scripts/__scribble_config_colours/__scribble_config_colours.yy",},},
{"id":{"name":"Lang_ClearSprite","path":"scripts/Lang_ClearSprite/Lang_ClearSprite.yy",},},
{"id":{"name":"Lang_ClearFont","path":"scripts/Lang_ClearFont/Lang_ClearFont.yy",},},
{"id":{"name":"Lang_IsExists","path":"scripts/Lang_IsExists/Lang_IsExists.yy",},},
{"id":{"name":"spr_battle_soul_blue","path":"sprites/spr_battle_soul_blue/spr_battle_soul_blue.yy",},},
{"id":{"name":"Lang_IsStringExists","path":"scripts/Lang_IsStringExists/Lang_IsStringExists.yy",},},
{"id":{"name":"Lang_IsSpriteExists","path":"scripts/Lang_IsSpriteExists/Lang_IsSpriteExists.yy",},},
{"id":{"name":"Lang_IsFontExists","path":"scripts/Lang_IsFontExists/Lang_IsFontExists.yy",},},
{"id":{"name":"Lang_Uninit","path":"scripts/Lang_Uninit/Lang_Uninit.yy",},},
{"id":{"name":"Console_Clear","path":"scripts/Console_Clear/Console_Clear.yy",},},
{"id":{"name":"Console_Custom","path":"scripts/Console_Custom/Console_Custom.yy",},},
{"id":{"name":"ini_Load","path":"scripts/ini_Load/ini_Load.yy",},},
{"id":{"name":"Console_DefineMacro","path":"scripts/Console_DefineMacro/Console_DefineMacro.yy",},},
{"id":{"name":"Console_ExecuteCmd","path":"scripts/Console_ExecuteCmd/Console_ExecuteCmd.yy",},},
{"id":{"name":"Console_GetInput","path":"scripts/Console_GetInput/Console_GetInput.yy",},},
{"id":{"name":"Console_GetInputNumber","path":"scripts/Console_GetInputNumber/Console_GetInputNumber.yy",},},
{"id":{"name":"Console_GetMacro","path":"scripts/Console_GetMacro/Console_GetMacro.yy",},},
{"id":{"name":"scribble_external_sound_exists","path":"scripts/scribble_external_sound_exists/scribble_external_sound_exists.yy",},},
{"id":{"name":"__scribble_font_add_sprite","path":"scripts/__scribble_font_add_sprite/__scribble_font_add_sprite.yy",},},
{"id":{"name":"Console_Init","path":"scripts/Console_Init/Console_Init.yy",},},
{"id":{"name":"__scribble_gen_1_model_limits_and_bezier_curves","path":"scripts/__scribble_gen_1_model_limits_and_bezier_curves/__scribble_gen_1_model_limits_and_bezier_curves.yy",},},
{"id":{"name":"Console_IsMacroDefined","path":"scripts/Console_IsMacroDefined/Console_IsMacroDefined.yy",},},
{"id":{"name":"Console_IsRealString","path":"scripts/Console_IsRealString/Console_IsRealString.yy",},},
{"id":{"name":"scribble_font_delete","path":"scripts/scribble_font_delete/scribble_font_delete.yy",},},
{"id":{"name":"Console_IsVisible","path":"scripts/Console_IsVisible/Console_IsVisible.yy",},},
{"id":{"name":"Console_Output","path":"scripts/Console_Output/Console_Output.yy",},},
{"id":{"name":"Console_OutputLine","path":"scripts/Console_OutputLine/Console_OutputLine.yy",},},
{"id":{"name":"Battle_SetBoardSize","path":"scripts/Battle_SetBoardSize/Battle_SetBoardSize.yy",},},
{"id":{"name":"Console_ParseCmd","path":"scripts/Console_ParseCmd/Console_ParseCmd.yy",},},
{"id":{"name":"Console_PopInput","path":"scripts/Console_PopInput/Console_PopInput.yy",},},
{"id":{"name":"Console_ProcessCmd","path":"scripts/Console_ProcessCmd/Console_ProcessCmd.yy",},},
{"id":{"name":"Console_SetStatusNumber","path":"scripts/Console_SetStatusNumber/Console_SetStatusNumber.yy",},},
{"id":{"name":"Console_SetStatusRatio","path":"scripts/Console_SetStatusRatio/Console_SetStatusRatio.yy",},},
{"id":{"name":"scribble_is_text_element","path":"scripts/scribble_is_text_element/scribble_is_text_element.yy",},},
{"id":{"name":"Console_SetStatusText","path":"scripts/Console_SetStatusText/Console_SetStatusText.yy",},},
{"id":{"name":"char_spike","path":"objects/char_spike/char_spike.yy",},},
{"id":{"name":"__shd_scribble_msdf","path":"shaders/__shd_scribble_msdf/__shd_scribble_msdf.yy",},},
{"id":{"name":"Console_SetVisible","path":"scripts/Console_SetVisible/Console_SetVisible.yy",},},
{"id":{"name":"Console_Step","path":"scripts/Console_Step/Console_Step.yy",},},
{"id":{"name":"Console_UndefineAllMacro","path":"scripts/Console_UndefineAllMacro/Console_UndefineAllMacro.yy",},},
{"id":{"name":"Console_UndefineMacro","path":"scripts/Console_UndefineMacro/Console_UndefineMacro.yy",},},
{"id":{"name":"Console_Uninit","path":"scripts/Console_Uninit/Console_Uninit.yy",},},
{"id":{"name":"Input_Init","path":"scripts/Input_Init/Input_Init.yy",},},
{"id":{"name":"Input_Bind","path":"scripts/Input_Bind/Input_Bind.yy",},},
{"id":{"name":"Input_Unbind","path":"scripts/Input_Unbind/Input_Unbind.yy",},},
{"id":{"name":"__scribble_system_glyph_data","path":"scripts/__scribble_system_glyph_data/__scribble_system_glyph_data.yy",},},
{"id":{"name":"Input_IsHeld","path":"scripts/Input_IsHeld/Input_IsHeld.yy",},},
{"id":{"name":"Input_IsPressed","path":"scripts/Input_IsPressed/Input_IsPressed.yy",},},
{"id":{"name":"Input_IsReleased","path":"scripts/Input_IsReleased/Input_IsReleased.yy",},},
{"id":{"name":"Input_GetState","path":"scripts/Input_GetState/Input_GetState.yy",},},
{"id":{"name":"Input_SetStateOverride","path":"scripts/Input_SetStateOverride/Input_SetStateOverride.yy",},},
{"id":{"name":"scribble_font_bake_outline_4dir","path":"scripts/scribble_font_bake_outline_4dir/scribble_font_bake_outline_4dir.yy",},},
{"id":{"name":"Input_RemoveStateOverride","path":"scripts/Input_RemoveStateOverride/Input_RemoveStateOverride.yy",},},
{"id":{"name":"scribble_anim_rainbow","path":"scripts/scribble_anim_rainbow/scribble_anim_rainbow.yy",},},
{"id":{"name":"Input_Uninit","path":"scripts/Input_Uninit/Input_Uninit.yy",},},
{"id":{"name":"Flag_Init","path":"scripts/Flag_Init/Flag_Init.yy",},},
{"id":{"name":"__scribble_gen_3_devanagari","path":"scripts/__scribble_gen_3_devanagari/__scribble_gen_3_devanagari.yy",},},
{"id":{"name":"Flag_Custom","path":"scripts/Flag_Custom/Flag_Custom.yy",},},
{"id":{"name":"Flag_Save","path":"scripts/Flag_Save/Flag_Save.yy",},},
{"id":{"name":"Flag_Load","path":"scripts/Flag_Load/Flag_Load.yy",},},
{"id":{"name":"Flag_Set","path":"scripts/Flag_Set/Flag_Set.yy",},},
{"id":{"name":"Flag_Get","path":"scripts/Flag_Get/Flag_Get.yy",},},
{"id":{"name":"Flag_Uninit","path":"scripts/Flag_Uninit/Flag_Uninit.yy",},},
{"id":{"name":"Flag_GetSavePath","path":"scripts/Flag_GetSavePath/Flag_GetSavePath.yy",},},
{"id":{"name":"Flag_GetSaveSlot","path":"scripts/Flag_GetSaveSlot/Flag_GetSaveSlot.yy",},},
{"id":{"name":"Flag_SetSaveSlot","path":"scripts/Flag_SetSaveSlot/Flag_SetSaveSlot.yy",},},
{"id":{"name":"Flag_Clear","path":"scripts/Flag_Clear/Flag_Clear.yy",},},
{"id":{"name":"Flag_GetRaw","path":"scripts/Flag_GetRaw/Flag_GetRaw.yy",},},
{"id":{"name":"Flag_SetRaw","path":"scripts/Flag_SetRaw/Flag_SetRaw.yy",},},
{"id":{"name":"Player_Hurt","path":"scripts/Player_Hurt/Player_Hurt.yy",},},
{"id":{"name":"Player_Heal","path":"scripts/Player_Heal/Player_Heal.yy",},},
{"id":{"name":"Player_CalculateDamage","path":"scripts/Player_CalculateDamage/Player_CalculateDamage.yy",},},
{"id":{"name":"Player_IsInBattle","path":"scripts/Player_IsInBattle/Player_IsInBattle.yy",},},
{"id":{"name":"scribble_typewriter_add_event","path":"scripts/scribble_typewriter_add_event/scribble_typewriter_add_event.yy",},},
{"id":{"name":"Player_GetRoomName","path":"scripts/Player_GetRoomName/Player_GetRoomName.yy",},},
{"id":{"name":"Player_GetPlot","path":"scripts/Player_GetPlot/Player_GetPlot.yy",},},
{"id":{"name":"Player_SetPlot","path":"scripts/Player_SetPlot/Player_SetPlot.yy",},},
{"id":{"name":"spr_battle_platform_purple","path":"sprites/spr_battle_platform_purple/spr_battle_platform_purple.yy",},},
{"id":{"name":"Player_SetName","path":"scripts/Player_SetName/Player_SetName.yy",},},
{"id":{"name":"scribble_super_create","path":"scripts/scribble_super_create/scribble_super_create.yy",},},
{"id":{"name":"Player_GetName","path":"scripts/Player_GetName/Player_GetName.yy",},},
{"id":{"name":"scribble_msdf_thickness_offset","path":"scripts/scribble_msdf_thickness_offset/scribble_msdf_thickness_offset.yy",},},
{"id":{"name":"Player_SetLv","path":"scripts/Player_SetLv/Player_SetLv.yy",},},
{"id":{"name":"Player_GetLv","path":"scripts/Player_GetLv/Player_GetLv.yy",},},
{"id":{"name":"Player_SetHp","path":"scripts/Player_SetHp/Player_SetHp.yy",},},
{"id":{"name":"scribble_external_sound_add","path":"scripts/scribble_external_sound_add/scribble_external_sound_add.yy",},},
{"id":{"name":"__scribble_gc_collect","path":"scripts/__scribble_gc_collect/__scribble_gc_collect.yy",},},
{"id":{"name":"font_chs","path":"fonts/font_chs/font_chs.yy",},},
{"id":{"name":"Player_GetHp","path":"scripts/Player_GetHp/Player_GetHp.yy",},},
{"id":{"name":"string_width_scribble_ext","path":"scripts/string_width_scribble_ext/string_width_scribble_ext.yy",},},
{"id":{"name":"Player_SetHpMax","path":"scripts/Player_SetHpMax/Player_SetHpMax.yy",},},
{"id":{"name":"Battle_SetMenuFightPanel","path":"scripts/Battle_SetMenuFightPanel/Battle_SetMenuFightPanel.yy",},},
{"id":{"name":"Player_GetHpMax","path":"scripts/Player_GetHpMax/Player_GetHpMax.yy",},},
{"id":{"name":"Player_GetExp","path":"scripts/Player_GetExp/Player_GetExp.yy",},},
{"id":{"name":"char_frisk","path":"objects/char_frisk/char_frisk.yy",},},
{"id":{"name":"Player_SetExp","path":"scripts/Player_SetExp/Player_SetExp.yy",},},
{"id":{"name":"Player_GetAtk","path":"scripts/Player_GetAtk/Player_GetAtk.yy",},},
{"id":{"name":"Player_GetDef","path":"scripts/Player_GetDef/Player_GetDef.yy",},},
{"id":{"name":"Player_GetSpd","path":"scripts/Player_GetSpd/Player_GetSpd.yy",},},
{"id":{"name":"scribble_anim_wave","path":"scripts/scribble_anim_wave/scribble_anim_wave.yy",},},
{"id":{"name":"Player_GetInv","path":"scripts/Player_GetInv/Player_GetInv.yy",},},
{"id":{"name":"scribble_font_bake_shadow","path":"scripts/scribble_font_bake_shadow/scribble_font_bake_shadow.yy",},},
{"id":{"name":"Player_SetAtk","path":"scripts/Player_SetAtk/Player_SetAtk.yy",},},
{"id":{"name":"Player_SetDef","path":"scripts/Player_SetDef/Player_SetDef.yy",},},
{"id":{"name":"Player_SetSpd","path":"scripts/Player_SetSpd/Player_SetSpd.yy",},},
{"id":{"name":"Player_SetInv","path":"scripts/Player_SetInv/Player_SetInv.yy",},},
{"id":{"name":"Player_GetAtkItem","path":"scripts/Player_GetAtkItem/Player_GetAtkItem.yy",},},
{"id":{"name":"Battle_AddBoardExtraVertex","path":"scripts/Battle_AddBoardExtraVertex/Battle_AddBoardExtraVertex.yy",},},
{"id":{"name":"Player_GetDefItem","path":"scripts/Player_GetDefItem/Player_GetDefItem.yy",},},
{"id":{"name":"__scribble_class_typist","path":"scripts/__scribble_class_typist/__scribble_class_typist.yy",},},
{"id":{"name":"Player_GetSpdItem","path":"scripts/Player_GetSpdItem/Player_GetSpdItem.yy",},},
{"id":{"name":"Player_GetInvItem","path":"scripts/Player_GetInvItem/Player_GetInvItem.yy",},},
{"id":{"name":"Player_SetAtkItem","path":"scripts/Player_SetAtkItem/Player_SetAtkItem.yy",},},
{"id":{"name":"scribble_font_get_glyph_ranges","path":"scripts/scribble_font_get_glyph_ranges/scribble_font_get_glyph_ranges.yy",},},
{"id":{"name":"Player_SetDefItem","path":"scripts/Player_SetDefItem/Player_SetDefItem.yy",},},
{"id":{"name":"Player_SetSpdItem","path":"scripts/Player_SetSpdItem/Player_SetSpdItem.yy",},},
{"id":{"name":"Battle_CreateBoardExtraRect","path":"scripts/Battle_CreateBoardExtraRect/Battle_CreateBoardExtraRect.yy",},},
{"id":{"name":"__scribble_gen_4_build_words","path":"scripts/__scribble_gen_4_build_words/__scribble_gen_4_build_words.yy",},},
{"id":{"name":"Player_SetInvItem","path":"scripts/Player_SetInvItem/Player_SetInvItem.yy",},},
{"id":{"name":"Player_GetAtkTotal","path":"scripts/Player_GetAtkTotal/Player_GetAtkTotal.yy",},},
{"id":{"name":"Player_GetDefTotal","path":"scripts/Player_GetDefTotal/Player_GetDefTotal.yy",},},
{"id":{"name":"Player_GetSpdTotal","path":"scripts/Player_GetSpdTotal/Player_GetSpdTotal.yy",},},
{"id":{"name":"Player_GetInvTotal","path":"scripts/Player_GetInvTotal/Player_GetInvTotal.yy",},},
{"id":{"name":"Player_GetGold","path":"scripts/Player_GetGold/Player_GetGold.yy",},},
{"id":{"name":"Player_SetGold","path":"scripts/Player_SetGold/Player_SetGold.yy",},},
{"id":{"name":"Player_SetKills","path":"scripts/Player_SetKills/Player_SetKills.yy",},},
{"id":{"name":"Player_GetKills","path":"scripts/Player_GetKills/Player_GetKills.yy",},},
{"id":{"name":"Player_GetLvHpMax","path":"scripts/Player_GetLvHpMax/Player_GetLvHpMax.yy",},},
{"id":{"name":"Player_GetLvAtk","path":"scripts/Player_GetLvAtk/Player_GetLvAtk.yy",},},
{"id":{"name":"Player_GetLvDef","path":"scripts/Player_GetLvDef/Player_GetLvDef.yy",},},
{"id":{"name":"__scribble_class_null_element","path":"scripts/__scribble_class_null_element/__scribble_class_null_element.yy",},},
{"id":{"name":"draw_text_scribble","path":"scripts/draw_text_scribble/draw_text_scribble.yy",},},
{"id":{"name":"Player_GetLvExp","path":"scripts/Player_GetLvExp/Player_GetLvExp.yy",},},
{"id":{"name":"Player_LvUp","path":"scripts/Player_LvUp/Player_LvUp.yy",},},
{"id":{"name":"Player_UpdateLv","path":"scripts/Player_UpdateLv/Player_UpdateLv.yy",},},
{"id":{"name":"Player_GetTextTyperChoice","path":"scripts/Player_GetTextTyperChoice/Player_GetTextTyperChoice.yy",},},
{"id":{"name":"Player_Save","path":"scripts/Player_Save/Player_Save.yy",},},
{"id":{"name":"Player_Load","path":"scripts/Player_Load/Player_Load.yy",},},
{"id":{"name":"Encounter_Init","path":"scripts/Encounter_Init/Encounter_Init.yy",},},
{"id":{"name":"Encounter_Uninit","path":"scripts/Encounter_Uninit/Encounter_Uninit.yy",},},
{"id":{"name":"Encounter_Custom","path":"scripts/Encounter_Custom/Encounter_Custom.yy",},},
{"id":{"name":"scribble_anim_shake","path":"scripts/scribble_anim_shake/scribble_anim_shake.yy",},},
{"id":{"name":"Encounter_Set","path":"scripts/Encounter_Set/Encounter_Set.yy",},},
{"id":{"name":"Encounter_Start","path":"scripts/Encounter_Start/Encounter_Start.yy",},},
{"id":{"name":"Encounter_GetEnemy","path":"scripts/Encounter_GetEnemy/Encounter_GetEnemy.yy",},},
{"id":{"name":"Encounter_GetMenuDialog","path":"scripts/Encounter_GetMenuDialog/Encounter_GetMenuDialog.yy",},},
{"id":{"name":"Encounter_GetBGM","path":"scripts/Encounter_GetBGM/Encounter_GetBGM.yy",},},
{"id":{"name":"Encounter_IsPauseBGM","path":"scripts/Encounter_IsPauseBGM/Encounter_IsPauseBGM.yy",},},
{"id":{"name":"Encounter_IsMenuMercyFleeEnabled","path":"scripts/Encounter_IsMenuMercyFleeEnabled/Encounter_IsMenuMercyFleeEnabled.yy",},},
{"id":{"name":"Encounter_IsExists","path":"scripts/Encounter_IsExists/Encounter_IsExists.yy",},},
{"id":{"name":"Encounter_IsQuick","path":"scripts/Encounter_IsQuick/Encounter_IsQuick.yy",},},
{"id":{"name":"Encounter_GetSoulX","path":"scripts/Encounter_GetSoulX/Encounter_GetSoulX.yy",},},
{"id":{"name":"Encounter_GetSoulY","path":"scripts/Encounter_GetSoulY/Encounter_GetSoulY.yy",},},
{"id":{"name":"BGM_Init","path":"scripts/BGM_Init/BGM_Init.yy",},},
{"id":{"name":"scribble_anim_pulse","path":"scripts/scribble_anim_pulse/scribble_anim_pulse.yy",},},
{"id":{"name":"BGM_IsSlotValid","path":"scripts/BGM_IsSlotValid/BGM_IsSlotValid.yy",},},
{"id":{"name":"battle_bg","path":"objects/battle_bg/battle_bg.yy",},},
{"id":{"name":"BGM_GetID","path":"scripts/BGM_GetID/BGM_GetID.yy",},},
{"id":{"name":"BGM_GetAudio","path":"scripts/BGM_GetAudio/BGM_GetAudio.yy",},},
{"id":{"name":"BGM_IsPlaying","path":"scripts/BGM_IsPlaying/BGM_IsPlaying.yy",},},
{"id":{"name":"BGM_IsPaused","path":"scripts/BGM_IsPaused/BGM_IsPaused.yy",},},
{"id":{"name":"__scribble_gen_2_parser","path":"scripts/__scribble_gen_2_parser/__scribble_gen_2_parser.yy",},},
{"id":{"name":"BGM_Play","path":"scripts/BGM_Play/BGM_Play.yy",},},
{"id":{"name":"BGM_Pause","path":"scripts/BGM_Pause/BGM_Pause.yy",},},
{"id":{"name":"Battle_CreateBoardCover","path":"scripts/Battle_CreateBoardCover/Battle_CreateBoardCover.yy",},},
{"id":{"name":"BGM_Resume","path":"scripts/BGM_Resume/BGM_Resume.yy",},},
{"id":{"name":"BGM_SetVolume","path":"scripts/BGM_SetVolume/BGM_SetVolume.yy",},},
{"id":{"name":"BGM_SetPitch","path":"scripts/BGM_SetPitch/BGM_SetPitch.yy",},},
{"id":{"name":"BGM_Stop","path":"scripts/BGM_Stop/BGM_Stop.yy",},},
{"id":{"name":"BGM_Step","path":"scripts/BGM_Step/BGM_Step.yy",},},
{"id":{"name":"__shd_scribble_bake_shadow","path":"shaders/__shd_scribble_bake_shadow/__shd_scribble_bake_shadow.yy",},},
{"id":{"name":"Border_SetEnabled","path":"scripts/Border_SetEnabled/Border_SetEnabled.yy",},},
{"id":{"name":"Border_SetSprite","path":"scripts/Border_SetSprite/Border_SetSprite.yy",},},
{"id":{"name":"Border_IsEnabled","path":"scripts/Border_IsEnabled/Border_IsEnabled.yy",},},
{"id":{"name":"Border_GetSprite","path":"scripts/Border_GetSprite/Border_GetSprite.yy",},},
{"id":{"name":"CC_Add","path":"scripts/CC_Add/CC_Add.yy",},},
{"id":{"name":"Box_IsBoxSlotValid","path":"scripts/Box_IsBoxSlotValid/Box_IsBoxSlotValid.yy",},},
{"id":{"name":"Box_IsSlotValid","path":"scripts/Box_IsSlotValid/Box_IsSlotValid.yy",},},
{"id":{"name":"__scribble_font_add_from_project","path":"scripts/__scribble_font_add_from_project/__scribble_font_add_from_project.yy",},},
{"id":{"name":"Box_Get","path":"scripts/Box_Get/Box_Get.yy",},},
{"id":{"name":"Box_Set","path":"scripts/Box_Set/Box_Set.yy",},},
{"id":{"name":"font_sans","path":"fonts/font_sans/font_sans.yy",},},
{"id":{"name":"Box_Update","path":"scripts/Box_Update/Box_Update.yy",},},
{"id":{"name":"Box_GetNumber","path":"scripts/Box_GetNumber/Box_GetNumber.yy",},},
{"id":{"name":"spr_battle_bg","path":"sprites/spr_battle_bg/spr_battle_bg.yy",},},
{"id":{"name":"Box_Add","path":"scripts/Box_Add/Box_Add.yy",},},
{"id":{"name":"Box_Remove","path":"scripts/Box_Remove/Box_Remove.yy",},},
{"id":{"name":"Demo_Init","path":"scripts/Demo_Init/Demo_Init.yy",},},
{"id":{"name":"Demo_StartRecording","path":"scripts/Demo_StartRecording/Demo_StartRecording.yy",},},
{"id":{"name":"Demo_PauseRecording","path":"scripts/Demo_PauseRecording/Demo_PauseRecording.yy",},},
{"id":{"name":"Demo_ResumeRecording","path":"scripts/Demo_ResumeRecording/Demo_ResumeRecording.yy",},},
{"id":{"name":"Demo_StopRecording","path":"scripts/Demo_StopRecording/Demo_StopRecording.yy",},},
{"id":{"name":"Demo_IsRecording","path":"scripts/Demo_IsRecording/Demo_IsRecording.yy",},},
{"id":{"name":"Demo_IsRecordingPaused","path":"scripts/Demo_IsRecordingPaused/Demo_IsRecordingPaused.yy",},},
{"id":{"name":"Demo_StartPlaying","path":"scripts/Demo_StartPlaying/Demo_StartPlaying.yy",},},
{"id":{"name":"Demo_PausePlaying","path":"scripts/Demo_PausePlaying/Demo_PausePlaying.yy",},},
{"id":{"name":"Demo_ResumePlaying","path":"scripts/Demo_ResumePlaying/Demo_ResumePlaying.yy",},},
{"id":{"name":"Demo_StopPlaying","path":"scripts/Demo_StopPlaying/Demo_StopPlaying.yy",},},
{"id":{"name":"Demo_IsPlaying","path":"scripts/Demo_IsPlaying/Demo_IsPlaying.yy",},},
{"id":{"name":"__scribble_font_add_all_from_project","path":"scripts/__scribble_font_add_all_from_project/__scribble_font_add_all_from_project.yy",},},
{"id":{"name":"scribble_font_set_default","path":"scripts/scribble_font_set_default/scribble_font_set_default.yy",},},
{"id":{"name":"Demo_IsPlayingPaused","path":"scripts/Demo_IsPlayingPaused/Demo_IsPlayingPaused.yy",},},
{"id":{"name":"Demo_Uninit","path":"scripts/Demo_Uninit/Demo_Uninit.yy",},},
{"id":{"name":"Battle_GetMenuFightPanel","path":"scripts/Battle_GetMenuFightPanel/Battle_GetMenuFightPanel.yy",},},
{"id":{"name":"Demo_AddInput","path":"scripts/Demo_AddInput/Demo_AddInput.yy",},},
{"id":{"name":"Demo_GetInputNumber","path":"scripts/Demo_GetInputNumber/Demo_GetInputNumber.yy",},},
{"id":{"name":"Demo_GetInput","path":"scripts/Demo_GetInput/Demo_GetInput.yy",},},
{"id":{"name":"Demo_RemoveInput","path":"scripts/Demo_RemoveInput/Demo_RemoveInput.yy",},},
{"id":{"name":"Demo_ClearInput","path":"scripts/Demo_ClearInput/Demo_ClearInput.yy",},},
{"id":{"name":"snd_spike_disable","path":"sounds/snd_spike_disable/snd_spike_disable.yy",},},
{"id":{"name":"scribble_font_force_bilinear_filtering","path":"scripts/scribble_font_force_bilinear_filtering/scribble_font_force_bilinear_filtering.yy",},},
{"id":{"name":"font_crypt_of_tomorrow","path":"fonts/font_crypt_of_tomorrow/font_crypt_of_tomorrow.yy",},},
{"id":{"name":"font_mars_needs_cunnilingus","path":"fonts/font_mars_needs_cunnilingus/font_mars_needs_cunnilingus.yy",},},
{"id":{"name":"world","path":"objects/world/world.yy",},},
{"id":{"name":"camera","path":"objects/camera/camera.yy",},},
{"id":{"name":"fader","path":"objects/fader/fader.yy",},},
{"id":{"name":"border","path":"objects/border/border.yy",},},
{"id":{"name":"closed_captions","path":"objects/closed_captions/closed_captions.yy",},},
{"id":{"name":"shaker","path":"objects/shaker/shaker.yy",},},
{"id":{"name":"block","path":"objects/block/block.yy",},},
{"id":{"name":"block_corner","path":"objects/block_corner/block_corner.yy",},},
{"id":{"name":"gameover","path":"objects/gameover/gameover.yy",},},
{"id":{"name":"gameover_shard","path":"objects/gameover_shard/gameover_shard.yy",},},
{"id":{"name":"string_height_scribble","path":"scripts/string_height_scribble/string_height_scribble.yy",},},
{"id":{"name":"exclamation","path":"objects/exclamation/exclamation.yy",},},
{"id":{"name":"encounter_anim","path":"objects/encounter_anim/encounter_anim.yy",},},
{"id":{"name":"logo","path":"objects/logo/logo.yy",},},
{"id":{"name":"scribble_font_bake_outline_8dir_2px","path":"scripts/scribble_font_bake_outline_8dir_2px/scribble_font_bake_outline_8dir_2px.yy",},},
{"id":{"name":"menu","path":"objects/menu/menu.yy",},},
{"id":{"name":"text_typer","path":"objects/text_typer/text_typer.yy",},},
{"id":{"name":"text_single","path":"objects/text_single/text_single.yy",},},
{"id":{"name":"face","path":"objects/face/face.yy",},},
{"id":{"name":"battle","path":"objects/battle/battle.yy",},},
{"id":{"name":"scribble_font_bake_outline","path":"scripts/scribble_font_bake_outline/scribble_font_bake_outline.yy",},},
{"id":{"name":"battle_ui","path":"objects/battle_ui/battle_ui.yy",},},
{"id":{"name":"battle_fader","path":"objects/battle_fader/battle_fader.yy",},},
{"id":{"name":"battle_button","path":"objects/battle_button/battle_button.yy",},},
{"id":{"name":"battle_button_fight","path":"objects/battle_button_fight/battle_button_fight.yy",},},
{"id":{"name":"__scribble_config_defaults","path":"scripts/__scribble_config_defaults/__scribble_config_defaults.yy",},},
{"id":{"name":"__shd_scribble_bake_outline_4dir","path":"shaders/__shd_scribble_bake_outline_4dir/__shd_scribble_bake_outline_4dir.yy",},},
{"id":{"name":"battle_button_act","path":"objects/battle_button_act/battle_button_act.yy",},},
{"id":{"name":"battle_button_item","path":"objects/battle_button_item/battle_button_item.yy",},},
{"id":{"name":"battle_button_mercy","path":"objects/battle_button_mercy/battle_button_mercy.yy",},},
{"id":{"name":"battle_board_cover","path":"objects/battle_board_cover/battle_board_cover.yy",},},
{"id":{"name":"scribble_super_clear","path":"scripts/scribble_super_clear/scribble_super_clear.yy",},},
{"id":{"name":"scribble_anim_wobble","path":"scripts/scribble_anim_wobble/scribble_anim_wobble.yy",},},
{"id":{"name":"battle_soul_red","path":"objects/battle_soul_red/battle_soul_red.yy",},},
{"id":{"name":"battle_enemy","path":"objects/battle_enemy/battle_enemy.yy",},},
{"id":{"name":"BlueSoulControl","path":"scripts/BlueSoulControl/BlueSoulControl.yy",},},
{"id":{"name":"battle_menu_fight","path":"objects/battle_menu_fight/battle_menu_fight.yy",},},
{"id":{"name":"scribble_font_bake_shader","path":"scripts/scribble_font_bake_shader/scribble_font_bake_shader.yy",},},
{"id":{"name":"battle_menu_fight_knife","path":"objects/battle_menu_fight_knife/battle_menu_fight_knife.yy",},},
{"id":{"name":"battle_menu_fight_anim_knife","path":"objects/battle_menu_fight_anim_knife/battle_menu_fight_anim_knife.yy",},},
{"id":{"name":"battle_menu_item_scrollbar","path":"objects/battle_menu_item_scrollbar/battle_menu_item_scrollbar.yy",},},
{"id":{"name":"battle_menu_fight_hp_bar","path":"objects/battle_menu_fight_hp_bar/battle_menu_fight_hp_bar.yy",},},
{"id":{"name":"battle_bullet","path":"objects/battle_bullet/battle_bullet.yy",},},
{"id":{"name":"battle_turn","path":"objects/battle_turn/battle_turn.yy",},},
{"id":{"name":"__scribble_gen_5_finalize_bidi","path":"scripts/__scribble_gen_5_finalize_bidi/__scribble_gen_5_finalize_bidi.yy",},},
{"id":{"name":"battle_damage","path":"objects/battle_damage/battle_damage.yy",},},
{"id":{"name":"battle_death_particle","path":"objects/battle_death_particle/battle_death_particle.yy",},},
{"id":{"name":"battle_board_extra_circle","path":"objects/battle_board_extra_circle/battle_board_extra_circle.yy",},},
{"id":{"name":"battle_death_particle_collision","path":"objects/battle_death_particle_collision/battle_death_particle_collision.yy",},},
{"id":{"name":"battle_dialog_enemy","path":"objects/battle_dialog_enemy/battle_dialog_enemy.yy",},},
{"id":{"name":"battle_result_flee","path":"objects/battle_result_flee/battle_result_flee.yy",},},
{"id":{"name":"item","path":"objects/item/item.yy",},},
{"id":{"name":"item_stick","path":"objects/item_stick/item_stick.yy",},},
{"id":{"name":"item_bandage","path":"objects/item_bandage/item_bandage.yy",},},
{"id":{"name":"item_toy_knife","path":"objects/item_toy_knife/item_toy_knife.yy",},},
{"id":{"name":"snd_dong","path":"sounds/snd_dong/snd_dong.yy",},},
{"id":{"name":"item_faded_ribbon","path":"objects/item_faded_ribbon/item_faded_ribbon.yy",},},
{"id":{"name":"item_tml","path":"objects/item_tml/item_tml.yy",},},
{"id":{"name":"phone","path":"objects/phone/phone.yy",},},
{"id":{"name":"scribble_anim_reset","path":"scripts/scribble_anim_reset/scribble_anim_reset.yy",},},
{"id":{"name":"scribble_super_glyph_delete","path":"scripts/scribble_super_glyph_delete/scribble_super_glyph_delete.yy",},},
{"id":{"name":"phone_toriel","path":"objects/phone_toriel/phone_toriel.yy",},},
{"id":{"name":"char","path":"objects/char/char.yy",},},
{"id":{"name":"char_player","path":"objects/char_player/char_player.yy",},},
{"id":{"name":"char_sign","path":"objects/char_sign/char_sign.yy",},},
{"id":{"name":"char_save","path":"objects/char_save/char_save.yy",},},
{"id":{"name":"trigger","path":"objects/trigger/trigger.yy",},},
{"id":{"name":"spr_sans_face","path":"sprites/spr_sans_face/spr_sans_face.yy",},},
{"id":{"name":"scribble_flush_everything","path":"scripts/scribble_flush_everything/scribble_flush_everything.yy",},},
{"id":{"name":"trigger_warp","path":"objects/trigger_warp/trigger_warp.yy",},},
{"id":{"name":"__scribble_font_add_msdf_from_project","path":"scripts/__scribble_font_add_msdf_from_project/__scribble_font_add_msdf_from_project.yy",},},
{"id":{"name":"draw_text_scribble_ext","path":"scripts/draw_text_scribble_ext/draw_text_scribble_ext.yy",},},
{"id":{"name":"ui_dialog","path":"objects/ui_dialog/ui_dialog.yy",},},
{"id":{"name":"ui_menu","path":"objects/ui_menu/ui_menu.yy",},},
{"id":{"name":"ui_save","path":"objects/ui_save/ui_save.yy",},},
{"id":{"name":"ui_box","path":"objects/ui_box/ui_box.yy",},},
{"id":{"name":"hint_bgm","path":"objects/hint_bgm/hint_bgm.yy",},},
{"id":{"name":"hint_landmark","path":"objects/hint_landmark/hint_landmark.yy",},},
{"id":{"name":"obj_area0","path":"objects/obj_area0/obj_area0.yy",},},
{"id":{"name":"battle_enemy_test","path":"objects/battle_enemy_test/battle_enemy_test.yy",},},
{"id":{"name":"hint_border","path":"objects/hint_border/hint_border.yy",},},
{"id":{"name":"font_chs_enemy","path":"fonts/font_chs_enemy/font_chs_enemy.yy",},},
{"id":{"name":"hint_half_size","path":"objects/hint_half_size/hint_half_size.yy",},},
{"id":{"name":"demo_recorder","path":"objects/demo_recorder/demo_recorder.yy",},},
{"id":{"name":"demo_player","path":"objects/demo_player/demo_player.yy",},},
{"id":{"name":"room_init","path":"rooms/room_init/room_init.yy",},},
{"id":{"name":"Battle_CreateBoardExtraCircle","path":"scripts/Battle_CreateBoardExtraCircle/Battle_CreateBoardExtraCircle.yy",},},
{"id":{"name":"room_logo","path":"rooms/room_logo/room_logo.yy",},},
{"id":{"name":"room_menu","path":"rooms/room_menu/room_menu.yy",},},
{"id":{"name":"room_area_0","path":"rooms/room_area_0/room_area_0.yy",},},
{"id":{"name":"room_battle","path":"rooms/room_battle/room_battle.yy",},},
{"id":{"name":"room_gameover","path":"rooms/room_gameover/room_gameover.yy",},},
{"id":{"name":"scribble_typists_add_event","path":"scripts/scribble_typists_add_event/scribble_typists_add_event.yy",},},
{"id":{"name":"room_shop","path":"rooms/room_shop/room_shop.yy",},},
{"id":{"name":"room_settings","path":"rooms/room_settings/room_settings.yy",},},
],
"RoomOrderNodes": [
{"roomId":{"name":"room_init","path":"rooms/room_init/room_init.yy",},},
{"roomId":{"name":"room_logo","path":"rooms/room_logo/room_logo.yy",},},
{"roomId":{"name":"room_menu","path":"rooms/room_menu/room_menu.yy",},},
{"roomId":{"name":"room_area_0","path":"rooms/room_area_0/room_area_0.yy",},},
{"roomId":{"name":"room_battle","path":"rooms/room_battle/room_battle.yy",},},
{"roomId":{"name":"room_gameover","path":"rooms/room_gameover/room_gameover.yy",},},
{"roomId":{"name":"room_shop","path":"rooms/room_shop/room_shop.yy",},},
{"roomId":{"name":"room_settings","path":"rooms/room_settings/room_settings.yy",},},
],
"TextureGroups": [
{"resourceType":"GMTextureGroup","resourceVersion":"1.3","name":"Default","autocrop":true,"border":2,"compressFormat":"bz2","directory":"","groupParent":null,"isScaled":true,"loadType":"default","mipsToGenerate":0,"targets":-1,},
],
}