├── YN.psd ├── old ├── a.psd ├── gradientMap.psd ├── spriteData │ ├── 10 │ │ ├── adult │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ └── 2.gif │ │ └── child │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ └── 3.gif │ ├── 11 │ │ ├── adult │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ │ └── child │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ ├── 12 │ │ ├── adult │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ │ └── child │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ ├── 13 │ │ ├── adult │ │ │ ├── 0.gif │ │ │ └── 1.gif │ │ └── child │ │ │ ├── 0.gif │ │ │ └── 1.gif │ ├── 14 │ │ ├── adult │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ │ └── child │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ └── 9.gif │ ├── 15 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 2.gif │ │ ├── 4.gif │ │ ├── 7.gif │ │ └── 9.gif │ ├── 16 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 17 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 18 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 34.gif │ │ ├── 35.gif │ │ ├── 36.gif │ │ ├── 37.gif │ │ ├── 38.gif │ │ ├── 39.gif │ │ ├── 4.gif │ │ ├── 40.gif │ │ ├── 43.gif │ │ ├── 47.gif │ │ ├── 48.gif │ │ ├── 49.gif │ │ ├── 5.gif │ │ ├── 50.gif │ │ ├── 53.gif │ │ ├── 54.gif │ │ ├── 55.gif │ │ ├── 56.gif │ │ ├── 57.gif │ │ ├── 58.gif │ │ ├── 59.gif │ │ ├── 6.gif │ │ ├── 60.gif │ │ ├── 61.gif │ │ ├── 62.gif │ │ ├── 65.gif │ │ ├── 66.gif │ │ ├── 67.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 19 │ │ ├── 0.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ └── 9.gif │ ├── 20 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16a.gif │ │ ├── 17 .gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 01 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 2.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 02 │ │ ├── 0.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 03 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 35.gif │ │ ├── 36.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 04 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 05 │ │ ├── 0.gif │ │ ├── 1.gif │ │ └── 2.gif │ ├── 06 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 2.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ └── 8.gif │ ├── 07 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 35.gif │ │ ├── 36.gif │ │ ├── 37.gif │ │ ├── 38.gif │ │ ├── 39.gif │ │ ├── 4.gif │ │ ├── 40.gif │ │ ├── 41.gif │ │ ├── 42.gif │ │ ├── 43.gif │ │ ├── 44.gif │ │ ├── 45.gif │ │ ├── 46.gif │ │ ├── 47.gif │ │ ├── 48.gif │ │ ├── 49.gif │ │ ├── 5.gif │ │ ├── 50.gif │ │ ├── 51.gif │ │ ├── 52.gif │ │ ├── 53.gif │ │ ├── 54.gif │ │ ├── 55.gif │ │ ├── 56.gif │ │ ├── 57.gif │ │ ├── 58.gif │ │ ├── 59.gif │ │ ├── 6.gif │ │ ├── 60.gif │ │ ├── 61.gif │ │ ├── 62.gif │ │ ├── 63.gif │ │ ├── 64.gif │ │ ├── 65.gif │ │ ├── 66.gif │ │ ├── 67.gif │ │ ├── 68.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 08 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── 09 │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 2.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── blank.png │ ├── 11x │ │ ├── adult │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ ├── 9.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ └── 46.gif │ │ └── child │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ ├── 9.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ └── 46.gif │ └── details.json ├── css │ └── modern-normalize.min.css ├── index.html ├── testEngine │ └── index.html └── style.css ├── Facesets.psd ├── spriteData.psd ├── tinyWorlds.psd ├── index.html └── style.css /YN.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/YN.psd -------------------------------------------------------------------------------- /old/a.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/a.psd -------------------------------------------------------------------------------- /Facesets.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/Facesets.psd -------------------------------------------------------------------------------- /spriteData.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/spriteData.psd -------------------------------------------------------------------------------- /tinyWorlds.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/tinyWorlds.psd -------------------------------------------------------------------------------- /old/gradientMap.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/gradientMap.psd -------------------------------------------------------------------------------- /old/spriteData/01/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/0.gif -------------------------------------------------------------------------------- /old/spriteData/01/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/1.gif -------------------------------------------------------------------------------- /old/spriteData/01/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/10.gif -------------------------------------------------------------------------------- /old/spriteData/01/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/11.gif -------------------------------------------------------------------------------- /old/spriteData/01/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/12.gif -------------------------------------------------------------------------------- /old/spriteData/01/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/13.gif -------------------------------------------------------------------------------- /old/spriteData/01/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/2.gif -------------------------------------------------------------------------------- /old/spriteData/01/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/3.gif -------------------------------------------------------------------------------- /old/spriteData/01/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/4.gif -------------------------------------------------------------------------------- /old/spriteData/01/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/5.gif -------------------------------------------------------------------------------- /old/spriteData/01/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/6.gif -------------------------------------------------------------------------------- /old/spriteData/01/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/7.gif -------------------------------------------------------------------------------- /old/spriteData/01/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/8.gif -------------------------------------------------------------------------------- /old/spriteData/01/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/01/9.gif -------------------------------------------------------------------------------- /old/spriteData/02/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/02/0.gif -------------------------------------------------------------------------------- /old/spriteData/02/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/02/5.gif -------------------------------------------------------------------------------- /old/spriteData/02/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/02/6.gif -------------------------------------------------------------------------------- /old/spriteData/02/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/02/7.gif -------------------------------------------------------------------------------- /old/spriteData/02/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/02/8.gif -------------------------------------------------------------------------------- /old/spriteData/02/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/02/9.gif -------------------------------------------------------------------------------- /old/spriteData/03/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/0.gif -------------------------------------------------------------------------------- /old/spriteData/03/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/1.gif -------------------------------------------------------------------------------- /old/spriteData/03/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/10.gif -------------------------------------------------------------------------------- /old/spriteData/03/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/11.gif -------------------------------------------------------------------------------- /old/spriteData/03/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/12.gif -------------------------------------------------------------------------------- /old/spriteData/03/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/13.gif -------------------------------------------------------------------------------- /old/spriteData/03/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/14.gif -------------------------------------------------------------------------------- /old/spriteData/03/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/15.gif -------------------------------------------------------------------------------- /old/spriteData/03/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/16.gif -------------------------------------------------------------------------------- /old/spriteData/03/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/17.gif -------------------------------------------------------------------------------- /old/spriteData/03/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/18.gif -------------------------------------------------------------------------------- /old/spriteData/03/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/19.gif -------------------------------------------------------------------------------- /old/spriteData/03/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/2.gif -------------------------------------------------------------------------------- /old/spriteData/03/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/20.gif -------------------------------------------------------------------------------- /old/spriteData/03/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/21.gif -------------------------------------------------------------------------------- /old/spriteData/03/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/22.gif -------------------------------------------------------------------------------- /old/spriteData/03/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/23.gif -------------------------------------------------------------------------------- /old/spriteData/03/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/24.gif -------------------------------------------------------------------------------- /old/spriteData/03/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/25.gif -------------------------------------------------------------------------------- /old/spriteData/03/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/26.gif -------------------------------------------------------------------------------- /old/spriteData/03/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/27.gif -------------------------------------------------------------------------------- /old/spriteData/03/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/28.gif -------------------------------------------------------------------------------- /old/spriteData/03/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/29.gif -------------------------------------------------------------------------------- /old/spriteData/03/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/3.gif -------------------------------------------------------------------------------- /old/spriteData/03/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/30.gif -------------------------------------------------------------------------------- /old/spriteData/03/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/31.gif -------------------------------------------------------------------------------- /old/spriteData/03/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/32.gif -------------------------------------------------------------------------------- /old/spriteData/03/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/33.gif -------------------------------------------------------------------------------- /old/spriteData/03/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/34.gif -------------------------------------------------------------------------------- /old/spriteData/03/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/35.gif -------------------------------------------------------------------------------- /old/spriteData/03/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/36.gif -------------------------------------------------------------------------------- /old/spriteData/03/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/4.gif -------------------------------------------------------------------------------- /old/spriteData/03/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/5.gif -------------------------------------------------------------------------------- /old/spriteData/03/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/6.gif -------------------------------------------------------------------------------- /old/spriteData/03/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/7.gif -------------------------------------------------------------------------------- /old/spriteData/03/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/8.gif -------------------------------------------------------------------------------- /old/spriteData/03/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/03/9.gif -------------------------------------------------------------------------------- /old/spriteData/04/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/0.gif -------------------------------------------------------------------------------- /old/spriteData/04/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/1.gif -------------------------------------------------------------------------------- /old/spriteData/04/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/10.gif -------------------------------------------------------------------------------- /old/spriteData/04/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/11.gif -------------------------------------------------------------------------------- /old/spriteData/04/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/12.gif -------------------------------------------------------------------------------- /old/spriteData/04/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/13.gif -------------------------------------------------------------------------------- /old/spriteData/04/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/14.gif -------------------------------------------------------------------------------- /old/spriteData/04/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/15.gif -------------------------------------------------------------------------------- /old/spriteData/04/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/16.gif -------------------------------------------------------------------------------- /old/spriteData/04/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/17.gif -------------------------------------------------------------------------------- /old/spriteData/04/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/18.gif -------------------------------------------------------------------------------- /old/spriteData/04/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/19.gif -------------------------------------------------------------------------------- /old/spriteData/04/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/2.gif -------------------------------------------------------------------------------- /old/spriteData/04/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/20.gif -------------------------------------------------------------------------------- /old/spriteData/04/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/21.gif -------------------------------------------------------------------------------- /old/spriteData/04/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/22.gif -------------------------------------------------------------------------------- /old/spriteData/04/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/23.gif -------------------------------------------------------------------------------- /old/spriteData/04/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/24.gif -------------------------------------------------------------------------------- /old/spriteData/04/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/25.gif -------------------------------------------------------------------------------- /old/spriteData/04/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/26.gif -------------------------------------------------------------------------------- /old/spriteData/04/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/27.gif -------------------------------------------------------------------------------- /old/spriteData/04/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/28.gif -------------------------------------------------------------------------------- /old/spriteData/04/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/29.gif -------------------------------------------------------------------------------- /old/spriteData/04/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/3.gif -------------------------------------------------------------------------------- /old/spriteData/04/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/30.gif -------------------------------------------------------------------------------- /old/spriteData/04/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/31.gif -------------------------------------------------------------------------------- /old/spriteData/04/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/32.gif -------------------------------------------------------------------------------- /old/spriteData/04/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/33.gif -------------------------------------------------------------------------------- /old/spriteData/04/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/4.gif -------------------------------------------------------------------------------- /old/spriteData/04/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/5.gif -------------------------------------------------------------------------------- /old/spriteData/04/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/6.gif -------------------------------------------------------------------------------- /old/spriteData/04/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/7.gif -------------------------------------------------------------------------------- /old/spriteData/04/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/8.gif -------------------------------------------------------------------------------- /old/spriteData/04/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/04/9.gif -------------------------------------------------------------------------------- /old/spriteData/05/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/05/0.gif -------------------------------------------------------------------------------- /old/spriteData/05/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/05/1.gif -------------------------------------------------------------------------------- /old/spriteData/05/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/05/2.gif -------------------------------------------------------------------------------- /old/spriteData/06/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/0.gif -------------------------------------------------------------------------------- /old/spriteData/06/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/1.gif -------------------------------------------------------------------------------- /old/spriteData/06/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/2.gif -------------------------------------------------------------------------------- /old/spriteData/06/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/3.gif -------------------------------------------------------------------------------- /old/spriteData/06/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/4.gif -------------------------------------------------------------------------------- /old/spriteData/06/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/5.gif -------------------------------------------------------------------------------- /old/spriteData/06/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/6.gif -------------------------------------------------------------------------------- /old/spriteData/06/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/7.gif -------------------------------------------------------------------------------- /old/spriteData/06/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/06/8.gif -------------------------------------------------------------------------------- /old/spriteData/07/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/0.gif -------------------------------------------------------------------------------- /old/spriteData/07/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/1.gif -------------------------------------------------------------------------------- /old/spriteData/07/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/10.gif -------------------------------------------------------------------------------- /old/spriteData/07/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/11.gif -------------------------------------------------------------------------------- /old/spriteData/07/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/12.gif -------------------------------------------------------------------------------- /old/spriteData/07/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/13.gif -------------------------------------------------------------------------------- /old/spriteData/07/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/14.gif -------------------------------------------------------------------------------- /old/spriteData/07/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/15.gif -------------------------------------------------------------------------------- /old/spriteData/07/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/16.gif -------------------------------------------------------------------------------- /old/spriteData/07/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/17.gif -------------------------------------------------------------------------------- /old/spriteData/07/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/18.gif -------------------------------------------------------------------------------- /old/spriteData/07/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/19.gif -------------------------------------------------------------------------------- /old/spriteData/07/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/2.gif -------------------------------------------------------------------------------- /old/spriteData/07/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/20.gif -------------------------------------------------------------------------------- /old/spriteData/07/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/21.gif -------------------------------------------------------------------------------- /old/spriteData/07/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/22.gif -------------------------------------------------------------------------------- /old/spriteData/07/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/23.gif -------------------------------------------------------------------------------- /old/spriteData/07/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/24.gif -------------------------------------------------------------------------------- /old/spriteData/07/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/25.gif -------------------------------------------------------------------------------- /old/spriteData/07/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/26.gif -------------------------------------------------------------------------------- /old/spriteData/07/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/27.gif -------------------------------------------------------------------------------- /old/spriteData/07/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/28.gif -------------------------------------------------------------------------------- /old/spriteData/07/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/29.gif -------------------------------------------------------------------------------- /old/spriteData/07/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/3.gif -------------------------------------------------------------------------------- /old/spriteData/07/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/30.gif -------------------------------------------------------------------------------- /old/spriteData/07/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/31.gif -------------------------------------------------------------------------------- /old/spriteData/07/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/32.gif -------------------------------------------------------------------------------- /old/spriteData/07/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/33.gif -------------------------------------------------------------------------------- /old/spriteData/07/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/34.gif -------------------------------------------------------------------------------- /old/spriteData/07/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/35.gif -------------------------------------------------------------------------------- /old/spriteData/07/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/36.gif -------------------------------------------------------------------------------- /old/spriteData/07/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/37.gif -------------------------------------------------------------------------------- /old/spriteData/07/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/38.gif -------------------------------------------------------------------------------- /old/spriteData/07/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/39.gif -------------------------------------------------------------------------------- /old/spriteData/07/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/4.gif -------------------------------------------------------------------------------- /old/spriteData/07/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/40.gif -------------------------------------------------------------------------------- /old/spriteData/07/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/41.gif -------------------------------------------------------------------------------- /old/spriteData/07/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/42.gif -------------------------------------------------------------------------------- /old/spriteData/07/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/43.gif -------------------------------------------------------------------------------- /old/spriteData/07/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/44.gif -------------------------------------------------------------------------------- /old/spriteData/07/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/45.gif -------------------------------------------------------------------------------- /old/spriteData/07/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/46.gif -------------------------------------------------------------------------------- /old/spriteData/07/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/47.gif -------------------------------------------------------------------------------- /old/spriteData/07/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/48.gif -------------------------------------------------------------------------------- /old/spriteData/07/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/49.gif -------------------------------------------------------------------------------- /old/spriteData/07/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/5.gif -------------------------------------------------------------------------------- /old/spriteData/07/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/50.gif -------------------------------------------------------------------------------- /old/spriteData/07/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/51.gif -------------------------------------------------------------------------------- /old/spriteData/07/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/52.gif -------------------------------------------------------------------------------- /old/spriteData/07/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/53.gif -------------------------------------------------------------------------------- /old/spriteData/07/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/54.gif -------------------------------------------------------------------------------- /old/spriteData/07/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/55.gif -------------------------------------------------------------------------------- /old/spriteData/07/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/56.gif -------------------------------------------------------------------------------- /old/spriteData/07/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/57.gif -------------------------------------------------------------------------------- /old/spriteData/07/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/58.gif -------------------------------------------------------------------------------- /old/spriteData/07/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/59.gif -------------------------------------------------------------------------------- /old/spriteData/07/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/6.gif -------------------------------------------------------------------------------- /old/spriteData/07/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/60.gif -------------------------------------------------------------------------------- /old/spriteData/07/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/61.gif -------------------------------------------------------------------------------- /old/spriteData/07/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/62.gif -------------------------------------------------------------------------------- /old/spriteData/07/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/63.gif -------------------------------------------------------------------------------- /old/spriteData/07/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/64.gif -------------------------------------------------------------------------------- /old/spriteData/07/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/65.gif -------------------------------------------------------------------------------- /old/spriteData/07/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/66.gif -------------------------------------------------------------------------------- /old/spriteData/07/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/67.gif -------------------------------------------------------------------------------- /old/spriteData/07/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/68.gif -------------------------------------------------------------------------------- /old/spriteData/07/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/7.gif -------------------------------------------------------------------------------- /old/spriteData/07/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/8.gif -------------------------------------------------------------------------------- /old/spriteData/07/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/07/9.gif -------------------------------------------------------------------------------- /old/spriteData/08/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/0.gif -------------------------------------------------------------------------------- /old/spriteData/08/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/1.gif -------------------------------------------------------------------------------- /old/spriteData/08/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/10.gif -------------------------------------------------------------------------------- /old/spriteData/08/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/11.gif -------------------------------------------------------------------------------- /old/spriteData/08/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/12.gif -------------------------------------------------------------------------------- /old/spriteData/08/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/13.gif -------------------------------------------------------------------------------- /old/spriteData/08/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/14.gif -------------------------------------------------------------------------------- /old/spriteData/08/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/15.gif -------------------------------------------------------------------------------- /old/spriteData/08/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/16.gif -------------------------------------------------------------------------------- /old/spriteData/08/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/17.gif -------------------------------------------------------------------------------- /old/spriteData/08/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/18.gif -------------------------------------------------------------------------------- /old/spriteData/08/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/19.gif -------------------------------------------------------------------------------- /old/spriteData/08/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/2.gif -------------------------------------------------------------------------------- /old/spriteData/08/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/20.gif -------------------------------------------------------------------------------- /old/spriteData/08/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/21.gif -------------------------------------------------------------------------------- /old/spriteData/08/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/22.gif -------------------------------------------------------------------------------- /old/spriteData/08/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/23.gif -------------------------------------------------------------------------------- /old/spriteData/08/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/24.gif -------------------------------------------------------------------------------- /old/spriteData/08/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/25.gif -------------------------------------------------------------------------------- /old/spriteData/08/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/26.gif -------------------------------------------------------------------------------- /old/spriteData/08/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/3.gif -------------------------------------------------------------------------------- /old/spriteData/08/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/4.gif -------------------------------------------------------------------------------- /old/spriteData/08/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/5.gif -------------------------------------------------------------------------------- /old/spriteData/08/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/6.gif -------------------------------------------------------------------------------- /old/spriteData/08/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/7.gif -------------------------------------------------------------------------------- /old/spriteData/08/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/8.gif -------------------------------------------------------------------------------- /old/spriteData/08/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/08/9.gif -------------------------------------------------------------------------------- /old/spriteData/09/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/0.gif -------------------------------------------------------------------------------- /old/spriteData/09/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/1.gif -------------------------------------------------------------------------------- /old/spriteData/09/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/10.gif -------------------------------------------------------------------------------- /old/spriteData/09/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/11.gif -------------------------------------------------------------------------------- /old/spriteData/09/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/12.gif -------------------------------------------------------------------------------- /old/spriteData/09/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/2.gif -------------------------------------------------------------------------------- /old/spriteData/09/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/3.gif -------------------------------------------------------------------------------- /old/spriteData/09/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/4.gif -------------------------------------------------------------------------------- /old/spriteData/09/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/5.gif -------------------------------------------------------------------------------- /old/spriteData/09/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/6.gif -------------------------------------------------------------------------------- /old/spriteData/09/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/7.gif -------------------------------------------------------------------------------- /old/spriteData/09/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/8.gif -------------------------------------------------------------------------------- /old/spriteData/09/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/09/9.gif -------------------------------------------------------------------------------- /old/spriteData/15/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/0.gif -------------------------------------------------------------------------------- /old/spriteData/15/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/1.gif -------------------------------------------------------------------------------- /old/spriteData/15/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/11.gif -------------------------------------------------------------------------------- /old/spriteData/15/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/12.gif -------------------------------------------------------------------------------- /old/spriteData/15/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/13.gif -------------------------------------------------------------------------------- /old/spriteData/15/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/2.gif -------------------------------------------------------------------------------- /old/spriteData/15/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/4.gif -------------------------------------------------------------------------------- /old/spriteData/15/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/7.gif -------------------------------------------------------------------------------- /old/spriteData/15/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/15/9.gif -------------------------------------------------------------------------------- /old/spriteData/16/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/0.gif -------------------------------------------------------------------------------- /old/spriteData/16/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/1.gif -------------------------------------------------------------------------------- /old/spriteData/16/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/11.gif -------------------------------------------------------------------------------- /old/spriteData/16/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/12.gif -------------------------------------------------------------------------------- /old/spriteData/16/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/13.gif -------------------------------------------------------------------------------- /old/spriteData/16/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/14.gif -------------------------------------------------------------------------------- /old/spriteData/16/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/15.gif -------------------------------------------------------------------------------- /old/spriteData/16/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/16.gif -------------------------------------------------------------------------------- /old/spriteData/16/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/17.gif -------------------------------------------------------------------------------- /old/spriteData/16/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/18.gif -------------------------------------------------------------------------------- /old/spriteData/16/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/19.gif -------------------------------------------------------------------------------- /old/spriteData/16/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/2.gif -------------------------------------------------------------------------------- /old/spriteData/16/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/21.gif -------------------------------------------------------------------------------- /old/spriteData/16/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/22.gif -------------------------------------------------------------------------------- /old/spriteData/16/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/23.gif -------------------------------------------------------------------------------- /old/spriteData/16/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/25.gif -------------------------------------------------------------------------------- /old/spriteData/16/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/26.gif -------------------------------------------------------------------------------- /old/spriteData/16/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/3.gif -------------------------------------------------------------------------------- /old/spriteData/16/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/4.gif -------------------------------------------------------------------------------- /old/spriteData/16/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/5.gif -------------------------------------------------------------------------------- /old/spriteData/16/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/6.gif -------------------------------------------------------------------------------- /old/spriteData/16/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/7.gif -------------------------------------------------------------------------------- /old/spriteData/16/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/8.gif -------------------------------------------------------------------------------- /old/spriteData/16/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/16/9.gif -------------------------------------------------------------------------------- /old/spriteData/17/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/0.gif -------------------------------------------------------------------------------- /old/spriteData/17/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/1.gif -------------------------------------------------------------------------------- /old/spriteData/17/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/10.gif -------------------------------------------------------------------------------- /old/spriteData/17/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/11.gif -------------------------------------------------------------------------------- /old/spriteData/17/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/12.gif -------------------------------------------------------------------------------- /old/spriteData/17/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/13.gif -------------------------------------------------------------------------------- /old/spriteData/17/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/14.gif -------------------------------------------------------------------------------- /old/spriteData/17/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/15.gif -------------------------------------------------------------------------------- /old/spriteData/17/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/16.gif -------------------------------------------------------------------------------- /old/spriteData/17/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/17.gif -------------------------------------------------------------------------------- /old/spriteData/17/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/18.gif -------------------------------------------------------------------------------- /old/spriteData/17/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/19.gif -------------------------------------------------------------------------------- /old/spriteData/17/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/2.gif -------------------------------------------------------------------------------- /old/spriteData/17/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/20.gif -------------------------------------------------------------------------------- /old/spriteData/17/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/21.gif -------------------------------------------------------------------------------- /old/spriteData/17/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/22.gif -------------------------------------------------------------------------------- /old/spriteData/17/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/23.gif -------------------------------------------------------------------------------- /old/spriteData/17/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/24.gif -------------------------------------------------------------------------------- /old/spriteData/17/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/25.gif -------------------------------------------------------------------------------- /old/spriteData/17/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/26.gif -------------------------------------------------------------------------------- /old/spriteData/17/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/27.gif -------------------------------------------------------------------------------- /old/spriteData/17/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/28.gif -------------------------------------------------------------------------------- /old/spriteData/17/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/29.gif -------------------------------------------------------------------------------- /old/spriteData/17/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/3.gif -------------------------------------------------------------------------------- /old/spriteData/17/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/32.gif -------------------------------------------------------------------------------- /old/spriteData/17/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/33.gif -------------------------------------------------------------------------------- /old/spriteData/17/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/4.gif -------------------------------------------------------------------------------- /old/spriteData/17/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/5.gif -------------------------------------------------------------------------------- /old/spriteData/17/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/6.gif -------------------------------------------------------------------------------- /old/spriteData/17/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/7.gif -------------------------------------------------------------------------------- /old/spriteData/17/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/8.gif -------------------------------------------------------------------------------- /old/spriteData/17/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/17/9.gif -------------------------------------------------------------------------------- /old/spriteData/18/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/0.gif -------------------------------------------------------------------------------- /old/spriteData/18/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/1.gif -------------------------------------------------------------------------------- /old/spriteData/18/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/10.gif -------------------------------------------------------------------------------- /old/spriteData/18/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/11.gif -------------------------------------------------------------------------------- /old/spriteData/18/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/12.gif -------------------------------------------------------------------------------- /old/spriteData/18/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/13.gif -------------------------------------------------------------------------------- /old/spriteData/18/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/14.gif -------------------------------------------------------------------------------- /old/spriteData/18/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/15.gif -------------------------------------------------------------------------------- /old/spriteData/18/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/16.gif -------------------------------------------------------------------------------- /old/spriteData/18/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/17.gif -------------------------------------------------------------------------------- /old/spriteData/18/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/18.gif -------------------------------------------------------------------------------- /old/spriteData/18/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/19.gif -------------------------------------------------------------------------------- /old/spriteData/18/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/2.gif -------------------------------------------------------------------------------- /old/spriteData/18/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/20.gif -------------------------------------------------------------------------------- /old/spriteData/18/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/21.gif -------------------------------------------------------------------------------- /old/spriteData/18/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/22.gif -------------------------------------------------------------------------------- /old/spriteData/18/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/23.gif -------------------------------------------------------------------------------- /old/spriteData/18/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/24.gif -------------------------------------------------------------------------------- /old/spriteData/18/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/25.gif -------------------------------------------------------------------------------- /old/spriteData/18/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/28.gif -------------------------------------------------------------------------------- /old/spriteData/18/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/29.gif -------------------------------------------------------------------------------- /old/spriteData/18/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/3.gif -------------------------------------------------------------------------------- /old/spriteData/18/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/30.gif -------------------------------------------------------------------------------- /old/spriteData/18/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/31.gif -------------------------------------------------------------------------------- /old/spriteData/18/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/34.gif -------------------------------------------------------------------------------- /old/spriteData/18/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/35.gif -------------------------------------------------------------------------------- /old/spriteData/18/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/36.gif -------------------------------------------------------------------------------- /old/spriteData/18/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/37.gif -------------------------------------------------------------------------------- /old/spriteData/18/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/38.gif -------------------------------------------------------------------------------- /old/spriteData/18/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/39.gif -------------------------------------------------------------------------------- /old/spriteData/18/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/4.gif -------------------------------------------------------------------------------- /old/spriteData/18/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/40.gif -------------------------------------------------------------------------------- /old/spriteData/18/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/43.gif -------------------------------------------------------------------------------- /old/spriteData/18/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/47.gif -------------------------------------------------------------------------------- /old/spriteData/18/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/48.gif -------------------------------------------------------------------------------- /old/spriteData/18/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/49.gif -------------------------------------------------------------------------------- /old/spriteData/18/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/5.gif -------------------------------------------------------------------------------- /old/spriteData/18/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/50.gif -------------------------------------------------------------------------------- /old/spriteData/18/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/53.gif -------------------------------------------------------------------------------- /old/spriteData/18/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/54.gif -------------------------------------------------------------------------------- /old/spriteData/18/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/55.gif -------------------------------------------------------------------------------- /old/spriteData/18/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/56.gif -------------------------------------------------------------------------------- /old/spriteData/18/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/57.gif -------------------------------------------------------------------------------- /old/spriteData/18/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/58.gif -------------------------------------------------------------------------------- /old/spriteData/18/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/59.gif -------------------------------------------------------------------------------- /old/spriteData/18/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/6.gif -------------------------------------------------------------------------------- /old/spriteData/18/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/60.gif -------------------------------------------------------------------------------- /old/spriteData/18/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/61.gif -------------------------------------------------------------------------------- /old/spriteData/18/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/62.gif -------------------------------------------------------------------------------- /old/spriteData/18/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/65.gif -------------------------------------------------------------------------------- /old/spriteData/18/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/66.gif -------------------------------------------------------------------------------- /old/spriteData/18/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/67.gif -------------------------------------------------------------------------------- /old/spriteData/18/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/7.gif -------------------------------------------------------------------------------- /old/spriteData/18/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/8.gif -------------------------------------------------------------------------------- /old/spriteData/18/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/18/9.gif -------------------------------------------------------------------------------- /old/spriteData/19/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/0.gif -------------------------------------------------------------------------------- /old/spriteData/19/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/19.gif -------------------------------------------------------------------------------- /old/spriteData/19/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/2.gif -------------------------------------------------------------------------------- /old/spriteData/19/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/20.gif -------------------------------------------------------------------------------- /old/spriteData/19/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/26.gif -------------------------------------------------------------------------------- /old/spriteData/19/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/27.gif -------------------------------------------------------------------------------- /old/spriteData/19/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/19/9.gif -------------------------------------------------------------------------------- /old/spriteData/20/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/0.gif -------------------------------------------------------------------------------- /old/spriteData/20/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/1.gif -------------------------------------------------------------------------------- /old/spriteData/20/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/10.gif -------------------------------------------------------------------------------- /old/spriteData/20/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/11.gif -------------------------------------------------------------------------------- /old/spriteData/20/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/12.gif -------------------------------------------------------------------------------- /old/spriteData/20/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/13.gif -------------------------------------------------------------------------------- /old/spriteData/20/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/14.gif -------------------------------------------------------------------------------- /old/spriteData/20/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/15.gif -------------------------------------------------------------------------------- /old/spriteData/20/16a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/16a.gif -------------------------------------------------------------------------------- /old/spriteData/20/17 .gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/17 .gif -------------------------------------------------------------------------------- /old/spriteData/20/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/18.gif -------------------------------------------------------------------------------- /old/spriteData/20/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/19.gif -------------------------------------------------------------------------------- /old/spriteData/20/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/2.gif -------------------------------------------------------------------------------- /old/spriteData/20/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/20.gif -------------------------------------------------------------------------------- /old/spriteData/20/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/3.gif -------------------------------------------------------------------------------- /old/spriteData/20/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/4.gif -------------------------------------------------------------------------------- /old/spriteData/20/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/5.gif -------------------------------------------------------------------------------- /old/spriteData/20/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/6.gif -------------------------------------------------------------------------------- /old/spriteData/20/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/7.gif -------------------------------------------------------------------------------- /old/spriteData/20/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/8.gif -------------------------------------------------------------------------------- /old/spriteData/20/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/20/9.gif -------------------------------------------------------------------------------- /old/spriteData/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/blank.png -------------------------------------------------------------------------------- /old/spriteData/10/adult/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/adult/0.gif -------------------------------------------------------------------------------- /old/spriteData/10/adult/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/adult/1.gif -------------------------------------------------------------------------------- /old/spriteData/10/adult/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/adult/2.gif -------------------------------------------------------------------------------- /old/spriteData/10/child/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/child/0.gif -------------------------------------------------------------------------------- /old/spriteData/10/child/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/child/1.gif -------------------------------------------------------------------------------- /old/spriteData/10/child/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/child/2.gif -------------------------------------------------------------------------------- /old/spriteData/10/child/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/10/child/3.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/0.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/1.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/10.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/11.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/12.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/13.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/14.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/15.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/16.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/17.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/18.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/19.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/2.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/20.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/21.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/22.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/23.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/24.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/25.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/26.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/27.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/28.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/29.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/3.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/30.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/31.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/32.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/33.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/34.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/35.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/36.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/37.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/38.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/39.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/4.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/40.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/41.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/42.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/43.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/44.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/45.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/46.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/47.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/48.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/49.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/5.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/6.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/7.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/8.gif -------------------------------------------------------------------------------- /old/spriteData/11/adult/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/adult/9.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/0.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/1.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/10.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/11.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/12.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/13.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/14.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/15.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/16.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/17.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/18.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/19.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/2.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/20.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/21.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/22.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/23.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/24.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/25.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/26.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/27.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/28.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/29.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/3.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/30.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/31.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/32.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/33.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/34.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/35.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/36.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/37.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/38.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/39.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/4.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/40.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/41.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/42.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/43.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/44.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/45.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/46.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/5.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/6.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/7.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/8.gif -------------------------------------------------------------------------------- /old/spriteData/11/child/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11/child/9.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/0.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/1.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/2.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/3.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/4.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/5.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/6.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/7.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/8.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/9.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/0.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/1.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/2.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/3.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/4.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/5.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/6.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/7.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/8.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/9.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/0.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/1.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/10.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/11.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/12.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/13.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/14.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/15.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/16.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/17.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/18.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/19.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/2.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/20.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/21.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/22.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/23.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/24.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/25.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/26.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/27.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/28.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/29.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/3.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/30.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/31.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/32.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/33.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/34.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/35.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/36.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/37.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/38.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/39.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/4.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/40.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/41.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/42.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/43.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/44.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/45.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/46.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/47.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/48.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/49.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/5.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/6.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/7.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/8.gif -------------------------------------------------------------------------------- /old/spriteData/12/adult/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/adult/9.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/0.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/1.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/10.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/11.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/12.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/13.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/14.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/15.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/16.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/17.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/18.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/19.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/2.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/20.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/21.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/22.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/23.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/24.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/25.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/26.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/27.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/28.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/29.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/3.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/30.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/31.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/32.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/33.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/34.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/35.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/36.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/37.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/38.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/39.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/4.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/40.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/41.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/42.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/43.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/44.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/45.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/46.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/5.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/6.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/7.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/8.gif -------------------------------------------------------------------------------- /old/spriteData/12/child/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/12/child/9.gif -------------------------------------------------------------------------------- /old/spriteData/13/adult/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/13/adult/0.gif -------------------------------------------------------------------------------- /old/spriteData/13/adult/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/13/adult/1.gif -------------------------------------------------------------------------------- /old/spriteData/13/child/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/13/child/0.gif -------------------------------------------------------------------------------- /old/spriteData/13/child/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/13/child/1.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/0.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/1.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/2.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/3.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/4.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/5.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/6.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/7.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/8.gif -------------------------------------------------------------------------------- /old/spriteData/14/adult/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/adult/9.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/0.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/1.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/2.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/3.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/4.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/5.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/6.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/7.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/8.gif -------------------------------------------------------------------------------- /old/spriteData/14/child/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/14/child/9.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/10.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/11.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/12.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/13.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/14.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/15.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/16.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/17.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/18.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/19.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/20.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/21.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/22.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/23.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/24.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/25.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/26.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/27.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/28.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/29.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/30.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/31.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/32.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/33.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/34.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/35.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/36.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/37.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/38.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/39.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/40.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/41.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/42.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/43.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/44.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/45.gif -------------------------------------------------------------------------------- /old/spriteData/11x/adult/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/adult/46.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/10.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/11.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/12.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/13.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/14.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/15.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/16.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/17.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/18.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/19.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/20.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/21.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/22.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/23.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/24.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/25.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/26.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/27.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/28.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/29.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/30.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/31.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/32.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/33.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/34.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/35.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/36.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/37.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/38.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/39.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/40.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/41.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/42.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/43.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/44.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/45.gif -------------------------------------------------------------------------------- /old/spriteData/11x/child/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetrotal/EasyChar/HEAD/old/spriteData/11x/child/46.gif -------------------------------------------------------------------------------- /old/spriteData/details.json: -------------------------------------------------------------------------------- 1 | { 2 | "folders":{ 3 | "01":{"type":"xtra-body"}, 4 | "02":{"type":"head"}, 5 | "03":{"type":"xtra-head"}, 6 | "04":{"type":"hair-front"}, 7 | "05":{"type":"eyes-pupil"}, 8 | "06":{"type":"eyes-shape"}, 9 | "07":{"type":"hair-xtra"}, 10 | "08":{"type":"hair-back"}, 11 | "09":{"type":"head"}, 12 | "10":{"type":"body-type"}, 13 | "11":{"type":"clothes"}, 14 | "12":{"type":"clothes-b"}, 15 | "13":{"type":"body-fix"}, 16 | "14":{"type":"body-type"}, 17 | "15":{"type":"xtra-body"}, 18 | "16":{"type":"hair-back"}, 19 | "17":{"type":"hair-front"}, 20 | "18":{"type":"hair-xtra"}, 21 | "19":{"type":"xtra-head"}, 22 | "20":{"type":"bg-color"} 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /old/css/modern-normalize.min.css: -------------------------------------------------------------------------------- 1 | /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::after,::before{box-sizing:border-box}html{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item} 2 | -------------------------------------------------------------------------------- /old/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | EasyChar 6 | 7 | 8 | 9 | 10 | 11 | 12 | EASYRPG 13 | 14 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 |
30 |
31 |
32 |
33 | V1 34 |
35 | EasyRPG's Character Studio 36 |

37 | This app uses assets licensed under
the Creative Commons Licenses. 38 |

39 | You are free to use them in any commercial or freeware game, as long as you include the following text in your game credits or README file:

40 | 41 | 52 |
53 |
OK!
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 | 67 |
68 |
69 | Preview 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 |
Your donation to this app will help us bring on more talented artists and expand our collection of assets.
99 | 100 | 101 | 109 | 110 | 115 |
116 | 117 | 118 | 119 | 120 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | EasyChar 6 | 7 | 8 | 9 | 10 | 11 | 12 | EASYRPG 13 | 14 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 |
34 |
35 |
36 | V2 37 |
38 | EasyRPG's Character Studio 39 |

40 | This app uses assets licensed under
the Creative Commons Licenses. 41 |

42 | You are free to use them in any commercial or freeware game, as long as you include the following text in your game credits or README file:
43 |

44 | 49 |
Please Wait
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 | 110 |
111 | 112 | 113 | 114 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 |
128 |
Your donation to this app will help us bring on more talented artists and expand our collection of assets.
129 | 130 | 131 | /////////here 132 | kofiWidgetOverlay.draw('jetrotal', { 133 | 'type': 'floating-chat', 134 | 'floating-chat.donateButton.text': 'Support Me', 135 | 'floating-chat.donateButton.background-color': '#5cb85c', 136 | 'floating-chat.donateButton.text-color': '#fff' 137 | }); 138 | 139 | 140 | 145 |
146 | 147 | 148 |
149 | 150 | 151 | 152 | 153 | 154 | 155 |
156 | 157 | 158 | -------------------------------------------------------------------------------- /old/testEngine/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | EasyChar 6 | 7 | 8 | 9 | 10 | 11 | 12 | EASYRPG 13 | 14 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 |
34 |
35 |
36 | V2 37 |
38 | EasyRPG's Character Studio 39 |

40 | This app uses assets licensed under
the Creative Commons Licenses. 41 |

42 | You are free to use them in any commercial or freeware game, as long as you include the following text in your game credits or README file:
43 |

44 | 64 | 65 |
OK!
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 | 126 |
127 | 128 | 129 | 130 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 |
144 |
Your donation to this app will help us bring on more talented artists and expand our collection of assets.
145 | 146 | 147 | 155 | 156 | 161 |
162 | 163 | 164 |
165 | 166 | 167 | 168 | 169 | 170 | 171 |
172 | 173 | 174 | -------------------------------------------------------------------------------- /old/style.css: -------------------------------------------------------------------------------- 1 | :root { 2 | --bgImg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 2'%3E%3Cpath d='M1 2V0h1v1H0v1z' fill-opacity='.05'/%3E%3C/svg%3E"); 3 | --c-black01: #000000; 4 | --c-black02: #020302; 5 | --c-gray01: #181818; 6 | --c-gray02: #242529; 7 | --c-gray03: #292b2f; 8 | --c-gray04: #2c2c30; 9 | --c-gray05: #36373a; 10 | --c-green01: #315526; 11 | --c-green02: #3c8025; 12 | --c-green03: #87b169; 13 | --c-green04: #c2cdbb; 14 | --c-red01: #9a2720; 15 | --c-red02: #ff3c41; 16 | --c-orange01: #ff5b32; 17 | --c-yellow01: #fcd000; 18 | --c-white01: #ffffff; 19 | } 20 | 21 | @font-face { 22 | font-family: koubit001; 23 | src: url(https://jetrotal.github.io/testing-stuff/koubit001.woff2); 24 | } 25 | 26 | .spacer { 27 | margin: auto !important; 28 | position: relative; 29 | min-width: 10px; 30 | min-height: 10px; 31 | } 32 | 33 | .logoText, 34 | .logoEditor, 35 | .logoRTP, 36 | .logoChar, 37 | .logoPlayer { 38 | text-shadow: 1px 1px #000c; 39 | font-family: koubit001; 40 | font-size: 2rem; 41 | font-style: normal; 42 | font-weight: 500; 43 | height: 2.5rem; 44 | line-height: 1rem; 45 | } 46 | 47 | .logoText:before, 48 | body { 49 | color: var(--c-green04); 50 | } 51 | 52 | .logoText:before { 53 | content: "EASY"; 54 | } 55 | 56 | .logoText:after { 57 | color: var(--c-green03); 58 | content: "RPG"; 59 | } 60 | 61 | .logoRTP:before { 62 | color: var(--c-yellow01); 63 | content: "OPEN"; 64 | margin-right: 0.2rem; 65 | } 66 | 67 | .logoRTP:after { 68 | color: var(--c-white01); 69 | content: "RTP"; 70 | } 71 | 72 | .logoChar:before { 73 | color: var(--c-yellow01); 74 | content: "Easy"; 75 | margin-right: 0.2rem; 76 | } 77 | 78 | .logoChar:after { 79 | color: var(--c-white01); 80 | content: "Char"; 81 | } 82 | 83 | .logoEditor:before, 84 | .logoPlayer:before { 85 | content: " "; 86 | font-size: 1rem; 87 | } 88 | 89 | .logoEditor:after { 90 | content: "EDITOR"; 91 | color: var(--c-white01); 92 | } 93 | 94 | .logoPlayer:after { 95 | content: "PLAYER"; 96 | color: var(--c-white01); 97 | } 98 | 99 | body { 100 | background-color: var(--c-gray03) !important; 101 | background-image: var(--bgImg); 102 | background-size: 32px; 103 | height: 100vh; 104 | overflow: hidden; 105 | } 106 | 107 | a { 108 | color: var(--c-white01); 109 | } 110 | 111 | small { 112 | font-size: 50% !important; 113 | font-weight: 900; 114 | } 115 | 116 | *, 117 | *::before, 118 | *::after { 119 | box-sizing: border-box; 120 | } 121 | 122 | #overlay { 123 | position: absolute; 124 | top: 0; 125 | left: 0; 126 | width: 100vw; 127 | height: 100vh; 128 | z-index: 999999; 129 | background-color: #000c; 130 | } 131 | 132 | #overlay #info { 133 | background-color: var(--c-gray01); 134 | padding: 40px 60px; 135 | } 136 | 137 | #overlay #licenseText { 138 | display: block; 139 | width: 300px; 140 | height: 200px; 141 | background-color: var(--c-white01); 142 | color: var(--c-black01); 143 | padding: 5px; 144 | margin: 10px 0; 145 | line-height: 1.3; 146 | resize: none; 147 | } 148 | 149 | #header { 150 | text-align: center; 151 | background-color: var(--c-gray01); 152 | padding: 10px; 153 | box-shadow: 0 0 0 1px var(--c-gray01); 154 | border-radius: 10px 10px 0 0; 155 | } 156 | 157 | #mainArea #picArea { 158 | display: flex; 159 | flex-direction: column; 160 | } 161 | 162 | #mainArea .layout { 163 | min-height: 450px; 164 | padding: 15px; 165 | display: flex; 166 | background-color: var(--c-gray02); 167 | border-radius: 0px; 168 | box-shadow: 0 0 0 1px var(--c-gray01); 169 | border-radius: 0 0 10px 10px; 170 | } 171 | 172 | #mainArea { 173 | display: flex; 174 | align-items: center; 175 | margin: auto; 176 | height: 100vh; 177 | } 178 | 179 | #charContainer { 180 | margin: 0 60px 140px; 181 | width: 72px; 182 | height: 128px; 183 | overflow: hidden; 184 | transform: scale(2); 185 | transform-origin: top center; 186 | image-rendering: pixelated; 187 | box-shadow: 0 0 0 0.5px var(--c-green03); 188 | pointer-events: none; 189 | } 190 | 191 | #disclaimer { 192 | margin: 0 35px; 193 | width: 300px; 194 | } 195 | 196 | /* ------------------- */ 197 | 198 | .spriteSel { 199 | display: flex; 200 | align-items: center; 201 | justify-content: center; 202 | margin: 0 10px; 203 | } 204 | 205 | .spriteSel input[type="color"]:hover { 206 | transform: translateX(10px) scalex(1.5); 207 | } 208 | 209 | .spriteSel input[type="color"] { 210 | z-index: 99999; 211 | width: 30px; 212 | height: 30px; 213 | pointer-events: all; 214 | } 215 | 216 | .spriteSel * { 217 | border: none; 218 | color: var(--c-white02); 219 | } 220 | 221 | .spriteSel .title, 222 | .spriteSel button, 223 | .spriteSel input { 224 | align-items: center; 225 | background: #fff; 226 | font-size: 1rem; 227 | font-weight: 400; 228 | padding: 0.2em; 229 | text-align: center; 230 | } 231 | 232 | .spriteSel .title { 233 | margin: auto 2px; 234 | pointer-events: all !important; 235 | width: auto; 236 | padding: 0; 237 | } 238 | 239 | .spriteSel button, 240 | .spriteSel input { 241 | width: 30px; 242 | } 243 | 244 | .spriteSel input { 245 | border-left: none; 246 | border-right: none; 247 | font-size: 1.2rem; 248 | /* pointer-events: none; */ 249 | cursor: pointer; 250 | } 251 | 252 | 253 | /* Chrome, Safari, Edge, Opera */ 254 | 255 | input::-webkit-outer-spin-button, 256 | input::-webkit-inner-spin-button { 257 | -webkit-appearance: none; 258 | margin: 0; 259 | } 260 | 261 | 262 | /* Firefox */ 263 | 264 | input[type=number] { 265 | -moz-appearance: textfield; 266 | appearance: textfield; 267 | color:cornflowerblue; 268 | border-bottom: dotted 1px; 269 | padding: 0; 270 | font-size: initial; 271 | } 272 | 273 | .spriteSel .btn { 274 | cursor: pointer; 275 | font-size: 10px; 276 | margin: auto; 277 | line-height: 2; 278 | height: 30px; 279 | fill: white; 280 | } 281 | 282 | .spriteSel label { 283 | min-width: 80px; 284 | text-align: left !important; 285 | margin: auto 5px !important; 286 | } 287 | 288 | .spriteSel * { 289 | background-color: transparent !important; 290 | } 291 | 292 | #assetsMenu { 293 | display: flex; 294 | flex-direction: column; 295 | padding-left: 25px; 296 | border-left: solid var(--c-gray01) 1px; 297 | -webkit-user-select: none; 298 | -khtml-user-select: none; 299 | -moz-user-select: -moz-none; 300 | -o-user-select: none; 301 | user-select: none; 302 | } 303 | 304 | .body-type { 305 | opacity: 0.5; 306 | } 307 | 308 | .switch { 309 | display: inline-block; 310 | height: 1rem; 311 | position: relative; 312 | min-width: 40px !important; 313 | } 314 | 315 | .switch input { 316 | display: none; 317 | } 318 | 319 | .slider, 320 | .slider:before { 321 | position: absolute; 322 | } 323 | 324 | .slider { 325 | background-color: #2196f3 !important; 326 | border-radius: 34px; 327 | bottom: 0; 328 | cursor: pointer; 329 | left: 0; 330 | right: 0; 331 | top: 0; 332 | } 333 | 334 | .slider:before { 335 | background-color: #fff; 336 | border-radius: 100%; 337 | content: ""; 338 | height: 1rem; 339 | width: 1rem; 340 | } 341 | 342 | input:checked+.slider:before { 343 | -webkit-transform: translateX(26px); 344 | -ms-transform: translateX(26px); 345 | transform: translateX(26px); 346 | } 347 | 348 | #exporter { 349 | display: flex; 350 | height: 50px; 351 | } 352 | 353 | #exporter .btn { 354 | width: 50px 355 | } 356 | 357 | #exporter .btn, 358 | #info .btn { 359 | fill: white; 360 | background-color: var(--c-gray01); 361 | width: -webkit-fill-available; 362 | /* height: inherit; */ 363 | margin: 0 2px !important; 364 | text-align: center; 365 | padding: .7rem; 366 | cursor: pointer; 367 | } 368 | 369 | #info .btn { 370 | font-size: 1rem; 371 | background-color: var(--c-green02) 372 | } 373 | 374 | #downloader { 375 | background-color: var(--c-green02) !important; 376 | } 377 | 378 | #info .btn:hover, 379 | #downloader:hover { 380 | background-color: var(--c-green03) !important; 381 | } 382 | 383 | .btn:hover { 384 | background-color: var(--c-green02) !important; 385 | } 386 | 387 | .pls { 388 | position: absolute; 389 | bottom: 0; 390 | margin: auto; 391 | width: 100%; 392 | text-align: center; 393 | margin-bottom: 30px; 394 | } -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | @import url("https://unpkg.com/grapick@0.1.13/dist/grapick.min.css"); 2 | 3 | :root { 4 | --bgImg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 2'%3E%3Cpath d='M1 2V0h1v1H0v1z' fill-opacity='.05'/%3E%3C/svg%3E"); 5 | --c-black01: #000000; 6 | --c-black02: #020302; 7 | --c-gray01: #181818; 8 | --c-gray02: #242529; 9 | --c-gray03: #292b2f; 10 | --c-gray04: #2c2c30; 11 | --c-gray05: #36373a; 12 | --c-green01: #315526; 13 | --c-green02: #3c8025; 14 | --c-green03: #87b169; 15 | --c-green04: #c2cdbb; 16 | --c-red01: #9a2720; 17 | --c-red02: #ff3c41; 18 | --c-orange01: #ff5b32; 19 | --c-yellow01: #fcd000; 20 | --c-white01: #ffffff; 21 | 22 | --drawMenuSize: calc(128px / 4); 23 | } 24 | 25 | @font-face { 26 | font-family: koubit001; 27 | src: url(https://jetrotal.github.io/testing-stuff/koubit001.woff2); 28 | } 29 | 30 | .spacer { 31 | margin: auto !important; 32 | position: relative; 33 | min-width: 10px; 34 | min-height: 10px; 35 | } 36 | 37 | .logoText, 38 | .logoEditor, 39 | .logoRTP, 40 | .logoChar, 41 | .logoPlayer { 42 | text-shadow: 1px 1px #000c; 43 | font-family: koubit001; 44 | font-size: 2rem; 45 | font-style: normal; 46 | font-weight: 500; 47 | height: 2.5rem; 48 | line-height: 1rem; 49 | } 50 | 51 | .logoText:before, 52 | body { 53 | color: var(--c-green04); 54 | margin:0; 55 | padding:0; 56 | } 57 | 58 | .logoText:before { 59 | content: "EASY"; 60 | } 61 | 62 | .logoText:after { 63 | color: var(--c-green03); 64 | content: "RPG"; 65 | } 66 | 67 | .logoRTP:before { 68 | color: var(--c-yellow01); 69 | content: "OPEN"; 70 | margin-right: 0.2rem; 71 | } 72 | 73 | .logoRTP:after { 74 | color: var(--c-white01); 75 | content: "RTP"; 76 | } 77 | 78 | .logoChar:before { 79 | color: var(--c-yellow01); 80 | content: "Easy"; 81 | margin-right: 0.2rem; 82 | } 83 | 84 | .logoChar:after { 85 | color: var(--c-white01); 86 | content: "Char"; 87 | } 88 | 89 | .logoEditor:before, 90 | .logoPlayer:before { 91 | content: " "; 92 | font-size: 1rem; 93 | } 94 | 95 | .logoEditor:after { 96 | content: "EDITOR"; 97 | color: var(--c-white01); 98 | } 99 | 100 | .logoPlayer:after { 101 | content: "PLAYER"; 102 | color: var(--c-white01); 103 | } 104 | 105 | body { 106 | background-color: var(--c-gray03) !important; 107 | background-image: var(--bgImg); 108 | background-size: 32px; 109 | height: 100vh; 110 | //overflow: hidden; 111 | } 112 | 113 | a { 114 | color: var(--c-white01); 115 | } 116 | 117 | small { 118 | font-size: 50% !important; 119 | font-weight: 900; 120 | } 121 | 122 | *, 123 | *::before, 124 | *::after { 125 | box-sizing: border-box; 126 | } 127 | 128 | #overlay { 129 | position: absolute; 130 | top: 0; 131 | left: 0; 132 | width: 100vw; 133 | height: 100vh; 134 | z-index: 999999; 135 | background-color: #000c; 136 | } 137 | 138 | #overlay #info { 139 | background-color: var(--c-gray01); 140 | padding: 40px 60px; 141 | } 142 | 143 | #overlay #licenseText { 144 | display: block; 145 | width: 300px; 146 | height: 420px; 147 | background-color: var(--c-white01); 148 | color: var(--c-black01); 149 | padding: 5px; 150 | margin: 10px 0; 151 | line-height: 1.3; 152 | resize: none; 153 | } 154 | 155 | #header { 156 | text-align: center; 157 | background-color: var(--c-gray01); 158 | padding: 10px; 159 | box-shadow: 0 0 0 1px var(--c-gray01); 160 | border-radius: 10px 10px 0 0; 161 | 162 | } 163 | 164 | #header * { 165 | z-index:210; 166 | position:relative; 167 | } 168 | 169 | #mainArea #picArea { 170 | display: flex; 171 | flex-direction: column; 172 | } 173 | 174 | #mainArea .layout { 175 | min-height: 450px; 176 | padding: 15px; 177 | display: flex; 178 | background-color: var(--c-gray02); 179 | border-radius: 0px; 180 | box-shadow: 0 0 0 1px var(--c-gray01); 181 | border-radius: 0 0 10px 10px; 182 | } 183 | 184 | #mainArea, #infoContainer{ 185 | display: flex; 186 | align-items: center; 187 | margin: auto; 188 | height: 100vh; 189 | } 190 | 191 | #charContainer { 192 | margin: 0 60px 140px; 193 | 194 | font-size: 0; 195 | transform: scale(2); 196 | transform-origin: top center; 197 | image-rendering: pixelated; 198 | box-shadow: 0 0 0 0.5px var(--c-green03); 199 | //pointer-events: none; 200 | 201 | } 202 | 203 | #charOutput { 204 | cursor: none; 205 | } 206 | 207 | #disclaimer { 208 | margin: 0 35px; 209 | width: 300px; 210 | } 211 | 212 | /* ------------------- */ 213 | 214 | .spriteSel { 215 | display: flex; 216 | align-items: center; 217 | justify-content: center; 218 | margin: 0 10px; 219 | } 220 | 221 | #changeSize{ 222 | width:43%; 223 | } 224 | 225 | .spriteSel input[type="color"]:hover { 226 | transform: translateX(10px) scalex(1.5); 227 | 228 | } 229 | 230 | .spriteSel #color { 231 | z-index: 99999; 232 | width: 30px; 233 | height: 30px; 234 | pointer-events: all; 235 | display:none; 236 | } 237 | 238 | .spriteSel * { 239 | border: none; 240 | color: var(--c-white02); 241 | } 242 | 243 | .spriteSel .title, 244 | .spriteSel button, 245 | .spriteSel input { 246 | align-items: center; 247 | font-size: 1rem; 248 | font-weight: 400; 249 | padding: 0.2em; 250 | text-align: center; 251 | } 252 | 253 | .spriteSel .title { 254 | margin: auto 2px; 255 | pointer-events: all !important; 256 | width: auto; 257 | padding: 0; 258 | } 259 | 260 | .spriteSel button, 261 | .spriteSel input { 262 | width: 30px; 263 | } 264 | 265 | .spriteSel input { 266 | border-left: none; 267 | border-right: none; 268 | font-size: 1.2rem; 269 | /* pointer-events: none; */ 270 | cursor: pointer; 271 | } 272 | 273 | 274 | /* Chrome, Safari, Edge, Opera */ 275 | 276 | input::-webkit-outer-spin-button, 277 | input::-webkit-inner-spin-button { 278 | -webkit-appearance: none; 279 | margin: 0; 280 | } 281 | 282 | 283 | /* Firefox */ 284 | 285 | input[type=number] { 286 | -moz-appearance: textfield; 287 | appearance: textfield; 288 | color:cornflowerblue; 289 | border-bottom: dotted 1px; 290 | padding: 0; 291 | font-size: initial; 292 | } 293 | 294 | .spriteSel .btn { 295 | cursor: pointer; 296 | font-size: 10px; 297 | margin: auto; 298 | line-height: 2; 299 | height: 30px; 300 | fill: white; 301 | } 302 | 303 | .spriteSel label { 304 | min-width: 80px; 305 | text-align: left !important; 306 | margin: auto 5px !important; 307 | } 308 | 309 | 310 | .spriteSel * { 311 | background-color: transparent 312 | } 313 | 314 | #assetsMenu { 315 | display: flex; 316 | flex-direction: column; 317 | padding-left: 25px; 318 | border-left: solid var(--c-gray01) 1px; 319 | -webkit-user-select: none; 320 | -khtml-user-select: none; 321 | -moz-user-select: -moz-none; 322 | -o-user-select: none; 323 | user-select: none; 324 | } 325 | 326 | .body-type { 327 | opacity: 0.5; 328 | } 329 | 330 | .switch { 331 | display: inline-block; 332 | height: 1rem; 333 | position: relative; 334 | min-width: 40px !important; 335 | } 336 | 337 | .switch input { 338 | display: none; 339 | } 340 | 341 | .slider, 342 | .slider:before { 343 | position: absolute; 344 | } 345 | 346 | .slider { 347 | background-color: #2196f3 !important; 348 | border-radius: 34px; 349 | bottom: 0; 350 | cursor: pointer; 351 | left: 0; 352 | right: 0; 353 | top: 0; 354 | } 355 | 356 | .slider:before { 357 | background-color: #fff; 358 | border-radius: 100%; 359 | content: ""; 360 | height: 1rem; 361 | width: 1rem; 362 | } 363 | 364 | input:checked+.slider:before { 365 | -webkit-transform: translateX(26px); 366 | -ms-transform: translateX(26px); 367 | transform: translateX(26px); 368 | } 369 | 370 | #exporter { 371 | display: flex; 372 | font-size:0; 373 | } 374 | 375 | #exporter .btn { 376 | width: 50px 377 | } 378 | 379 | #exporter svg { 380 | max-height: 50px 381 | } 382 | 383 | #exporter .btn, 384 | #info .btn { 385 | fill: white; 386 | background-color: var(--c-gray01); 387 | width: -webkit-fill-available; 388 | /* height: inherit; */ 389 | margin: 0 2px !important; 390 | text-align: center; 391 | padding: .7rem; 392 | cursor: pointer; 393 | } 394 | 395 | #info .btn { 396 | font-size: 1rem; 397 | background-color: var(--c-green02) 398 | } 399 | 400 | #downloader, .btActive { 401 | background-color: var(--c-green02) !important; 402 | } 403 | 404 | 405 | 406 | 407 | .btn:hover, .btActive:hover, 408 | #downloader:hover { 409 | background-color: var(--c-green03) !important; 410 | cursor: pointer; 411 | color: white !important; 412 | 413 | } 414 | 415 | .btActive:hover 416 | { 417 | background-color: var(--c-green01) !important; 418 | cursor: unset !important; 419 | } 420 | 421 | .pls { 422 | position: absolute; 423 | bottom: 0; 424 | margin: auto; 425 | width: 100%; 426 | text-align: center; 427 | margin-bottom: 30px; 428 | z-index:-1 429 | } 430 | 431 | @import url("https://unpkg.com/grapick@0.1.13/dist/grapick.min.css") {} 432 | 433 | #recolor{ 434 | position:absolute; width: 0; height: 0; overflow: hidden; 435 | } 436 | 437 | .grp-handler { 438 | align-items: center; 439 | display: flex; 440 | flex-direction: column; 441 | height: 31px; 442 | 443 | } 444 | 445 | 446 | .floaty { 447 | position:relative; 448 | transform:translateX(-170px); 449 | z-index:100; 450 | pointer-events:none; 451 | margin: 0 -60px; 452 | } 453 | 454 | #colorCheck{ 455 | margin-left:40px; 456 | } 457 | 458 | .grp-handler-cp-c { 459 | display: block!important 460 | } 461 | 462 | .grp-handler-cp-wrap { 463 | border: 0 464 | } 465 | 466 | .grp-handler-cp-c * { 467 | border-radius: 100% 0 100% 100%; 468 | transform:rotate(-45deg) ; 469 | z-index:100; 470 | position:relative; 471 | box-shadow: 0 0 0 1px var(--c-gray02); 472 | } 473 | 474 | .grp-handler-cp-c *:hover { 475 | 476 | box-shadow: 0 0 0 2px white; 477 | } 478 | 479 | .grp-handler-drag { 480 | background-color: rgba(0,0,0,.5)!important; 481 | box-shadow: 0 0 0 1px rgba(0,0,0,.5); 482 | width: 5px; 483 | height: 15px; 484 | } 485 | 486 | .grp-handler-drag:hover { 487 | box-shadow: 0 0 0 2px white; 488 | width:15px; 489 | 490 | transform-origin: right; 491 | } 492 | .grp-wrapper { 493 | 494 | transform:scaleY(-1) !important; 495 | } 496 | 497 | .grp-handler * { 498 | margin: 0 !important; 499 | margin-left: 0 !important; 500 | } 501 | 502 | 503 | .grp-handler-close { 504 | //border-radius: 100% 100% 0 0; 505 | bottom:-37px; 506 | left:7px; 507 | position:relative; 508 | box-shadow: none; 509 | background-color:none; 510 | color: #fff; 511 | font-size: inherit; 512 | font-weight: 1; 513 | line-height: inherit; 514 | opacity:.2; 515 | padding:4px; 516 | 517 | } 518 | .grp-handler-close-c { 519 | opacity:0; 520 | height:0; 521 | } 522 | .grp-handler:hover .grp-handler-close-c { 523 | opacity:inherit; 524 | 525 | } 526 | 527 | 528 | 529 | .grp-handler-close:hover { 530 | opacity:1; 531 | color: #fff; 532 | font-weight: 900; 533 | } 534 | 535 | .colorSlider { 536 | width: 150px; 537 | padding: 1.05rem 0; 538 | margin-left:1rem; 539 | } 540 | 541 | #paintButtons { 542 | flex-wrap: wrap; 543 | position:absolute; 544 | overflow:visible; 545 | background-color: var(--c-gray02); 546 | border-left: .01px solid black; 547 | border-radius: 0 5px 5px 0 548 | } 549 | #drawPicker { 550 | border-radius: 0 5px 0 0 551 | } 552 | 553 | #colorPickerBtn{ 554 | pointer-events:none; 555 | position:absolute; 556 | height:0; 557 | width:0; 558 | opacity:0; 559 | overflow:hidden; 560 | transform: translateX(10px) translateY(-4px); 561 | z-index:-1; 562 | } 563 | 564 | 565 | 566 | #clearDrawing{ 567 | border-radius: 0 0 5px 0 568 | } 569 | 570 | #paintButtons div { 571 | display: flex; 572 | min-height: var(--drawMenuSize); 573 | overflow:hidden; 574 | } 575 | 576 | #paintButtons svg { 577 | padding: -0 1px; 578 | 579 | 580 | } 581 | 582 | #cursors *{ 583 | width:3px; 584 | height:3px; 585 | image-rendering: pixelated; 586 | 587 | 588 | 589 | } 590 | 591 | #cursors{ 592 | image-rendering: pixelated; 593 | filter: invert(100%); 594 | position:absolute; 595 | z-index:300; 596 | pointer-events:none; 597 | mix-blend-mode: exclusion; 598 | transform-origin:center center; 599 | } 600 | --------------------------------------------------------------------------------