├── Animations ├── BMO │ ├── BMO_angy │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_happy │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_hmm │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_hng │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_laugh │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_oo │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_smile │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── BMO_smirk │ │ ├── frame_0.bm │ │ └── meta.txt │ └── BMO_yawn │ │ ├── frame_0.bm │ │ └── meta.txt ├── Flipper │ ├── X_X_F0Pattern │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_FLIPCLAP │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ ├── X_X_FLIPPAH │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── X_X_FlippaZero │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ ├── X_X_Floopa │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ └── X_X_PROJECTUR │ │ ├── frame_0.bm │ │ └── meta.txt ├── Hackers │ ├── X_X_COOKIE │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ └── meta.txt │ ├── X_X_GCHTP │ │ ├── frame_0.bm │ │ └── meta.txt │ └── X_X_MESS │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ └── meta.txt ├── Memes │ ├── X_X_BIRB │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ └── meta.txt │ ├── X_X_BONK │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ └── meta.txt │ ├── X_X_GALAXYBRAIN │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_32.bm │ │ ├── frame_33.bm │ │ ├── frame_34.bm │ │ ├── frame_35.bm │ │ ├── frame_36.bm │ │ ├── frame_37.bm │ │ ├── frame_38.bm │ │ ├── frame_39.bm │ │ ├── frame_4.bm │ │ ├── frame_40.bm │ │ ├── frame_41.bm │ │ ├── frame_42.bm │ │ ├── frame_43.bm │ │ ├── frame_44.bm │ │ ├── frame_45.bm │ │ ├── frame_46.bm │ │ ├── frame_47.bm │ │ ├── frame_48.bm │ │ ├── frame_49.bm │ │ ├── frame_5.bm │ │ ├── frame_50.bm │ │ ├── frame_51.bm │ │ ├── frame_52.bm │ │ ├── frame_53.bm │ │ ├── frame_54.bm │ │ ├── frame_55.bm │ │ ├── frame_56.bm │ │ ├── frame_57.bm │ │ ├── frame_58.bm │ │ ├── frame_59.bm │ │ ├── frame_6.bm │ │ ├── frame_60.bm │ │ ├── frame_61.bm │ │ ├── frame_62.bm │ │ ├── frame_63.bm │ │ ├── frame_64.bm │ │ ├── frame_65.bm │ │ ├── frame_66.bm │ │ ├── frame_67.bm │ │ ├── frame_68.bm │ │ ├── frame_69.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_GARFIELD │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── X_X_SPONGEDOLPHIN │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── X_X_SPONGEXD │ │ ├── frame_0.bm │ │ └── meta.txt │ ├── X_X_TAPPINGHEAD │ │ ├── frame_0.bm │ │ └── meta.txt │ └── X_X_TROLL │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt ├── MrRobot │ ├── X_X_FSOCIETY │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ └── meta.txt │ ├── X_X_HACKERMAN │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ └── meta.txt │ ├── X_X_HACKERMAN_ALT │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ └── meta.txt │ └── X_X_MRROBOT │ │ ├── frame_0.bm │ │ └── meta.txt ├── Pokemon │ ├── X_X_HAUNTER │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ └── meta.txt │ ├── X_X_PIKACHU │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ └── meta.txt │ ├── X_X_PKMNWALK │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ └── meta.txt │ └── X_X_SMEARGLE │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt ├── VA-11 Hall-a │ ├── X_X_ANNA │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ └── meta.txt │ └── X_X_JILL │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ ├── frame_4.bm │ │ └── meta.txt ├── WatchDogs │ ├── X_X_BOMBS │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ └── meta.txt │ ├── X_X_BOTTY │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ └── meta.txt │ ├── X_X_BOTTY_ALT │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ └── meta.txt │ ├── X_X_DEDSEC │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_32.bm │ │ ├── frame_33.bm │ │ ├── frame_34.bm │ │ ├── frame_35.bm │ │ ├── frame_36.bm │ │ ├── frame_37.bm │ │ ├── frame_38.bm │ │ ├── frame_39.bm │ │ ├── frame_4.bm │ │ ├── frame_40.bm │ │ ├── frame_41.bm │ │ ├── frame_42.bm │ │ ├── frame_43.bm │ │ ├── frame_44.bm │ │ ├── frame_45.bm │ │ ├── frame_46.bm │ │ ├── frame_47.bm │ │ ├── frame_48.bm │ │ ├── frame_49.bm │ │ ├── frame_5.bm │ │ ├── frame_50.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_DEFALT │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ ├── X_X_DEFALT_INV │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ ├── X_X_DSLOGO │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_DSLOGO2 │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_32.bm │ │ ├── frame_33.bm │ │ ├── frame_34.bm │ │ ├── frame_35.bm │ │ ├── frame_36.bm │ │ ├── frame_37.bm │ │ ├── frame_38.bm │ │ ├── frame_39.bm │ │ ├── frame_4.bm │ │ ├── frame_40.bm │ │ ├── frame_41.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_DSLOGO_INV │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_FINGER │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ ├── X_X_JOINUS │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ └── meta.txt │ ├── X_X_JOINUS_ALT │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ └── meta.txt │ ├── X_X_JOINUS_SR │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ └── meta.txt │ ├── X_X_MUMMY │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_2.bm │ │ ├── frame_3.bm │ │ └── meta.txt │ ├── X_X_SPIRAL │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_32.bm │ │ ├── frame_33.bm │ │ ├── frame_34.bm │ │ ├── frame_35.bm │ │ ├── frame_36.bm │ │ ├── frame_37.bm │ │ ├── frame_38.bm │ │ ├── frame_39.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt │ ├── X_X_VIRUS │ │ ├── frame_0.bm │ │ └── meta.txt │ └── X_X_WDANIM │ │ ├── frame_0.bm │ │ ├── frame_1.bm │ │ ├── frame_10.bm │ │ ├── frame_11.bm │ │ ├── frame_12.bm │ │ ├── frame_13.bm │ │ ├── frame_14.bm │ │ ├── frame_15.bm │ │ ├── frame_16.bm │ │ ├── frame_17.bm │ │ ├── frame_18.bm │ │ ├── frame_19.bm │ │ ├── frame_2.bm │ │ ├── frame_20.bm │ │ ├── frame_21.bm │ │ ├── frame_22.bm │ │ ├── frame_23.bm │ │ ├── frame_24.bm │ │ ├── frame_25.bm │ │ ├── frame_26.bm │ │ ├── frame_27.bm │ │ ├── frame_28.bm │ │ ├── frame_29.bm │ │ ├── frame_3.bm │ │ ├── frame_30.bm │ │ ├── frame_31.bm │ │ ├── frame_32.bm │ │ ├── frame_33.bm │ │ ├── frame_4.bm │ │ ├── frame_5.bm │ │ ├── frame_6.bm │ │ ├── frame_7.bm │ │ ├── frame_8.bm │ │ ├── frame_9.bm │ │ └── meta.txt └── other_misc │ ├── X_X_BURNS │ ├── frame_0.bm │ ├── frame_1.bm │ ├── frame_10.bm │ ├── frame_11.bm │ ├── frame_12.bm │ ├── frame_13.bm │ ├── frame_14.bm │ ├── frame_15.bm │ ├── frame_2.bm │ ├── frame_3.bm │ ├── frame_4.bm │ ├── frame_5.bm │ ├── frame_6.bm │ ├── frame_7.bm │ ├── frame_8.bm │ ├── frame_9.bm │ └── meta.txt │ ├── X_X_BURNS_INV │ ├── frame_0.bm │ ├── frame_1.bm │ ├── frame_10.bm │ ├── frame_11.bm │ ├── frame_12.bm │ ├── frame_13.bm │ ├── frame_14.bm │ ├── frame_15.bm │ ├── frame_2.bm │ ├── frame_3.bm │ ├── frame_4.bm │ ├── frame_5.bm │ ├── frame_6.bm │ ├── frame_7.bm │ ├── frame_8.bm │ ├── frame_9.bm │ └── meta.txt │ ├── X_X_ERROR │ ├── frame_0.bm │ ├── frame_1.bm │ ├── frame_10.bm │ ├── frame_11.bm │ ├── frame_12.bm │ ├── frame_13.bm │ ├── frame_14.bm │ ├── frame_15.bm │ ├── frame_16.bm │ ├── frame_17.bm │ ├── frame_18.bm │ ├── frame_19.bm │ ├── frame_2.bm │ ├── frame_20.bm │ ├── frame_21.bm │ ├── frame_22.bm │ ├── frame_23.bm │ ├── frame_24.bm │ ├── frame_25.bm │ ├── frame_26.bm │ ├── frame_3.bm │ ├── frame_4.bm │ ├── frame_5.bm │ ├── frame_6.bm │ ├── frame_7.bm │ ├── frame_8.bm │ ├── frame_9.bm │ └── meta.txt │ ├── X_X_ERROR_INV │ ├── frame_0.bm │ ├── frame_1.bm │ ├── frame_10.bm │ ├── frame_11.bm │ ├── frame_12.bm │ ├── frame_13.bm │ ├── frame_14.bm │ ├── frame_15.bm │ ├── frame_16.bm │ ├── frame_17.bm │ ├── frame_18.bm │ ├── frame_19.bm │ ├── frame_2.bm │ ├── frame_20.bm │ ├── frame_21.bm │ ├── frame_22.bm │ ├── frame_23.bm │ ├── frame_24.bm │ ├── frame_25.bm │ ├── frame_26.bm │ ├── frame_3.bm │ ├── frame_4.bm │ ├── frame_5.bm │ ├── frame_6.bm │ ├── frame_7.bm │ ├── frame_8.bm │ ├── frame_9.bm │ └── meta.txt │ ├── X_X_MASTERSYS │ ├── frame_0.bm │ └── meta.txt │ ├── X_X_MOONINITE │ ├── frame_0.bm │ ├── frame_1.bm │ ├── frame_2.bm │ └── meta.txt │ ├── X_X_NES │ ├── frame_0.bm │ └── meta.txt │ ├── X_X_PIPSHOVEL │ ├── frame_0.bm │ ├── frame_1.bm │ ├── frame_10.bm │ ├── frame_11.bm │ ├── frame_12.bm │ ├── frame_13.bm │ ├── frame_14.bm │ ├── frame_15.bm │ ├── frame_16.bm │ ├── frame_17.bm │ ├── frame_18.bm │ ├── frame_19.bm │ ├── frame_2.bm │ ├── frame_20.bm │ ├── frame_21.bm │ ├── frame_22.bm │ ├── frame_23.bm │ ├── frame_24.bm │ ├── frame_25.bm │ ├── frame_26.bm │ ├── frame_27.bm │ ├── frame_28.bm │ ├── frame_29.bm │ ├── frame_3.bm │ ├── frame_30.bm │ ├── frame_31.bm │ ├── frame_32.bm │ ├── frame_4.bm │ ├── frame_5.bm │ ├── frame_6.bm │ ├── frame_7.bm │ ├── frame_8.bm │ ├── frame_9.bm │ └── meta.txt │ ├── X_X_SOUTHPARK │ ├── frame_0.bm │ └── meta.txt │ ├── X_X_SPACEINV │ ├── frame_0.bm │ ├── frame_1.bm │ └── meta.txt │ └── X_X_SPACEINV_INV │ ├── frame_0.bm │ ├── frame_1.bm │ └── meta.txt ├── README.md └── numgen.py /Animations/BMO/BMO_angy/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_angy/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_angy/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_angy/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_happy/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_happy/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_happy/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_happy/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_hmm/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_hmm/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_hmm/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_hmm/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_hng/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_hng/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_hng/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_hng/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_laugh/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_laugh/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_laugh/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_laugh/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_oo/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_oo/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_oo/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_oo/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_smile/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_smile/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_smile/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_smile/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_smirk/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_smirk/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_smirk/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_smirk/meta.txt -------------------------------------------------------------------------------- /Animations/BMO/BMO_yawn/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_yawn/frame_0.bm -------------------------------------------------------------------------------- /Animations/BMO/BMO_yawn/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/BMO/BMO_yawn/meta.txt -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_0.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_1.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_10.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_2.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_3.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_4.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_5.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_6.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_7.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_8.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/frame_9.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_F0Pattern/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_F0Pattern/meta.txt -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPCLAP/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPCLAP/frame_0.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPCLAP/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPCLAP/frame_1.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPCLAP/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPCLAP/frame_2.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPCLAP/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPCLAP/frame_3.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPCLAP/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPCLAP/meta.txt -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPPAH/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPPAH/frame_0.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FLIPPAH/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FLIPPAH/meta.txt -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FlippaZero/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FlippaZero/frame_0.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FlippaZero/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FlippaZero/frame_1.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FlippaZero/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FlippaZero/frame_2.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FlippaZero/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FlippaZero/frame_3.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_FlippaZero/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_FlippaZero/meta.txt -------------------------------------------------------------------------------- /Animations/Flipper/X_X_Floopa/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_Floopa/frame_0.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_Floopa/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_Floopa/frame_1.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_Floopa/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_Floopa/frame_2.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_Floopa/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_Floopa/frame_3.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_Floopa/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_Floopa/meta.txt -------------------------------------------------------------------------------- /Animations/Flipper/X_X_PROJECTUR/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_PROJECTUR/frame_0.bm -------------------------------------------------------------------------------- /Animations/Flipper/X_X_PROJECTUR/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Flipper/X_X_PROJECTUR/meta.txt -------------------------------------------------------------------------------- /Animations/Hackers/X_X_COOKIE/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_COOKIE/frame_0.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_COOKIE/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_COOKIE/frame_1.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_COOKIE/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_COOKIE/meta.txt -------------------------------------------------------------------------------- /Animations/Hackers/X_X_GCHTP/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_GCHTP/frame_0.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_GCHTP/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_GCHTP/meta.txt -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_0.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_1.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_2.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_3.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_4.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_5.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_6.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_7.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/frame_8.bm -------------------------------------------------------------------------------- /Animations/Hackers/X_X_MESS/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Hackers/X_X_MESS/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/frame_1.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/frame_2.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/frame_3.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/frame_4.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/frame_5.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BIRB/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BIRB/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_BONK/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BONK/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BONK/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BONK/frame_1.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_BONK/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_BONK/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_1.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_10.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_11.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_12.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_13.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_14.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_15.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_16.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_17.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_18.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_19.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_2.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_20.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_21.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_22.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_23.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_24.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_25.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_26.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_27.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_28.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_29.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_3.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_30.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_31.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_32.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_32.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_33.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_33.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_34.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_34.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_35.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_35.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_36.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_36.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_37.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_37.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_38.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_38.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_39.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_39.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_4.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_40.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_40.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_41.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_41.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_42.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_42.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_43.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_43.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_44.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_44.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_45.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_45.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_46.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_46.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_47.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_47.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_48.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_48.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_49.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_49.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_5.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_50.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_50.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_51.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_51.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_52.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_52.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_53.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_53.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_54.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_54.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_55.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_55.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_56.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_56.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_57.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_57.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_58.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_58.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_59.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_59.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_6.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_60.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_60.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_61.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_61.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_62.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_62.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_63.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_63.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_64.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_64.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_65.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_65.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_66.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_66.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_67.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_67.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_68.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_68.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_69.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_69.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_7.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_8.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/frame_9.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GALAXYBRAIN/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GALAXYBRAIN/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_GARFIELD/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GARFIELD/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_GARFIELD/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_GARFIELD/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_SPONGEDOLPHIN/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_SPONGEDOLPHIN/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_SPONGEDOLPHIN/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_SPONGEDOLPHIN/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_SPONGEXD/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_SPONGEXD/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_SPONGEXD/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_SPONGEXD/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_TAPPINGHEAD/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TAPPINGHEAD/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TAPPINGHEAD/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TAPPINGHEAD/meta.txt -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_0.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_1.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_10.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_11.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_12.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_13.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_14.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_15.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_16.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_17.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_18.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_19.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_2.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_3.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_4.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_5.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_6.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_7.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_8.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/frame_9.bm -------------------------------------------------------------------------------- /Animations/Memes/X_X_TROLL/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Memes/X_X_TROLL/meta.txt -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_0.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_1.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_2.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_3.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_4.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_5.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/frame_6.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_FSOCIETY/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_FSOCIETY/meta.txt -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN/frame_0.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN/frame_1.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN/frame_2.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN/meta.txt -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN_ALT/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN_ALT/frame_0.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN_ALT/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN_ALT/frame_1.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN_ALT/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN_ALT/frame_2.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_HACKERMAN_ALT/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_HACKERMAN_ALT/meta.txt -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_MRROBOT/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_MRROBOT/frame_0.bm -------------------------------------------------------------------------------- /Animations/MrRobot/X_X_MRROBOT/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/MrRobot/X_X_MRROBOT/meta.txt -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_0.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_1.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_2.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_3.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_4.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_5.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_6.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_7.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/frame_8.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_HAUNTER/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_HAUNTER/meta.txt -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PIKACHU/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PIKACHU/frame_0.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PIKACHU/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PIKACHU/frame_1.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PIKACHU/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PIKACHU/frame_2.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PIKACHU/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PIKACHU/frame_3.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PIKACHU/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PIKACHU/frame_4.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PIKACHU/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PIKACHU/meta.txt -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PKMNWALK/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PKMNWALK/frame_0.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PKMNWALK/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PKMNWALK/frame_1.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_PKMNWALK/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_PKMNWALK/meta.txt -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_0.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_1.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_10.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_11.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_12.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_2.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_3.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_4.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_5.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_6.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_7.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_8.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/frame_9.bm -------------------------------------------------------------------------------- /Animations/Pokemon/X_X_SMEARGLE/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/Pokemon/X_X_SMEARGLE/meta.txt -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_ANNA/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_ANNA/frame_0.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_ANNA/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_ANNA/frame_1.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_ANNA/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_ANNA/frame_2.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_ANNA/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_ANNA/frame_3.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_ANNA/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_ANNA/frame_4.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_ANNA/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_ANNA/meta.txt -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_JILL/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_JILL/frame_0.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_JILL/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_JILL/frame_1.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_JILL/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_JILL/frame_2.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_JILL/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_JILL/frame_3.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_JILL/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_JILL/frame_4.bm -------------------------------------------------------------------------------- /Animations/VA-11 Hall-a/X_X_JILL/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/VA-11 Hall-a/X_X_JILL/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOMBS/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOMBS/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOMBS/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOMBS/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOMBS/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOMBS/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOMBS/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOMBS/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY_ALT/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY_ALT/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY_ALT/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY_ALT/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY_ALT/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY_ALT/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_BOTTY_ALT/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_BOTTY_ALT/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_10.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_11.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_12.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_13.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_14.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_15.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_16.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_17.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_18.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_19.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_20.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_21.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_22.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_23.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_24.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_25.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_26.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_27.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_28.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_29.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_30.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_31.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_32.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_32.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_33.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_33.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_34.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_34.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_35.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_35.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_36.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_36.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_37.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_37.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_38.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_38.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_39.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_39.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_4.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_40.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_40.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_41.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_41.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_42.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_42.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_43.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_43.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_44.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_44.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_45.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_45.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_46.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_46.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_47.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_47.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_48.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_48.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_49.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_49.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_5.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_50.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_50.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_6.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_7.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_8.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/frame_9.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEDSEC/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEDSEC/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT_INV/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT_INV/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT_INV/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT_INV/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT_INV/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT_INV/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT_INV/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT_INV/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DEFALT_INV/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DEFALT_INV/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_10.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_11.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_12.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_13.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_14.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_15.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_16.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_17.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_18.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_19.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_20.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_21.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_22.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_23.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_24.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_25.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_26.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_27.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_28.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_29.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_30.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_31.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_4.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_5.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_6.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_7.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_8.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/frame_9.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_10.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_11.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_12.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_13.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_14.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_15.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_16.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_17.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_18.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_19.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_20.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_21.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_22.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_23.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_24.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_25.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_26.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_27.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_28.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_29.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_30.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_31.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_32.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_32.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_33.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_33.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_34.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_34.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_35.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_35.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_36.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_36.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_37.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_37.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_38.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_38.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_39.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_39.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_4.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_40.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_40.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_41.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_41.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_5.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_6.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_7.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_8.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/frame_9.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO2/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO2/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_10.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_11.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_12.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_13.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_14.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_15.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_16.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_17.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_18.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_19.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_20.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_21.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_22.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_23.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_24.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_25.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_26.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_27.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_28.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_29.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_30.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_31.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_4.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_5.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_6.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_7.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_8.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/frame_9.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_DSLOGO_INV/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_DSLOGO_INV/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_FINGER/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_FINGER/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_FINGER/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_FINGER/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_FINGER/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_FINGER/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_FINGER/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_FINGER/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_FINGER/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_FINGER/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS_ALT/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS_ALT/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS_ALT/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS_ALT/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS_ALT/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS_ALT/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS_SR/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS_SR/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS_SR/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS_SR/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_JOINUS_SR/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_JOINUS_SR/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_MUMMY/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_MUMMY/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_MUMMY/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_MUMMY/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_MUMMY/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_MUMMY/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_MUMMY/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_MUMMY/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_MUMMY/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_MUMMY/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_10.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_11.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_12.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_13.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_14.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_15.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_16.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_17.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_18.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_19.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_20.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_21.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_22.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_23.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_24.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_25.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_26.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_27.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_28.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_29.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_30.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_31.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_32.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_32.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_33.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_33.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_34.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_34.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_35.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_35.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_36.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_36.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_37.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_37.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_38.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_38.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_39.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_39.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_4.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_5.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_6.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_7.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_8.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/frame_9.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_SPIRAL/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_SPIRAL/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_VIRUS/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_VIRUS/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_VIRUS/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_VIRUS/meta.txt -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_0.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_1.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_10.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_11.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_12.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_13.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_14.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_15.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_16.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_17.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_18.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_19.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_2.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_20.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_21.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_22.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_23.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_24.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_25.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_26.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_27.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_28.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_29.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_3.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_30.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_31.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_32.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_32.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_33.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_33.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_4.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_5.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_6.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_7.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_8.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/frame_9.bm -------------------------------------------------------------------------------- /Animations/WatchDogs/X_X_WDANIM/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/WatchDogs/X_X_WDANIM/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_10.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_11.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_12.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_13.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_14.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_15.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_2.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_3.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_4.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_5.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_6.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_7.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_8.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/frame_9.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_10.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_11.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_12.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_13.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_14.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_15.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_2.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_3.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_4.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_5.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_6.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_7.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_8.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/frame_9.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_BURNS_INV/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_BURNS_INV/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_10.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_11.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_12.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_13.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_14.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_15.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_16.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_17.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_18.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_19.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_2.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_20.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_21.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_22.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_23.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_24.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_25.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_26.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_3.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_4.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_5.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_6.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_7.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_8.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/frame_9.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_10.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_11.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_12.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_13.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_14.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_15.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_16.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_17.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_18.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_19.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_2.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_20.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_21.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_22.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_23.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_24.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_25.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_26.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_3.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_4.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_5.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_6.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_7.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_8.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/frame_9.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_ERROR_INV/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_ERROR_INV/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_MASTERSYS/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_MASTERSYS/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_MASTERSYS/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_MASTERSYS/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_MOONINITE/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_MOONINITE/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_MOONINITE/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_MOONINITE/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_MOONINITE/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_MOONINITE/frame_2.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_MOONINITE/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_MOONINITE/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_NES/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_NES/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_NES/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_NES/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_10.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_10.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_11.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_11.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_12.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_12.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_13.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_13.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_14.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_14.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_15.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_15.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_16.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_16.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_17.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_17.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_18.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_18.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_19.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_19.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_2.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_2.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_20.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_20.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_21.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_21.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_22.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_22.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_23.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_23.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_24.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_24.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_25.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_25.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_26.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_26.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_27.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_27.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_28.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_28.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_29.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_29.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_3.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_3.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_30.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_30.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_31.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_31.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_32.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_32.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_4.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_4.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_5.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_5.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_6.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_6.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_7.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_7.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_8.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_8.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/frame_9.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/frame_9.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_PIPSHOVEL/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_PIPSHOVEL/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SOUTHPARK/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SOUTHPARK/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SOUTHPARK/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SOUTHPARK/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SPACEINV/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SPACEINV/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SPACEINV/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SPACEINV/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SPACEINV/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SPACEINV/meta.txt -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SPACEINV_INV/frame_0.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SPACEINV_INV/frame_0.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SPACEINV_INV/frame_1.bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SPACEINV_INV/frame_1.bm -------------------------------------------------------------------------------- /Animations/other_misc/X_X_SPACEINV_INV/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/Animations/other_misc/X_X_SPACEINV_INV/meta.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/README.md -------------------------------------------------------------------------------- /numgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrenchathome/flip0anims/HEAD/numgen.py --------------------------------------------------------------------------------