├── README.md ├── img ├── bolt_cutters_off.png ├── bolt_cutters_on.png ├── button_back.png ├── checked.png ├── clothes_off.png ├── clothes_on.png ├── compound_map.png ├── cursor.png ├── element.png ├── grappling_hook_off.png ├── grappling_hook_on.png ├── hard_mode_off.png ├── hard_mode_on.png ├── index.html ├── loot_frame.png ├── main.png ├── map_button.png ├── player_cuts.png ├── prices_frames.png ├── primary_loot │ ├── bonds.png │ ├── default.gif │ ├── diamond.png │ ├── files.png │ ├── necklace.png │ ├── panther.png │ └── tequilla.png ├── truck_off.png └── truck_on.png ├── index.dev.html └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # perico-stattext-maker 2 | -------------------------------------------------------------------------------- /img/bolt_cutters_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/bolt_cutters_off.png -------------------------------------------------------------------------------- /img/bolt_cutters_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/bolt_cutters_on.png -------------------------------------------------------------------------------- /img/button_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/button_back.png -------------------------------------------------------------------------------- /img/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/checked.png -------------------------------------------------------------------------------- /img/clothes_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/clothes_off.png -------------------------------------------------------------------------------- /img/clothes_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/clothes_on.png -------------------------------------------------------------------------------- /img/compound_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/compound_map.png -------------------------------------------------------------------------------- /img/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/cursor.png -------------------------------------------------------------------------------- /img/element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/element.png -------------------------------------------------------------------------------- /img/grappling_hook_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/grappling_hook_off.png -------------------------------------------------------------------------------- /img/grappling_hook_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/grappling_hook_on.png -------------------------------------------------------------------------------- /img/hard_mode_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/hard_mode_off.png -------------------------------------------------------------------------------- /img/hard_mode_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/hard_mode_on.png -------------------------------------------------------------------------------- /img/index.html: -------------------------------------------------------------------------------- 1 | ass 2 | -------------------------------------------------------------------------------- /img/loot_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/loot_frame.png -------------------------------------------------------------------------------- /img/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/main.png -------------------------------------------------------------------------------- /img/map_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/map_button.png -------------------------------------------------------------------------------- /img/player_cuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/player_cuts.png -------------------------------------------------------------------------------- /img/prices_frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/prices_frames.png -------------------------------------------------------------------------------- /img/primary_loot/bonds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/bonds.png -------------------------------------------------------------------------------- /img/primary_loot/default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/default.gif -------------------------------------------------------------------------------- /img/primary_loot/diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/diamond.png -------------------------------------------------------------------------------- /img/primary_loot/files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/files.png -------------------------------------------------------------------------------- /img/primary_loot/necklace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/necklace.png -------------------------------------------------------------------------------- /img/primary_loot/panther.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/panther.png -------------------------------------------------------------------------------- /img/primary_loot/tequilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/primary_loot/tequilla.png -------------------------------------------------------------------------------- /img/truck_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/truck_off.png -------------------------------------------------------------------------------- /img/truck_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/img/truck_on.png -------------------------------------------------------------------------------- /index.dev.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/index.dev.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beholdmystuff/perico-stattext-maker/HEAD/index.html --------------------------------------------------------------------------------