-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage_hasumiFront.png.meta
1170 lines (1170 loc) · 35.1 KB
/
image_hasumiFront.png.meta
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
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
fileFormatVersion: 2
guid: 838e22e9ab696e44698d00add99711d0
timeCreated: 1636840698
licenseType: Free
TextureImporter:
fileIDToRecycleName:
21300000: image_hasumiFront_0
21300002: image_hasumiFront_1
21300004: image_hasumiFront_2
21300006: image_hasumiFront_3
21300008: image_hasumiFront_4
21300010: image_hasumiFront_5
21300012: image_hasumiFront_6
21300014: image_hasumiFront_7
21300016: image_hasumiFront_8
21300018: image_hasumiFront_9
21300020: image_hasumiFront_10
21300022: image_hasumiFront_11
21300024: image_hasumiFront_12
21300026: image_hasumiFront_13
21300028: image_hasumiFront_14
21300030: image_hasumiFront_15
21300032: image_hasumiFront_16
21300034: image_hasumiFront_17
21300036: image_hasumiFront_18
21300038: image_hasumiFront_19
21300040: image_hasumiFront_20
21300042: image_hasumiFront_21
21300044: image_hasumiFront_22
21300046: image_hasumiFront_23
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 4
maxTextureSize: 355
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 0
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: image_hasumiFront_0
rect:
serializedVersion: 2
x: 2.0761204
y: 189.05132
width: 54.847755
height: 97.87257
alignment: 9
pivot: {x: 0.50000006, y: 0.5001268}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 12.500002, y: -44.98759}
- {x: 5.500002, y: -45.987595}
- {x: 4.500002, y: -46.987595}
- {x: -1.7499981, y: -46.987595}
- {x: -7.999998, y: -46.987595}
- {x: -20.499998, y: -46.987595}
- {x: -25.499998, y: -42.987595}
- {x: -25.499998, y: -19.987595}
- {x: -17.499998, y: 0.0124053955}
- {x: -20.499998, y: 12.012405}
- {x: -20.499998, y: 32.012405}
- {x: -11.499998, y: 45.012405}
- {x: -8.499998, y: 47.0124}
- {x: 19.500002, y: 47.0124}
- {x: 24.500002, y: 39.012405}
- {x: 25.5, y: 36.012405}
- {x: 25.5, y: 17.512405}
- {x: 25.5, y: -0.9875946}
- {x: 25.5, y: -19.487595}
- {x: 25.5, y: -37.987595}
- {x: 23.5, y: -42.987595}
physicsShape:
- - {x: 23.5, y: -16.98759}
- {x: 25.5, y: -10.987591}
- {x: 26.500002, y: 12.012409}
- {x: 26.500002, y: 32.01241}
- {x: 22.500002, y: 43.012405}
- {x: 13.500001, y: 48.01241}
- {x: -4.499998, y: 48.01241}
- {x: -9.499997, y: 45.01241}
- {x: -15.499998, y: 37.01241}
- {x: -19.499996, y: 28.01241}
- {x: -18.499998, y: -3.9875908}
- {x: -25.499998, y: -19.987589}
- {x: -26.499998, y: -30.98759}
- {x: -26.499998, y: -35.98759}
- {x: -25.499998, y: -38.98759}
- {x: -21.499998, y: -35.98759}
- {x: -16.499998, y: -42.987587}
- {x: -13.499998, y: -41.98759}
- {x: -5.499998, y: -46.98759}
- {x: -0.4999981, y: -46.98759}
- {x: 2.500002, y: -45.987587}
- {x: 4.500002, y: -37.98759}
- {x: 12.500002, y: -41.98759}
- {x: 23.5, y: -36.98759}
tessellationDetail: 0
bones: []
spriteID: 1a87158726fc40438f59ce14ac6a1054
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_1
rect:
serializedVersion: 2
x: 61.57612
y: 217.01291
width: 49.92388
height: 68.96034
alignment: 9
pivot: {x: 0.4191157, y: 0.5001004}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 10.96194, y: -6.4930763}
- {x: 1.4619408, y: -19.993074}
- {x: -8.038059, y: -33.493073}
- {x: -17.03806, y: -33.493073}
- {x: -24.038063, y: -10.493076}
- {x: -24.038063, y: 22.506924}
- {x: -23.038061, y: 27.506924}
- {x: -14.038058, y: 34.506924}
- {x: 7.961941, y: 34.506924}
- {x: 18.961939, y: 15.506924}
- {x: 18.961939, y: 3.5069237}
physicsShape:
- - {x: 14.961937, y: 15.506924}
- {x: 13.961937, y: 23.506924}
- {x: -0.03806305, y: 33.50692}
- {x: -17.038063, y: 33.50692}
- {x: -24.038063, y: 26.506922}
- {x: -24.038063, y: -11.493075}
- {x: -21.038063, y: -27.493076}
- {x: -10.038063, y: -27.493076}
- {x: -10.038063, y: -2.493076}
- {x: 10.961937, y: -2.493076}
- {x: 14.961937, y: 5.5069237}
- - {x: 20.961937, y: 18.506924}
- {x: 20.961937, y: -1.4930763}
- {x: 23.961935, y: -2.493076}
- {x: 24.961937, y: -2.493076}
- {x: 24.961937, y: 18.506924}
tessellationDetail: 0
bones: []
spriteID: f36a29f082ee4a34b8955ac3dbdcd467
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_2
rect:
serializedVersion: 2
x: 107.52674
y: 226
width: 38.973248
height: 58.973248
alignment: 9
pivot: {x: 0.39702258, y: 0.5341405}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -14.513371, y: -24.48662}
- {x: -18.51337, y: -12.486622}
- {x: -18.51337, y: 6.013378}
- {x: -18.51337, y: 24.513378}
- {x: -6.5133724, y: 29.513378}
- {x: 13.486635, y: 29.513378}
- {x: 13.486635, y: 18.513378}
- {x: 6.986635, y: -1.4866219}
- {x: 0.48662758, y: -21.486622}
- {x: -3.5133724, y: -24.48662}
physicsShape:
- - {x: 8.486627, y: 28.513376}
- {x: -10.513372, y: 28.513376}
- {x: -18.51337, y: 24.513378}
- {x: -19.513372, y: 17.513378}
- {x: -19.513372, y: -12.486622}
- {x: -11.513372, y: -22.48662}
- {x: -6.5133724, y: -22.48662}
- {x: -1.5133724, y: -19.48662}
- {x: 11.486628, y: 22.513378}
- {x: 11.486628, y: 27.513378}
tessellationDetail: 0
bones: []
spriteID: 79f3810a35574ea2a2d157edcb8a0b07
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_3
rect:
serializedVersion: 2
x: 138
y: 240
width: 26
height: 48
alignment: 9
pivot: {x: 0.48076922, y: 0.5104167}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -7.9999995, y: -19}
- {x: -7.9999995, y: -4}
- {x: -7.9999995, y: 11}
- {x: -6, y: 20}
- {x: 0.5, y: 20}
- {x: 6.9999995, y: 20}
- {x: 8, y: 19}
- {x: 8, y: 9.5}
- {x: 8, y: 0}
- {x: 8, y: -19}
physicsShape:
- - {x: 1.9999998, y: 20}
- {x: -6, y: 20}
- {x: -7, y: 13}
- {x: -7, y: -17}
- {x: 6.9999995, y: -17}
- {x: 6.9999995, y: 13.999999}
- {x: 6, y: 16}
tessellationDetail: 0
bones: []
spriteID: 15ad8fcbcbba478b87eadf060eccb282
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_4
rect:
serializedVersion: 2
x: 161.07613
y: 239.01291
width: 41.847755
height: 43.910965
alignment: 9
pivot: {x: 0.49999994, y: 0.50071985}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 18.999996, y: -21.968391}
- {x: 7.9999957, y: -21.968391}
- {x: -3.0000038, y: 0.03160858}
- {x: -20.000004, y: 13.031609}
- {x: -20.000004, y: 22.031609}
- {x: -2.5000038, y: 22.031609}
- {x: 14.999996, y: 22.031609}
- {x: 20.999996, y: 3.0316086}
- {x: 20.999996, y: -8.468391}
- {x: 20.999996, y: -19.96839}
physicsShape:
- - {x: -19.000002, y: 13.031609}
- {x: -18.000002, y: 12.031609}
- {x: -1.9073486E-06, y: 0.03160858}
- {x: 7.999998, y: -14.96839}
- {x: 12.999998, y: -19.96839}
- {x: 19.999996, y: -19.96839}
- {x: 19.999996, y: 4.0316086}
- {x: 15.999998, y: 21.031609}
- {x: -13.000002, y: 21.031609}
- {x: -19.000002, y: 19.031609}
tessellationDetail: 0
bones: []
spriteID: 377c82af890e4e479486d2a6e6a65852
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_5
rect:
serializedVersion: 2
x: 250.52673
y: 156.07613
width: 97.909355
height: 126.880974
alignment: 9
pivot: {x: 0.4950831, y: 0.49986908}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -16.481411, y: 11.483386}
- {x: -26.98141, y: 24.483385}
- {x: -37.48141, y: 38.983387}
- {x: -47.981426, y: 53.483383}
- {x: -47.981426, y: 59.483383}
- {x: -43.981426, y: 63.483387}
- {x: -37.98141, y: 63.483387}
- {x: -25.481411, y: 47.483387}
- {x: -12.981411, y: 31.483387}
- {x: -4.981411, y: 18.483387}
- {x: 2.518589, y: 8.983387}
- {x: 10.018589, y: -0.516613}
- {x: 17.518589, y: -10.016612}
- {x: 25.018589, y: -19.516613}
- {x: 31.268589, y: -28.766613}
- {x: 37.51859, y: -38.016613}
- {x: 43.76859, y: -47.266613}
- {x: 50.01859, y: -56.516613}
- {x: 50.01859, y: -60.51661}
- {x: 45.01859, y: -63.516613}
- {x: 39.01859, y: -63.516613}
- {x: 32.51859, y: -54.01661}
- {x: 26.018587, y: -44.516613}
- {x: 18.018589, y: -35.016613}
- {x: 10.018589, y: -25.516613}
- {x: 2.0185888, y: -13.516612}
- {x: -5.981411, y: -1.516613}
physicsShape:
- - {x: 3.0185738, y: 4.483387}
- {x: -6.9814262, y: 18.483387}
- {x: -14.981425, y: 31.483387}
- {x: -32.981426, y: 55.483387}
- {x: -38.981426, y: 62.483387}
- {x: -46.981426, y: 62.483387}
- {x: -48.981426, y: 57.483387}
- {x: -48.981426, y: 52.483383}
- {x: -20.981426, y: 16.483387}
- {x: -7.9814262, y: 1.483387}
- {x: 10.018574, y: -24.516611}
- {x: 29.018574, y: -48.516613}
- {x: 39.018574, y: -62.516613}
- {x: 43.01857, y: -62.516613}
- {x: 48.018574, y: -60.51661}
- {x: 48.018574, y: -56.516613}
- {x: 22.018574, y: -19.516613}
tessellationDetail: 0
bones: []
spriteID: c2abd85cb8294e2a8e5a78ea591e35c4
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_6
rect:
serializedVersion: 2
x: 63.07612
y: 153.07613
width: 49.897125
height: 60.847763
alignment: 9
pivot: {x: 0.49950537, y: 0.49999988}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -15.02468, y: -29.500006}
- {x: -22.024681, y: -23.500008}
- {x: -20.02468, y: -18.500008}
- {x: -15.02468, y: -12.500008}
- {x: -25.024681, y: 11.499991}
- {x: -25.024681, y: 30.499992}
- {x: -8.024681, y: 30.499992}
- {x: 8.975319, y: 30.499992}
- {x: 12.975319, y: 28.499992}
- {x: 18.475319, y: 10.499992}
- {x: 23.975319, y: -7.500007}
- {x: 23.975319, y: -25.500008}
- {x: 3.975319, y: -29.500006}
physicsShape:
- - {x: 4.9753184, y: 29.49999}
- {x: -24.024681, y: 29.49999}
- {x: -24.024681, y: 10.499992}
- {x: -19.024681, y: -11.500007}
- {x: -19.024681, y: -18.500008}
- {x: -20.02468, y: -22.500008}
- {x: -15.02468, y: -26.500006}
- {x: -9.024681, y: -29.500006}
- {x: -1.0246811, y: -29.500006}
- {x: 21.975319, y: -23.500008}
- {x: 22.975317, y: -21.500006}
- {x: 22.975317, y: -12.500008}
- {x: 8.975319, y: 23.499992}
tessellationDetail: 0
bones: []
spriteID: 75aaa772c93847ac9080efb6d54c5ffa
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_7
rect:
serializedVersion: 2
x: 121
y: 200
width: 16
height: 27
alignment: 9
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -8, y: -13.500001}
- {x: -8, y: 13.500001}
- {x: 8, y: 13.500001}
- {x: 8, y: -13.500001}
physicsShape:
- - {x: -7, y: 13.499999}
- {x: -8, y: 9.5}
- {x: -8, y: -13.499999}
- {x: -2, y: -13.499999}
- {x: 8, y: -9.5}
- {x: 8, y: 13.499999}
tessellationDetail: 0
bones: []
spriteID: 67cff04c73da44099b89c0620f798745
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_8
rect:
serializedVersion: 2
x: 144
y: 193
width: 33
height: 34
alignment: 9
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -15.5, y: -17}
- {x: -16.5, y: -16}
- {x: -16.5, y: -4}
- {x: -3.5, y: 16}
- {x: -0.5, y: 17}
- {x: 16.5, y: 17}
- {x: 16.5, y: 2}
- {x: 15.5, y: 1}
- {x: -0.5, y: -17}
physicsShape:
- - {x: 3.5, y: 17}
- {x: -16.5, y: -6}
- {x: -16.5, y: -14.999999}
- {x: -13.499999, y: -17}
- {x: -3.5, y: -17}
- {x: 16.5, y: 2}
- {x: 16.5, y: 14.999999}
- {x: 13.499999, y: 17}
tessellationDetail: 0
bones: []
spriteID: 5325c95781bf4689ba0404c9a8232921
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_9
rect:
serializedVersion: 2
x: 180.39958
y: 180.77347
width: 33.923878
height: 49.923878
alignment: 9
pivot: {x: 0.5630376, y: 0.52533036}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -11.961938, y: 4.038059}
- {x: -11.961938, y: 25.03806}
- {x: 1.0380611, y: 25.03806}
- {x: 3.0380611, y: 23.03806}
- {x: 16.03806, y: -1.9619408}
- {x: 16.03806, y: -19.96194}
- {x: -0.96193886, y: -19.96194}
physicsShape:
- - {x: -10.062357, y: -24.688475}
- {x: -11.062357, y: -21.688475}
- {x: -17.062357, y: -21.688475}
- {x: -17.062357, y: -24.688475}
- - {x: 1.937643, y: 24.311525}
- {x: -7.062357, y: 24.311525}
- {x: -11.062357, y: 22.311523}
- {x: -11.062357, y: 8.311525}
- {x: 0.93764305, y: -17.688475}
- {x: 3.937643, y: -19.688475}
- {x: 14.937642, y: -19.688475}
- {x: 15.937643, y: -15.688475}
- {x: 15.937643, y: -1.6884747}
- {x: 3.937643, y: 22.311523}
tessellationDetail: 0
bones: []
spriteID: 09c314247fcc44b0b0cef960037893ab
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_10
rect:
serializedVersion: 2
x: 4.026751
y: 85.07612
width: 47.93034
height: 100.89713
alignment: 9
pivot: {x: 0.50016856, y: 0.49975535}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -14.9919195, y: -46.524685}
- {x: -22.991919, y: -35.524685}
- {x: -14.9919195, y: -11.524684}
- {x: -22.991919, y: 8.475315}
- {x: -23.99192, y: 16.475315}
- {x: -23.99192, y: 36.47531}
- {x: -21.99192, y: 48.475315}
- {x: -16.99192, y: 50.475315}
- {x: -6.9919205, y: 50.475315}
- {x: 0.008079529, y: 44.475315}
- {x: 10.008079, y: 22.475315}
- {x: 17.00808, y: -0.024684906}
- {x: 20.50808, y: -11.274685}
- {x: 24.00808, y: -22.524685}
- {x: 24.00808, y: -37.524685}
- {x: 23.008078, y: -40.524685}
- {x: 11.00808, y: -47.524685}
- {x: 3.0080795, y: -50.524685}
- {x: -3.9919205, y: -50.524685}
physicsShape:
- - {x: 2.0080795, y: 40.475315}
- {x: -5.9919205, y: 49.47531}
- {x: -17.99192, y: 49.47531}
- {x: -20.99192, y: 48.475315}
- {x: -21.99192, y: 30.475315}
- {x: -22.991919, y: 26.475313}
- {x: -22.991919, y: 9.475315}
- {x: -15.99192, y: -2.5246847}
- {x: -22.991919, y: -23.524685}
- {x: -22.991919, y: -35.524685}
- {x: -15.99192, y: -47.524685}
- {x: -5.9919205, y: -49.52468}
- {x: 7.0080795, y: -49.52468}
- {x: 24.00808, y: -38.524685}
- {x: 24.00808, y: -27.524685}
- {x: 13.00808, y: 18.475315}
tessellationDetail: 0
bones: []
spriteID: d84935e2717449e3ad5cc61e63d28dca
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_11
rect:
serializedVersion: 2
x: 119
y: 151
width: 46
height: 33
alignment: 9
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 6, y: -16.5}
- {x: -23, y: 0.5}
- {x: -23, y: 16.5}
- {x: -3, y: 16.5}
- {x: 20, y: 4.5}
- {x: 23, y: -2.5}
- {x: 23, y: -16.5}
physicsShape:
- - {x: -4, y: 16.5}
- {x: -22.999998, y: 16.5}
- {x: -22.999998, y: 4.5}
- {x: 4, y: -16.5}
- {x: 22.999998, y: -16.5}
- {x: 22.999998, y: -7.4999995}
- {x: 17, y: -0.5}
tessellationDetail: 0
bones: []
spriteID: 9c6a802407194c108cf806132184f539
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_12
rect:
serializedVersion: 2
x: 174.04291
y: 129.02675
width: 39.85152
height: 63.973248
alignment: 9
pivot: {x: 0.4129602, y: 0.43726483}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 5.031332, y: 26.986628}
- {x: 3.031332, y: 31.986628}
- {x: 20.031332, y: 31.986628}
- {x: 20.031332, y: 26.986628}
- {x: 15.031332, y: 22.98663}
- {x: 10.031333, y: 22.98663}
- - {x: -2.968668, y: -32.013374}
- {x: -19.968668, y: -1.0133724}
- {x: -19.968668, y: 23.986628}
- {x: -1.968668, y: 23.986628}
- {x: 4.0313325, y: 22.98663}
- {x: 13.031332, y: -13.013372}
- {x: 13.031332, y: -32.013374}
physicsShape:
- - {x: -18.968668, y: 9.986628}
- {x: -14.968667, y: -5.0133724}
- {x: -0.9686682, y: -28.013372}
- {x: 2.031332, y: -31.01337}
- {x: 9.031332, y: -31.01337}
- {x: 12.031332, y: -30.013372}
- {x: 12.031332, y: -18.013372}
- {x: -1.968668, y: 21.986628}
- {x: -17.968668, y: 21.986628}
- {x: -18.968668, y: 20.986628}
- - {x: 5.031332, y: 31.986628}
- {x: 5.031332, y: 29.986628}
- {x: 8.031331, y: 24.986628}
- {x: 11.031332, y: 23.986628}
- {x: 14.031332, y: 23.986628}
- {x: 19.031332, y: 27.986628}
- {x: 19.031332, y: 31.986628}
tessellationDetail: 0
bones: []
spriteID: 490bc8fbb32f446f93e6237ee070c47c
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_13
rect:
serializedVersion: 2
x: 64.02675
y: 114.07612
width: 40.946495
height: 41.92388
alignment: 9
pivot: {x: 0.5000001, y: 0.43946025}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -20.499994, y: 9.211941}
- {x: -20.499994, y: 14.961941}
- {x: -19.499994, y: 15.961941}
- {x: -10.749993, y: 15.961941}
- {x: -1.9999943, y: 15.961941}
- {x: 15.500006, y: 15.961941}
- {x: 20.500006, y: 9.961941}
- {x: 20.500006, y: -0.53805923}
- {x: 20.500006, y: -11.038059}
- {x: 8.500006, y: -21.03806}
- {x: -12.499994, y: -21.03806}
- {x: -17.499994, y: -20.03806}
- {x: -20.499994, y: -8.038059}
- {x: -20.499994, y: 3.4619408}
physicsShape:
- - {x: -12.499994, y: 14.961939}
- {x: -19.499994, y: 11.961939}
- {x: -19.499994, y: -9.038061}
- {x: -15.499994, y: -20.038061}
- {x: 8.500006, y: -20.038061}
- {x: 19.500006, y: -5.038061}
- {x: 19.500006, y: 7.961939}
- {x: 6.5000057, y: 14.961939}
tessellationDetail: 0
bones: []
spriteID: f455a829d3684755965e58efa190d6a7
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_14
rect:
serializedVersion: 2
x: 119
y: 115
width: 46
height: 32
alignment: 9
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 2, y: -16}
- {x: -23, y: -1}
- {x: -23, y: 16}
- {x: 11, y: 16}
- {x: 19, y: -2}
- {x: 23, y: -8}
- {x: 23, y: -16}
physicsShape:
- - {x: 17, y: 16}
- {x: -22.999998, y: 16}
- {x: -22.999998, y: 1}
- {x: 4, y: -16}
- {x: 22.999998, y: -16}
- {x: 22.999998, y: -9}
- {x: 19, y: -2}
tessellationDetail: 0
bones: []
spriteID: 5fd6b3eac3a146069af4c215ed968f50
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_15
rect:
serializedVersion: 2
x: 176.53629
y: 79.04291
width: 59.887596
height: 46.914185
alignment: 9
pivot: {x: 0.4919836, y: 0.50000006}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 21.019915, y: -22.499998}
- {x: -2.9800832, y: -22.499998}
- {x: -26.980082, y: -22.499998}
- {x: -29.980082, y: -18.5}
- {x: -29.980082, y: 0.5}
- {x: -20.980083, y: 23.499998}
- {x: -2.4800835, y: 23.499998}
- {x: 16.019917, y: 23.499998}
- {x: 23.019917, y: 22.5}
- {x: 29.019915, y: -0.5}
- {x: 29.019915, y: -16.5}
physicsShape:
- - {x: 29.019915, y: -3.499998}
- {x: 18.019917, y: 22.500002}
- {x: 3.0199165, y: 22.500002}
- {x: -15.980083, y: 21.5}
- {x: -17.980083, y: 19.500002}
- {x: -28.980083, y: -6.499998}
- {x: -28.980083, y: -12.499998}
- {x: -19.980083, y: -22.499998}
- {x: 4.0199165, y: -22.499998}
- {x: 20.019917, y: -20.499998}
- {x: 27.019917, y: -14.499998}
- {x: 29.019915, y: -11.499997}
tessellationDetail: 0
bones: []
spriteID: a82fe281e91742af9132a9f245582799
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_16
rect:
serializedVersion: 2
x: 254.57611
y: 6.0513167
width: 95.859985
height: 125.928894
alignment: 9
pivot: {x: 0.4947204, y: 0.49987483}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -31.006104, y: 32.984238}
- {x: -47.00612, y: 52.984234}
- {x: -47.00612, y: 59.984234}
- {x: -45.006104, y: 62.984238}
- {x: -39.006104, y: 62.984238}
- {x: -30.006102, y: 55.984238}
- {x: -19.006104, y: 40.484238}
- {x: -8.0061035, y: 24.984238}
- {x: 2.9938965, y: 7.9842377}
- {x: 10.993896, y: -2.0157623}
- {x: 18.993896, y: -12.015762}
- {x: 27.993896, y: -23.515762}
- {x: 36.993896, y: -35.015762}
- {x: 48.993893, y: -49.01576}
- {x: 48.993893, y: -59.01576}
- {x: 46.993896, y: -62.015762}
- {x: 38.993896, y: -62.015762}
- {x: 32.493896, y: -54.01576}
- {x: 25.993895, y: -46.01576}
- {x: 12.993896, y: -30.01576}
- {x: 3.9938965, y: -17.015762}
- {x: -5.0061035, y: -4.0157623}
- {x: -14.006103, y: 8.984238}
- {x: -23.006104, y: 21.984238}
physicsShape:
- - {x: 26.24388, y: -23.01576}
- {x: 19.243881, y: -15.015761}
- {x: 3.243881, y: 3.9842377}
- {x: 1.2438812, y: 7.9842377}
- {x: -4.756119, y: 15.984238}
- {x: -9.756119, y: 24.984238}
- {x: -30.756119, y: 50.984238}
- {x: -39.756115, y: 61.984238}
- {x: -44.75612, y: 61.984238}
- {x: -46.75612, y: 57.984238}
- {x: -46.75612, y: 52.984234}
- {x: -41.75612, y: 47.984238}
- {x: -33.75612, y: 36.984238}
- {x: -22.756119, y: 21.984238}
- {x: -9.756119, y: 5.9842377}
- {x: 14.243881, y: -30.01576}
- {x: 32.24388, y: -54.01576}
- {x: 34.24388, y: -60.01576}
- {x: 37.24388, y: -61.015762}
- {x: 46.243877, y: -61.015762}
- {x: 47.24388, y: -58.015762}
- {x: 47.24388, y: -52.015762}
tessellationDetail: 0
bones: []
spriteID: b4a695f4bfea48b6ad1505df4af384b0
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_17
rect:
serializedVersion: 2
x: 3.0180435
y: 10.026751
width: 30.905834
height: 69.9465
alignment: 9
pivot: {x: 0.5009396, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: 15.529039, y: 22.999998}
- {x: 15.529039, y: 8}
- {x: 15.529039, y: -7}
- {x: 9.029039, y: -21}
- {x: 2.5290391, y: -35}
- {x: -12.470961, y: -35}
- {x: -15.470961, y: -26.999998}
- {x: -15.470961, y: -1}
- {x: -15.470961, y: 25}
- {x: -14.470961, y: 34}
- {x: -10.470961, y: 35}
- {x: 6.5290394, y: 35}
physicsShape:
- - {x: -9.470961, y: 34}
- {x: -14.470961, y: 26.999998}
- {x: -14.470961, y: -29.999998}
- {x: -7.47096, y: -34}
- {x: 3.5290394, y: -34}
- {x: 14.529039, y: -7}
- {x: 14.529039, y: 22}
- {x: 5.5290394, y: 34}
tessellationDetail: 0
bones: []
spriteID: a0a2631c8464487e9a187fffe874ca58
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_18
rect:
serializedVersion: 2
x: 38.026752
y: 8.07612
width: 36.946495
height: 71.904594
alignment: 9
pivot: {x: 0.49999994, y: 0.49960482}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -18.5, y: 4.971584}
- {x: -18.5, y: 31.971584}
- {x: -10.5, y: 34.971584}
- {x: 5.5, y: 34.971584}
- {x: 8.5, y: 32.971584}
- {x: 18.5, y: -9.028416}
- {x: 18.5, y: -36.028416}
- {x: 1.4999999, y: -36.028416}
physicsShape:
- - {x: -15.500002, y: 33.971584}
- {x: -17.500002, y: 27.971584}
- {x: -17.500002, y: 1.9715843}
- {x: -1.5000019, y: -34.028416}
- {x: 3.499998, y: -35.028416}
- {x: 17.499998, y: -35.028416}
- {x: 17.499998, y: 6.9715843}
- {x: 9.499998, y: 33.971584}
tessellationDetail: 0
bones: []
spriteID: 2b3c1a657e764846b6bbf6dfba0ac117
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_19
rect:
serializedVersion: 2
x: 84.57612
y: 33.07612
width: 30.897127
height: 77.876175
alignment: 9
pivot: {x: 0.48301843, y: 0.49981758}
border: {x: 0, y: 0, z: 0, w: 0}
outline:
- - {x: -16.524681, y: -37.014206}
- {x: -16.524681, y: -18.014206}
- {x: -14.524682, y: 7.985794}
- {x: -12.524682, y: 16.985794}
- {x: -5.5246816, y: 34.985794}
- {x: -1.524682, y: 38.985794}
- {x: 9.475317, y: 38.985794}
- {x: 14.475317, y: 34.985794}
- {x: 14.475317, y: 12.985794}
- {x: -1.524682, y: -38.014206}
- {x: -4.524682, y: -39.014206}
- {x: -14.524682, y: -39.014206}
physicsShape:
- - {x: 10.475318, y: 37.985794}
- {x: -1.524682, y: 37.985794}
- {x: -8.524682, y: 24.985794}
- {x: -12.524682, y: 7.985794}
- {x: -15.524681, y: -26.014206}
- {x: -15.524681, y: -37.014206}
- {x: -13.524682, y: -38.014206}
- {x: -3.524682, y: -38.014206}
- {x: 1.475318, y: -15.014205}
- {x: 14.475317, y: 24.985794}
- {x: 14.475317, y: 31.985794}
tessellationDetail: 0
bones: []
spriteID: 1b05e235e4824c3088c1a99444719ae6
vertices: []
indices:
edges: []
weights: []
- serializedVersion: 2
name: image_hasumiFront_20
rect:
serializedVersion: 2
x: 124.52674
y: 38.07612
width: 32.93034
height: 71.887596
alignment: 9
pivot: {x: 0.48506206, y: 0.4997229}