├── Combo Line Colors.png ├── Glow Job Icons.jpg ├── Minimal UI 4k.jpg ├── Monochrome Menu Icons.jpg ├── Partylist Shield Colors.png ├── README.md ├── README_JP.md ├── changelog.md ├── optional mods ├── Astro Card Helper - 4k.ttmp2 ├── Astro card helper.ttmp2 ├── Combo Line Colors │ ├── 4k │ │ ├── 4k Combo Line Colors.png │ │ ├── Combo Line Colors 4k - Blue.ttmp2 │ │ ├── Combo Line Colors 4k - Cyan.ttmp2 │ │ ├── Combo Line Colors 4k - Green.ttmp2 │ │ ├── Combo Line Colors 4k - Pink.ttmp2 │ │ ├── Combo Line Colors 4k - Purple.ttmp2 │ │ ├── Combo Line Colors 4k - Red.ttmp2 │ │ ├── Combo Line Colors 4k - White.ttmp2 │ │ └── Combo Line Colors 4k - Yellow.ttmp2 │ └── HD │ │ ├── Blue Combo Lines.ttmp2 │ │ ├── Green Combo Lines.ttmp2 │ │ ├── Pink Combo Lines.ttmp2 │ │ ├── Red Combo Lines.ttmp2 │ │ ├── Yellow Combo Lines.ttmp2 │ │ ├── blue combo lines.png │ │ ├── pink combo lines.png │ │ ├── red combo lines.png │ │ └── yellow combo lines.png ├── Hidden Hotbar Lock - 4k.ttmp2 ├── Hidden Hotbar Lock.ttmp2 ├── Job Icon Colors │ ├── Colored Job Icons - 4k.ttmp2 │ ├── White Job Icons - 4k.ttmp2 │ ├── colored job icons.ttmp2 │ └── white job icons.ttmp2 ├── Monochrome Menu Icons.ttmp2 ├── Partylist shield colors │ ├── 4k │ │ ├── 4k Partylist Shield Colors.png │ │ ├── Partylist Shield Colors 4k - black.ttmp2 │ │ ├── Partylist Shield Colors 4k - blue.ttmp2 │ │ ├── Partylist Shield Colors 4k - cyan.ttmp2 │ │ ├── Partylist Shield Colors 4k - green.ttmp2 │ │ ├── Partylist Shield Colors 4k - pink.ttmp2 │ │ ├── Partylist Shield Colors 4k - purple.ttmp2 │ │ ├── Partylist Shield Colors 4k - red.ttmp2 │ │ └── Partylist Shield Colors 4k - yellow.ttmp2 │ └── HD │ │ ├── Black Partylist Shielding.ttmp2 │ │ ├── Blue Partylist Shielding.ttmp2 │ │ ├── Green Partylist Shielding.ttmp2 │ │ ├── Purple Partylist Shielding.ttmp2 │ │ ├── Red Partylist Shielding.ttmp2 │ │ ├── Yellow Partylist Shielding.ttmp2 │ │ ├── black shielding.png │ │ ├── blue shielding.png │ │ ├── purple shielding.png │ │ ├── red shielding.png │ │ └── yellow shielding.png ├── Transparent Minimap - 4k.ttmp2 ├── Transparent Minimap.ttmp2 ├── Visible Macro Icon - 4k.ttmp2 ├── options readme.txt └── visible macro icon.ttmp2 ├── releases ├── Circle Status Icons.ttmp2 ├── Glow Job Icons - SageReaper Only.ttmp2 ├── Glow Job Icons.ttmp2 ├── Glow Job Macro Icons.ttmp2 ├── Minimal UI 4k V2.1.4.ttmp2 ├── NewOldMaterialDiscordUI.ttmp2 ├── Optional Mods.zip └── overlayplugin-theme │ ├── README.md │ ├── SCE-PS3-RD-R-LATIN.TTF │ ├── handle.png │ ├── images │ ├── handle.png │ └── minimalui │ │ ├── Eos.png │ │ ├── Garuda.png │ │ ├── Ifrit.png │ │ ├── Limit Break.png │ │ ├── Selene.png │ │ ├── Titan.png │ │ ├── acn.png │ │ ├── alc.png │ │ ├── arc.png │ │ ├── arm.png │ │ ├── ast.png │ │ ├── bishop.png │ │ ├── blm.png │ │ ├── blu.png │ │ ├── brd.png │ │ ├── bsm.png │ │ ├── btn.png │ │ ├── choco.png │ │ ├── chocobo.png │ │ ├── cnj.png │ │ ├── crp.png │ │ ├── cul.png │ │ ├── dnc.png │ │ ├── drg.png │ │ ├── drk.png │ │ ├── emerald.png │ │ ├── empty.png │ │ ├── error.png │ │ ├── fsh.png │ │ ├── gla.png │ │ ├── gld.png │ │ ├── gnb.png │ │ ├── gsm.png │ │ ├── lnc.png │ │ ├── ltw.png │ │ ├── mch.png │ │ ├── min.png │ │ ├── mnk.png │ │ ├── mrd.png │ │ ├── nin.png │ │ ├── pgl.png │ │ ├── pld.png │ │ ├── pug.png │ │ ├── rdm.png │ │ ├── rog.png │ │ ├── rook.png │ │ ├── sam.png │ │ ├── sch.png │ │ ├── smn.png │ │ ├── thm.png │ │ ├── topaz.png │ │ ├── war.png │ │ ├── whm.png │ │ └── wvr.png │ ├── lib │ ├── d3.min.js │ ├── jquery-2.1.1.min.js │ ├── lodash.min.js │ └── react.min.js │ ├── minimalui.html │ └── preview.png ├── templates ├── README.md └── partylist_gaugehp.bmp ├── texturelist ├── textures ├── HUD │ ├── ActionBar │ │ ├── actionbar.bmp │ │ ├── actionbar.dds │ │ ├── actionbar.png │ │ ├── actionbar_hr1.bmp │ │ ├── actionbar_hr1.dds │ │ └── actionbar_hr1.png │ ├── ActionContents │ │ ├── actioncontents.bmp │ │ ├── actioncontents.dds │ │ ├── actioncontents.png │ │ ├── actioncontents_hr1.bmp │ │ ├── actioncontents_hr1.dds │ │ └── actioncontents_hr1.png │ ├── AquariumSetting │ │ ├── aquariumsetting.bmp │ │ ├── aquariumsetting.dds │ │ ├── aquariumsetting.png │ │ ├── aquariumsetting_hr1.bmp │ │ ├── aquariumsetting_hr1.dds │ │ └── aquariumsetting_hr1.png │ ├── AreaMap │ │ ├── areamap.bmp │ │ ├── areamap.dds │ │ ├── areamap.png │ │ ├── areamap_hr1.bmp │ │ ├── areamap_hr1.dds │ │ └── areamap_hr1.png │ ├── ArmouryBoard │ │ ├── armouryboard.bmp │ │ ├── armouryboard.dds │ │ ├── armouryboard.png │ │ ├── armouryboard_hr1.bmp │ │ ├── armouryboard_hr1.dds │ │ └── armouryboard_hr1.png │ ├── BagStatus │ │ ├── bagstatus.bmp │ │ ├── bagstatus.dds │ │ ├── bagstatus.png │ │ ├── bagstatus_hr1.bmp │ │ ├── bagstatus_hr1.dds │ │ └── bagstatus_hr1.png │ ├── Bank │ │ ├── bank.bmp │ │ ├── bank.dds │ │ ├── bank.png │ │ ├── bank_hr1.bmp │ │ ├── bank_hr1.dds │ │ └── bank_hr1.png │ ├── BgParts │ │ ├── bgparts.bmp │ │ ├── bgparts.dds │ │ ├── bgparts.png │ │ ├── bgparts_hr1.bmp │ │ ├── bgparts_hr1.dds │ │ └── bgparts_hr1.png │ ├── ButtonA │ │ ├── buttona.bmp │ │ ├── buttona.dds │ │ ├── buttona.png │ │ ├── buttona_hr1.bmp │ │ ├── buttona_hr1.dds │ │ └── buttona_hr1.png │ ├── ButtonB │ │ ├── buttonb.bmp │ │ ├── buttonb.dds │ │ ├── buttonb.png │ │ ├── buttonb_hr1.bmp │ │ ├── buttonb_hr1.dds │ │ └── buttonb_hr1.png │ ├── Character │ │ ├── character.bmp │ │ ├── character.dds │ │ ├── character.png │ │ ├── character_hr1.bmp │ │ ├── character_hr1.dds │ │ └── character_hr1.png │ ├── Character2 │ │ ├── character2.bmp │ │ ├── character2.dds │ │ ├── character2.png │ │ ├── character2_hr1.bmp │ │ ├── character2_hr1.dds │ │ └── character2_hr1.png │ ├── CharacterBestEquipment │ │ ├── characterbestequipment.bmp │ │ ├── characterbestequipment.dds │ │ ├── characterbestequipment.png │ │ ├── characterbestequipment_hr1.bmp │ │ ├── characterbestequipment_hr1.dds │ │ └── characterbestequipment_hr1.png │ ├── CharacterGearSet │ │ ├── charactergearset.bmp │ │ ├── charactergearset.dds │ │ ├── charactergearset.png │ │ ├── charactergearset_hr1.bmp │ │ ├── charactergearset_hr1.dds │ │ └── charactergearset_hr1.png │ ├── CharacterTitle │ │ ├── charactertitle.bmp │ │ ├── charactertitle.dds │ │ ├── charactertitle.png │ │ ├── charactertitle_hr1.bmp │ │ ├── charactertitle_hr1.dds │ │ └── charactertitle_hr1.png │ ├── ChatLog │ │ ├── chatlog.bmp │ │ ├── chatlog.dds │ │ ├── chatlog.png │ │ ├── chatlog_hr1.bmp │ │ ├── chatlog_hr1.dds │ │ └── chatlog_hr1.png │ ├── CheckBoxA │ │ ├── checkboxa.bmp │ │ ├── checkboxa.dds │ │ ├── checkboxa.png │ │ ├── checkboxa_hr1.bmp │ │ ├── checkboxa_hr1.dds │ │ └── checkboxa_hr1.png │ ├── CircleButtons │ │ ├── circlebuttons.bmp │ │ ├── circlebuttons.dds │ │ ├── circlebuttons.png │ │ ├── circlebuttons_hr1.bmp │ │ ├── circlebuttons_hr1.dds │ │ └── circlebuttons_hr1.png │ ├── ConfigCharacter │ │ ├── configcharacter.bmp │ │ ├── configcharacter.dds │ │ ├── configcharacter.png │ │ ├── configcharacter_hr1.bmp │ │ ├── configcharacter_hr1.dds │ │ └── configcharacter_hr1.png │ ├── ConfigCharacterHotBarLayout │ │ ├── configcharacterhotbarlayout.bmp │ │ ├── configcharacterhotbarlayout.dds │ │ ├── configcharacterhotbarlayout.png │ │ ├── configcharacterhotbarlayout_hr1.bmp │ │ ├── configcharacterhotbarlayout_hr1.dds │ │ └── configcharacterhotbarlayout_hr1.png │ ├── ConfigLog │ │ ├── configlog.bmp │ │ ├── configlog.dds │ │ ├── configlog.png │ │ ├── configlog_hr1.bmp │ │ ├── configlog_hr1.dds │ │ └── configlog_hr1.png │ ├── ConfigSystem │ │ ├── configsystem.bmp │ │ ├── configsystem.dds │ │ ├── configsystem.png │ │ ├── configsystem_hr1.bmp │ │ ├── configsystem_hr1.dds │ │ └── configsystem_hr1.png │ ├── ContentGauge │ │ ├── contentgauge.bmp │ │ ├── contentgauge.dds │ │ ├── contentgauge.png │ │ ├── contentgauge_hr1.bmp │ │ ├── contentgauge_hr1.dds │ │ └── contentgauge_hr1.png │ ├── ContentsFinder │ │ ├── contentsfinder.bmp │ │ ├── contentsfinder.dds │ │ ├── contentsfinder.png │ │ ├── contentsfinder_hr1.bmp │ │ ├── contentsfinder_hr1.dds │ │ └── contentsfinder_hr1.png │ ├── ContentsFinderDisplay │ │ ├── contentsfinderdisplay.bmp │ │ ├── contentsfinderdisplay.dds │ │ ├── contentsfinderdisplay.png │ │ ├── contentsfinderdisplay_hr1.bmp │ │ ├── contentsfinderdisplay_hr1.dds │ │ └── contentsfinderdisplay_hr1.png │ ├── DTR │ │ ├── dtr.bmp │ │ ├── dtr.dds │ │ ├── dtr.png │ │ ├── dtr_hr1.bmp │ │ ├── dtr_hr1.dds │ │ └── dtr_hr1.png │ ├── DeepDungeonInformation │ │ ├── deepdungeoninformation.bmp │ │ ├── deepdungeoninformation.dds │ │ ├── deepdungeoninformation.png │ │ ├── deepdungeoninformation_hr1.bmp │ │ ├── deepdungeoninformation_hr1.dds │ │ └── deepdungeoninformation_hr1.png │ ├── DeepDungeonNaviMap │ │ ├── deepdungeonnavimap.bmp │ │ ├── deepdungeonnavimap.dds │ │ ├── deepdungeonnavimap.png │ │ ├── deepdungeonnavimap_hr1.bmp │ │ ├── deepdungeonnavimap_hr1.dds │ │ └── deepdungeonnavimap_hr1.png │ ├── DeepDungeonNaviMap_Rooms │ │ ├── deepdungeonnavimap_rooms.bmp │ │ ├── deepdungeonnavimap_rooms.dds │ │ ├── deepdungeonnavimap_rooms.png │ │ ├── deepdungeonnavimap_rooms_hr1.bmp │ │ ├── deepdungeonnavimap_rooms_hr1.dds │ │ └── deepdungeonnavimap_rooms_hr1.png │ ├── DeepDungeon_Bg │ │ ├── deepdungeon_bg.bmp │ │ ├── deepdungeon_bg.dds │ │ ├── deepdungeon_bg.png │ │ ├── deepdungeon_bg_hr1.bmp │ │ ├── deepdungeon_bg_hr1.dds │ │ └── deepdungeon_bg_hr1.png │ ├── DropDownA │ │ ├── dropdowna.bmp │ │ ├── dropdowna.dds │ │ ├── dropdowna.png │ │ ├── dropdowna_hr1.bmp │ │ ├── dropdowna_hr1.dds │ │ └── dropdowna_hr1.png │ ├── EnemyList │ │ ├── enemylist.bmp │ │ ├── enemylist.dds │ │ ├── enemylist.png │ │ ├── enemylist_hr1.bmp │ │ ├── enemylist_hr1.dds │ │ └── enemylist_hr1.png │ ├── EurekaElementalHud │ │ ├── eurekaelementalhud.bmp │ │ ├── eurekaelementalhud.dds │ │ ├── eurekaelementalhud.png │ │ ├── eurekaelementalhud_hr1.bmp │ │ ├── eurekaelementalhud_hr1.dds │ │ └── eurekaelementalhud_hr1.png │ ├── EurekaLogosAetherList │ │ ├── eurekalogosaetherlist.bmp │ │ ├── eurekalogosaetherlist.dds │ │ ├── eurekalogosaetherlist.png │ │ ├── eurekalogosaetherlist_hr1.bmp │ │ ├── eurekalogosaetherlist_hr1.dds │ │ └── eurekalogosaetherlist_hr1.png │ ├── Exp_Gauge │ │ ├── exp_gauge.bmp │ │ ├── exp_gauge.dds │ │ ├── exp_gauge.png │ │ ├── exp_gauge_hr1.bmp │ │ ├── exp_gauge_hr1.dds │ │ └── exp_gauge_hr1.png │ ├── FishingNoteBook │ │ ├── fishingnotebook.bmp │ │ ├── fishingnotebook.dds │ │ ├── fishingnotebook.png │ │ ├── fishingnotebook_hr1.bmp │ │ ├── fishingnotebook_hr1.dds │ │ └── fishingnotebook_hr1.png │ ├── FreeCompany │ │ ├── freecompany.bmp │ │ ├── freecompany.dds │ │ ├── freecompany.png │ │ ├── freecompany_hr1.bmp │ │ ├── freecompany_hr1.dds │ │ └── freecompany_hr1.png │ ├── FreeCompanyCrestEditor │ │ ├── freecompanycresteditor.bmp │ │ ├── freecompanycresteditor.dds │ │ ├── freecompanycresteditor.png │ │ ├── freecompanycresteditor_hr1.bmp │ │ ├── freecompanycresteditor_hr1.dds │ │ └── freecompanycresteditor_hr1.png │ ├── GearSetList │ │ ├── gearsetlist.bmp │ │ ├── gearsetlist.dds │ │ ├── gearsetlist.png │ │ ├── gearsetlist_hr1.bmp │ │ ├── gearsetlist_hr1.dds │ │ └── gearsetlist_hr1.png │ ├── Housing │ │ ├── housing.bmp │ │ ├── housing.dds │ │ ├── housing.png │ │ ├── housing_hr1.bmp │ │ ├── housing_hr1.dds │ │ └── housing_hr1.png │ ├── HousingGoods │ │ ├── housinggoods.bmp │ │ ├── housinggoods.dds │ │ ├── housinggoods.png │ │ ├── housinggoods_hr1.bmp │ │ ├── housinggoods_hr1.dds │ │ └── housinggoods_hr1.png │ ├── Housing_TravellersNote │ │ ├── housing_travellersnote.bmp │ │ ├── housing_travellersnote.dds │ │ ├── housing_travellersnote.png │ │ ├── housing_travellersnote_hr1.bmp │ │ ├── housing_travellersnote_hr1.dds │ │ └── housing_travellersnote_hr1.png │ ├── HudLayout │ │ ├── hudlayout.bmp │ │ ├── hudlayout.dds │ │ ├── hudlayout.png │ │ ├── hudlayout_hr1.bmp │ │ ├── hudlayout_hr1.dds │ │ └── hudlayout_hr1.png │ ├── HudLayoutSnapSetting │ │ ├── hudlayoutsnapsetting.bmp │ │ ├── hudlayoutsnapsetting.dds │ │ ├── hudlayoutsnapsetting.png │ │ ├── hudlayoutsnapsetting_hr1.bmp │ │ ├── hudlayoutsnapsetting_hr1.dds │ │ └── hudlayoutsnapsetting_hr1.png │ ├── IconA_Frame │ │ ├── icona_frame.bmp │ │ ├── icona_frame.dds │ │ ├── icona_frame.png │ │ ├── icona_frame_hr1.blue.bmp │ │ ├── icona_frame_hr1.blue.dds │ │ ├── icona_frame_hr1.blue.png │ │ ├── icona_frame_hr1.bmp │ │ ├── icona_frame_hr1.cyan.bmp │ │ ├── icona_frame_hr1.cyan.dds │ │ ├── icona_frame_hr1.cyan.png │ │ ├── icona_frame_hr1.dds │ │ ├── icona_frame_hr1.green.bmp │ │ ├── icona_frame_hr1.green.dds │ │ ├── icona_frame_hr1.green.png │ │ ├── icona_frame_hr1.pink.bmp │ │ ├── icona_frame_hr1.pink.dds │ │ ├── icona_frame_hr1.pink.png │ │ ├── icona_frame_hr1.png │ │ ├── icona_frame_hr1.purple.bmp │ │ ├── icona_frame_hr1.purple.dds │ │ ├── icona_frame_hr1.purple.png │ │ ├── icona_frame_hr1.red.bmp │ │ ├── icona_frame_hr1.red.dds │ │ ├── icona_frame_hr1.red.png │ │ ├── icona_frame_hr1.white.bmp │ │ ├── icona_frame_hr1.white.dds │ │ ├── icona_frame_hr1.white.png │ │ ├── icona_frame_hr1.yellow.bmp │ │ ├── icona_frame_hr1.yellow.dds │ │ └── icona_frame_hr1.yellow.png │ ├── Inventory │ │ ├── inventory.bmp │ │ ├── inventory.dds │ │ ├── inventory.png │ │ ├── inventory_hr1.bmp │ │ ├── inventory_hr1.dds │ │ └── inventory_hr1.png │ ├── ItemSearch │ │ ├── itemsearch.bmp │ │ ├── itemsearch.dds │ │ ├── itemsearch.png │ │ ├── itemsearch_hr1.bmp │ │ ├── itemsearch_hr1.dds │ │ └── itemsearch_hr1.png │ ├── JobHudNIN1 │ │ ├── jobhudnin1.bmp │ │ ├── jobhudnin1.dds │ │ ├── jobhudnin1.png │ │ ├── jobhudnin1_hr1.bmp │ │ ├── jobhudnin1_hr1.dds │ │ └── jobhudnin1_hr1.png │ ├── JobHudSAM1 │ │ ├── jobhudsam1.bmp │ │ ├── jobhudsam1.dds │ │ ├── jobhudsam1.png │ │ ├── jobhudsam1_hr1.bmp │ │ ├── jobhudsam1_hr1.dds │ │ └── jobhudsam1_hr1.png │ ├── JobHudSimple_StackA │ │ ├── jobhudsimple_stacka.bmp │ │ ├── jobhudsimple_stacka.dds │ │ ├── jobhudsimple_stacka.png │ │ ├── jobhudsimple_stacka_hr1.bmp │ │ ├── jobhudsimple_stacka_hr1.dds │ │ └── jobhudsimple_stacka_hr1.png │ ├── JobHudSimple_StackB │ │ ├── jobhudsimple_stackb.bmp │ │ ├── jobhudsimple_stackb.dds │ │ ├── jobhudsimple_stackb.png │ │ ├── jobhudsimple_stackb_hr1.bmp │ │ ├── jobhudsimple_stackb_hr1.dds │ │ └── jobhudsimple_stackb_hr1.png │ ├── Journal_Detail │ │ ├── journal_detail.bmp │ │ ├── journal_detail.dds │ │ ├── journal_detail.png │ │ ├── journal_detail_hr1.bmp │ │ ├── journal_detail_hr1.dds │ │ └── journal_detail_hr1.png │ ├── Journal_Frame │ │ ├── journal_frame.bmp │ │ ├── journal_frame.dds │ │ ├── journal_frame.png │ │ ├── journal_frame_hr1.bmp │ │ ├── journal_frame_hr1.dds │ │ └── journal_frame_hr1.png │ ├── Journal_Separator │ │ ├── journal_separator.bmp │ │ ├── journal_separator.dds │ │ ├── journal_separator.png │ │ ├── journal_separator_hr1.bmp │ │ ├── journal_separator_hr1.dds │ │ └── journal_separator_hr1.png │ ├── LFG │ │ ├── lfg.bmp │ │ ├── lfg.dds │ │ ├── lfg.png │ │ ├── lfg_hr1.bmp │ │ ├── lfg_hr1.dds │ │ └── lfg_hr1.png │ ├── LimitBreak │ │ ├── limitbreak.bmp │ │ ├── limitbreak.dds │ │ ├── limitbreak.png │ │ ├── limitbreak_hr1.bmp │ │ ├── limitbreak_hr1.dds │ │ └── limitbreak_hr1.png │ ├── ListItemA │ │ ├── listitema.bmp │ │ ├── listitema.dds │ │ ├── listitema.png │ │ ├── listitema_hr1.bmp │ │ ├── listitema_hr1.dds │ │ └── listitema_hr1.png │ ├── ListItemB │ │ ├── listitemb.bmp │ │ ├── listitemb.dds │ │ ├── listitemb.png │ │ ├── listitemb_hr1.bmp │ │ ├── listitemb_hr1.dds │ │ └── listitemb_hr1.png │ ├── LongPressButtonA │ │ ├── longpressbuttona.bmp │ │ ├── longpressbuttona.dds │ │ ├── longpressbuttona.png │ │ ├── longpressbuttona_hr1.bmp │ │ ├── longpressbuttona_hr1.dds │ │ └── longpressbuttona_hr1.png │ ├── Macro │ │ ├── macro.bmp │ │ ├── macro.dds │ │ ├── macro.png │ │ ├── macro_hr1.bmp │ │ ├── macro_hr1.dds │ │ └── macro_hr1.png │ ├── MainCommandCategory_Icon │ │ ├── maincommandcategory_icon.png │ │ ├── maincommandcategory_icon_hr1.bmp │ │ ├── maincommandcategory_icon_hr1.dds │ │ └── maincommandcategory_icon_hr1.png │ ├── MainCommand_Icon │ │ ├── maincommand_icon.bmp │ │ ├── maincommand_icon.dds │ │ ├── maincommand_icon.png │ │ ├── maincommand_icon_hr1.bmp │ │ ├── maincommand_icon_hr1.dds │ │ └── maincommand_icon_hr1.png │ ├── MinionNoteBook │ │ ├── minionnotebook.bmp │ │ ├── minionnotebook.dds │ │ ├── minionnotebook.png │ │ ├── minionnotebook_hr1.bmp │ │ ├── minionnotebook_hr1.dds │ │ └── minionnotebook_hr1.png │ ├── Money_Number │ │ ├── money_number.bmp │ │ ├── money_number.dds │ │ ├── money_number.png │ │ ├── money_number_hr1.bmp │ │ ├── money_number_hr1.dds │ │ └── money_number_hr1.png │ ├── NaviMap │ │ ├── navimap.bmp │ │ ├── navimap.dds │ │ ├── navimap.png │ │ ├── navimap_hr1.bmp │ │ ├── navimap_hr1.dds │ │ └── navimap_hr1.png │ ├── NaviMap_Mask │ │ ├── navimap_mask.bmp │ │ ├── navimap_mask.dds │ │ ├── navimap_mask.png │ │ ├── navimap_mask_hr1.bmp │ │ ├── navimap_mask_hr1.dds │ │ └── navimap_mask_hr1.png │ ├── Notification │ │ ├── notification.bmp │ │ ├── notification.dds │ │ ├── notification.png │ │ ├── notification_hr1.bmp │ │ ├── notification_hr1.dds │ │ └── notification_hr1.png │ ├── Parameter_Gauge │ │ ├── parameter_gauge.bmp │ │ ├── parameter_gauge.dds │ │ ├── parameter_gauge.png │ │ ├── parameter_gauge_hr1.bmp │ │ ├── parameter_gauge_hr1.dds │ │ └── parameter_gauge_hr1.png │ ├── Parameter_Gauge2 │ │ ├── parameter_gauge2.bmp │ │ ├── parameter_gauge2.dds │ │ ├── parameter_gauge2.png │ │ ├── parameter_gauge2_hr1.bmp │ │ ├── parameter_gauge2_hr1.dds │ │ └── parameter_gauge2_hr1.png │ ├── PartyFinder │ │ ├── partyfinder.bmp │ │ ├── partyfinder.dds │ │ ├── partyfinder.png │ │ ├── partyfinder_hr1.bmp │ │ ├── partyfinder_hr1.dds │ │ └── partyfinder_hr1.png │ ├── PartyListTargetBase │ │ ├── partylisttargetbase.bmp │ │ ├── partylisttargetbase.dds │ │ ├── partylisttargetbase.png │ │ ├── partylisttargetbase_hr1.bmp │ │ ├── partylisttargetbase_hr1.dds │ │ └── partylisttargetbase_hr1.png │ ├── PartyList_Bg │ │ ├── partylist_bg.bmp │ │ ├── partylist_bg.dds │ │ ├── partylist_bg.png │ │ ├── partylist_bg_hr1.bmp │ │ ├── partylist_bg_hr1.dds │ │ └── partylist_bg_hr1.png │ ├── PartyList_GaugeHP │ │ ├── partylist_gaugehp.bmp │ │ ├── partylist_gaugehp.dds │ │ ├── partylist_gaugehp.png │ │ ├── partylist_gaugehp_hr1.black.bmp │ │ ├── partylist_gaugehp_hr1.black.dds │ │ ├── partylist_gaugehp_hr1.black.png │ │ ├── partylist_gaugehp_hr1.blue.bmp │ │ ├── partylist_gaugehp_hr1.blue.dds │ │ ├── partylist_gaugehp_hr1.blue.png │ │ ├── partylist_gaugehp_hr1.bmp │ │ ├── partylist_gaugehp_hr1.cyan.bmp │ │ ├── partylist_gaugehp_hr1.cyan.dds │ │ ├── partylist_gaugehp_hr1.cyan.png │ │ ├── partylist_gaugehp_hr1.dds │ │ ├── partylist_gaugehp_hr1.green.bmp │ │ ├── partylist_gaugehp_hr1.green.dds │ │ ├── partylist_gaugehp_hr1.green.png │ │ ├── partylist_gaugehp_hr1.pink.bmp │ │ ├── partylist_gaugehp_hr1.pink.dds │ │ ├── partylist_gaugehp_hr1.pink.png │ │ ├── partylist_gaugehp_hr1.png │ │ ├── partylist_gaugehp_hr1.purple.bmp │ │ ├── partylist_gaugehp_hr1.purple.dds │ │ ├── partylist_gaugehp_hr1.purple.png │ │ ├── partylist_gaugehp_hr1.red.bmp │ │ ├── partylist_gaugehp_hr1.red.dds │ │ ├── partylist_gaugehp_hr1.red.png │ │ ├── partylist_gaugehp_hr1.yellow.bmp │ │ ├── partylist_gaugehp_hr1.yellow.dds │ │ └── partylist_gaugehp_hr1.yellow.png │ ├── Qte_Button │ │ ├── qte_button.bmp │ │ ├── qte_button.dds │ │ ├── qte_button.png │ │ ├── qte_button_hr1.bmp │ │ ├── qte_button_hr1.dds │ │ └── qte_button_hr1.png │ ├── RadioButtonA │ │ ├── radiobuttona.bmp │ │ ├── radiobuttona.dds │ │ ├── radiobuttona.png │ │ ├── radiobuttona_hr1.bmp │ │ ├── radiobuttona_hr1.dds │ │ └── radiobuttona_hr1.png │ ├── RadioButtonD │ │ ├── radiobuttond.bmp │ │ ├── radiobuttond.dds │ │ ├── radiobuttond.png │ │ ├── radiobuttond_hr1.bmp │ │ ├── radiobuttond_hr1.dds │ │ └── radiobuttond_hr1.png │ ├── Social │ │ ├── social.bmp │ │ ├── social.dds │ │ ├── social.png │ │ ├── social_hr1.bmp │ │ ├── social_hr1.dds │ │ └── social_hr1.png │ ├── SupplyMasterPiece │ │ ├── supplymasterpiece.png │ │ ├── supplymasterpiece_hr1.bmp │ │ ├── supplymasterpiece_hr1.dds │ │ └── supplymasterpiece_hr1.png │ ├── TabButtonA │ │ ├── tabbuttona.bmp │ │ ├── tabbuttona.dds │ │ ├── tabbuttona.png │ │ ├── tabbuttona_hr1.bmp │ │ ├── tabbuttona_hr1.dds │ │ └── tabbuttona_hr1.png │ ├── Talk │ │ ├── talk.bmp │ │ ├── talk.dds │ │ ├── talk.png │ │ ├── talk_hr1.bmp │ │ ├── talk_hr1.dds │ │ └── talk_hr1.png │ ├── Talk_Speed │ │ ├── talk_speed.bmp │ │ ├── talk_speed.dds │ │ ├── talk_speed.png │ │ ├── talk_speed_hr1.bmp │ │ ├── talk_speed_hr1.dds │ │ └── talk_speed_hr1.png │ ├── TargetInfo │ │ ├── targetinfo.bmp │ │ ├── targetinfo.dds │ │ ├── targetinfo.png │ │ ├── targetinfo_hr1.bmp │ │ ├── targetinfo_hr1.dds │ │ └── targetinfo_hr1.png │ ├── Teleport │ │ ├── teleport.bmp │ │ ├── teleport.dds │ │ ├── teleport.png │ │ ├── teleport_hr1.bmp │ │ ├── teleport_hr1.dds │ │ └── teleport_hr1.png │ ├── ToDoList │ │ ├── todolist.bmp │ │ ├── todolist.dds │ │ ├── todolist.png │ │ ├── todolist_hr1.bmp │ │ ├── todolist_hr1.dds │ │ └── todolist_hr1.png │ ├── ToggleButton │ │ ├── togglebutton.bmp │ │ ├── togglebutton.dds │ │ ├── togglebutton.png │ │ ├── togglebutton_hr1.bmp │ │ ├── togglebutton_hr1.dds │ │ └── togglebutton_hr1.png │ ├── WindowA_BgNormal_Corner │ │ ├── windowa_bgnormal_corner.bmp │ │ ├── windowa_bgnormal_corner.dds │ │ ├── windowa_bgnormal_corner.png │ │ ├── windowa_bgnormal_corner_hr1.bmp │ │ ├── windowa_bgnormal_corner_hr1.dds │ │ └── windowa_bgnormal_corner_hr1.png │ ├── WindowA_BgNormal_H │ │ ├── windowa_bgnormal_h.bmp │ │ ├── windowa_bgnormal_h.dds │ │ ├── windowa_bgnormal_h.png │ │ ├── windowa_bgnormal_h_hr1.bmp │ │ ├── windowa_bgnormal_h_hr1.dds │ │ └── windowa_bgnormal_h_hr1.png │ ├── WindowA_BgNormal_HV │ │ ├── windowa_bgnormal_hv.bmp │ │ ├── windowa_bgnormal_hv.dds │ │ ├── windowa_bgnormal_hv.png │ │ ├── windowa_bgnormal_hv_hr1.bmp │ │ ├── windowa_bgnormal_hv_hr1.dds │ │ └── windowa_bgnormal_hv_hr1.png │ ├── WindowA_BgNormal_V │ │ ├── windowa_bgnormal_v.bmp │ │ ├── windowa_bgnormal_v.dds │ │ ├── windowa_bgnormal_v.png │ │ ├── windowa_bgnormal_v_hr1.bmp │ │ ├── windowa_bgnormal_v_hr1.dds │ │ └── windowa_bgnormal_v_hr1.png │ ├── WindowA_BgSelected_Corner │ │ ├── windowa_bgselected_corner.bmp │ │ ├── windowa_bgselected_corner.dds │ │ ├── windowa_bgselected_corner.png │ │ ├── windowa_bgselected_corner_hr1.bmp │ │ ├── windowa_bgselected_corner_hr1.dds │ │ └── windowa_bgselected_corner_hr1.png │ ├── WindowA_BgSelected_H │ │ ├── windowa_bgselected_h.bmp │ │ ├── windowa_bgselected_h.dds │ │ ├── windowa_bgselected_h.png │ │ ├── windowa_bgselected_h_hr1.bmp │ │ ├── windowa_bgselected_h_hr1.dds │ │ └── windowa_bgselected_h_hr1.png │ ├── WindowA_BgSelected_HV │ │ ├── windowa_bgselected_hv.bmp │ │ ├── windowa_bgselected_hv.dds │ │ ├── windowa_bgselected_hv.png │ │ ├── windowa_bgselected_hv_hr1.bmp │ │ ├── windowa_bgselected_hv_hr1.dds │ │ └── windowa_bgselected_hv_hr1.png │ ├── WindowA_BgSelected_V │ │ ├── windowa_bgselected_v.bmp │ │ ├── windowa_bgselected_v.dds │ │ ├── windowa_bgselected_v.png │ │ ├── windowa_bgselected_v_hr1.bmp │ │ ├── windowa_bgselected_v_hr1.dds │ │ └── windowa_bgselected_v_hr1.png │ ├── WindowA_Button │ │ ├── windowa_button.bmp │ │ ├── windowa_button.dds │ │ ├── windowa_button.png │ │ ├── windowa_button_hr1.bmp │ │ ├── windowa_button_hr1.dds │ │ └── windowa_button_hr1.png │ ├── WindowA_Line │ │ ├── windowa_line.bmp │ │ ├── windowa_line.dds │ │ ├── windowa_line.png │ │ ├── windowa_line_hr1.bmp │ │ ├── windowa_line_hr1.dds │ │ └── windowa_line_hr1.png │ ├── WindowF_BgNormal_Corner │ │ ├── windowf_bgnormal_corner.bmp │ │ ├── windowf_bgnormal_corner.dds │ │ ├── windowf_bgnormal_corner.png │ │ ├── windowf_bgnormal_corner_hr1.bmp │ │ ├── windowf_bgnormal_corner_hr1.dds │ │ └── windowf_bgnormal_corner_hr1.png │ ├── WindowF_BgNormal_H │ │ ├── windowf_bgnormal_h.bmp │ │ ├── windowf_bgnormal_h.dds │ │ ├── windowf_bgnormal_h.png │ │ ├── windowf_bgnormal_h_hr1.bmp │ │ ├── windowf_bgnormal_h_hr1.dds │ │ └── windowf_bgnormal_h_hr1.png │ ├── WindowF_BgNormal_HV │ │ ├── windowf_bgnormal_hv.bmp │ │ ├── windowf_bgnormal_hv.dds │ │ ├── windowf_bgnormal_hv.png │ │ ├── windowf_bgnormal_hv_hr1.bmp │ │ ├── windowf_bgnormal_hv_hr1.dds │ │ └── windowf_bgnormal_hv_hr1.png │ └── WindowF_BgNormal_V │ │ ├── windowf_bgnormal_v.bmp │ │ ├── windowf_bgnormal_v.dds │ │ ├── windowf_bgnormal_v.png │ │ ├── windowf_bgnormal_v_hr1.bmp │ │ ├── windowf_bgnormal_v_hr1.dds │ │ └── windowf_bgnormal_v_hr1.png └── Icon │ └── Icon │ ├── 000001 │ ├── 000001.bmp │ ├── 000001.dds │ ├── 000001.png │ ├── 000001_hr1.bmp │ ├── 000001_hr1.dds │ └── 000001_hr1.png │ ├── 000002 │ ├── 000002.bmp │ ├── 000002.dds │ ├── 000002.png │ ├── 000002_hr1.bmp │ ├── 000002_hr1.dds │ └── 000002_hr1.png │ ├── 000003 │ ├── 000003.bmp │ ├── 000003.dds │ ├── 000003.png │ ├── 000003_hr1.bmp │ ├── 000003_hr1.dds │ └── 000003_hr1.png │ ├── 000004 │ ├── 000004.bmp │ ├── 000004.dds │ ├── 000004.png │ ├── 000004_hr1.bmp │ ├── 000004_hr1.dds │ └── 000004_hr1.png │ ├── 000005 │ ├── 000005.bmp │ ├── 000005.dds │ ├── 000005.png │ ├── 000005_hr1.bmp │ ├── 000005_hr1.dds │ └── 000005_hr1.png │ ├── 000006 │ ├── 000006.bmp │ ├── 000006.dds │ ├── 000006.png │ ├── 000006_hr1.bmp │ ├── 000006_hr1.dds │ └── 000006_hr1.png │ ├── 000007 │ ├── 000007.bmp │ ├── 000007.dds │ ├── 000007.png │ ├── 000007_hr1.bmp │ ├── 000007_hr1.dds │ └── 000007_hr1.png │ ├── 000008 │ ├── 000008.bmp │ ├── 000008.dds │ ├── 000008.png │ ├── 000008_hr1.bmp │ ├── 000008_hr1.dds │ └── 000008_hr1.png │ ├── 000009 │ ├── 000009.bmp │ ├── 000009.dds │ ├── 000009.png │ ├── 000009_hr1.bmp │ ├── 000009_hr1.dds │ └── 000009_hr1.png │ ├── 000010 │ ├── 000010.bmp │ ├── 000010.dds │ ├── 000010.png │ ├── 000010_hr1.bmp │ ├── 000010_hr1.dds │ └── 000010_hr1.png │ ├── 000011 │ ├── 000011.bmp │ ├── 000011.dds │ ├── 000011.png │ ├── 000011_hr1.bmp │ ├── 000011_hr1.dds │ └── 000011_hr1.png │ ├── 000012 │ ├── 000012.bmp │ ├── 000012.dds │ ├── 000012.png │ ├── 000012_hr1.bmp │ ├── 000012_hr1.dds │ └── 000012_hr1.png │ ├── 000013 │ ├── 000013.bmp │ ├── 000013.dds │ ├── 000013.png │ ├── 000013_hr1.bmp │ ├── 000013_hr1.dds │ └── 000013_hr1.png │ ├── 000014 │ ├── 000014.bmp │ ├── 000014.dds │ ├── 000014.png │ ├── 000014_hr1.bmp │ ├── 000014_hr1.dds │ └── 000014_hr1.png │ ├── 000015 │ ├── 000015.bmp │ ├── 000015.dds │ ├── 000015.png │ ├── 000015_hr1.bmp │ ├── 000015_hr1.dds │ └── 000015_hr1.png │ ├── 000016 │ ├── 000016.bmp │ ├── 000016.dds │ ├── 000016.png │ ├── 000016_hr1.bmp │ ├── 000016_hr1.dds │ └── 000016_hr1.png │ ├── 000017 │ ├── 000017.bmp │ ├── 000017.dds │ ├── 000017.png │ ├── 000017_hr1.bmp │ ├── 000017_hr1.dds │ └── 000017_hr1.png │ ├── 000018 │ ├── 000018.bmp │ ├── 000018.dds │ ├── 000018.png │ ├── 000018_hr1.bmp │ ├── 000018_hr1.dds │ └── 000018_hr1.png │ ├── 000019 │ ├── 000019.bmp │ ├── 000019.dds │ ├── 000019.png │ ├── 000019_hr1.bmp │ ├── 000019_hr1.dds │ └── 000019_hr1.png │ ├── 000020 │ ├── 000020.bmp │ ├── 000020.dds │ ├── 000020.png │ ├── 000020_hr1.bmp │ ├── 000020_hr1.dds │ └── 000020_hr1.png │ ├── 000021 │ ├── 000021.bmp │ ├── 000021.dds │ ├── 000021.png │ ├── 000021_hr1.bmp │ ├── 000021_hr1.dds │ └── 000021_hr1.png │ ├── 000022 │ ├── 000022.bmp │ ├── 000022.dds │ ├── 000022.png │ ├── 000022_hr1.bmp │ ├── 000022_hr1.dds │ └── 000022_hr1.png │ ├── 000023 │ ├── 000023.bmp │ ├── 000023.dds │ ├── 000023.png │ ├── 000023_hr1.bmp │ ├── 000023_hr1.dds │ └── 000023_hr1.png │ ├── 000024 │ ├── 000024.bmp │ ├── 000024.dds │ ├── 000024.png │ ├── 000024_hr1.bmp │ ├── 000024_hr1.dds │ └── 000024_hr1.png │ ├── 000025 │ ├── 000025.bmp │ ├── 000025.dds │ ├── 000025.png │ ├── 000025_hr1.bmp │ ├── 000025_hr1.dds │ └── 000025_hr1.png │ ├── 000026 │ ├── 000026.bmp │ ├── 000026.dds │ ├── 000026.png │ ├── 000026_hr1.bmp │ ├── 000026_hr1.dds │ └── 000026_hr1.png │ ├── 000027 │ ├── 000027.bmp │ ├── 000027.dds │ ├── 000027.png │ ├── 000027_hr1.bmp │ ├── 000027_hr1.dds │ └── 000027_hr1.png │ ├── 000028 │ ├── 000028.bmp │ ├── 000028.dds │ ├── 000028.png │ ├── 000028_hr1.bmp │ ├── 000028_hr1.dds │ └── 000028_hr1.png │ ├── 000029 │ ├── 000029.bmp │ ├── 000029.dds │ ├── 000029.png │ ├── 000029_hr1.bmp │ ├── 000029_hr1.dds │ └── 000029_hr1.png │ ├── 000030 │ ├── 000030.bmp │ ├── 000030.dds │ ├── 000030.png │ ├── 000030_hr1.bmp │ ├── 000030_hr1.dds │ └── 000030_hr1.png │ ├── 000031 │ ├── 000031.bmp │ ├── 000031.dds │ ├── 000031.png │ ├── 000031_hr1.bmp │ ├── 000031_hr1.dds │ └── 000031_hr1.png │ ├── 000032 │ ├── 000032.bmp │ ├── 000032.dds │ ├── 000032.png │ ├── 000032_hr1.bmp │ ├── 000032_hr1.dds │ └── 000032_hr1.png │ ├── 000033 │ ├── 000033.bmp │ ├── 000033.dds │ ├── 000033.png │ ├── 000033_hr1.bmp │ ├── 000033_hr1.dds │ └── 000033_hr1.png │ ├── 000034 │ ├── 000034.bmp │ ├── 000034.dds │ ├── 000034.png │ ├── 000034_hr1.bmp │ ├── 000034_hr1.dds │ └── 000034_hr1.png │ ├── 000035 │ ├── 000035.bmp │ ├── 000035.dds │ ├── 000035.png │ ├── 000035_hr1.bmp │ ├── 000035_hr1.dds │ └── 000035_hr1.png │ ├── 000036 │ ├── 000036.bmp │ ├── 000036.dds │ ├── 000036.png │ ├── 000036_hr1.bmp │ ├── 000036_hr1.dds │ └── 000036_hr1.png │ ├── 000037 │ ├── 000037.bmp │ ├── 000037.dds │ ├── 000037.png │ ├── 000037_hr1.bmp │ ├── 000037_hr1.dds │ └── 000037_hr1.png │ ├── 000038 │ ├── 000038.bmp │ ├── 000038.dds │ ├── 000038.png │ ├── 000038_hr1.bmp │ ├── 000038_hr1.dds │ └── 000038_hr1.png │ ├── 000039 │ ├── 000039.bmp │ ├── 000039.dds │ ├── 000039.png │ ├── 000039_hr1.bmp │ ├── 000039_hr1.dds │ └── 000039_hr1.png │ ├── 000040 │ ├── 000040.bmp │ ├── 000040.dds │ ├── 000040.png │ ├── 000040_hr1.bmp │ ├── 000040_hr1.dds │ └── 000040_hr1.png │ ├── 000041 │ ├── 000041.bmp │ ├── 000041.dds │ ├── 000041.png │ ├── 000041_hr1.bmp │ ├── 000041_hr1.dds │ └── 000041_hr1.png │ ├── 000042 │ ├── 000042.bmp │ ├── 000042.dds │ ├── 000042.png │ ├── 000042_hr1.bmp │ ├── 000042_hr1.dds │ └── 000042_hr1.png │ ├── 000043 │ ├── 000043.bmp │ ├── 000043.dds │ ├── 000043.png │ ├── 000043_hr1.bmp │ ├── 000043_hr1.dds │ └── 000043_hr1.png │ ├── 000044 │ ├── 000044.bmp │ ├── 000044.dds │ ├── 000044.png │ ├── 000044_hr1.bmp │ ├── 000044_hr1.dds │ └── 000044_hr1.png │ ├── 000045 │ ├── 000045.bmp │ ├── 000045.dds │ ├── 000045.png │ ├── 000045_hr1.bmp │ ├── 000045_hr1.dds │ └── 000045_hr1.png │ ├── 000046 │ ├── 000046.bmp │ ├── 000046.dds │ ├── 000046.png │ ├── 000046_hr1.bmp │ ├── 000046_hr1.dds │ └── 000046_hr1.png │ ├── 000047 │ ├── 000047.bmp │ ├── 000047.dds │ ├── 000047.png │ ├── 000047_hr1.bmp │ ├── 000047_hr1.dds │ └── 000047_hr1.png │ ├── 000048 │ ├── 000048.bmp │ ├── 000048.dds │ ├── 000048.png │ ├── 000048_hr1.bmp │ ├── 000048_hr1.dds │ └── 000048_hr1.png │ ├── 000049 │ ├── 000049.bmp │ ├── 000049.dds │ ├── 000049.png │ ├── 000049_hr1.bmp │ ├── 000049_hr1.dds │ └── 000049_hr1.png │ ├── 000050 │ ├── 000050.bmp │ ├── 000050.dds │ ├── 000050.png │ ├── 000050_hr1.bmp │ ├── 000050_hr1.dds │ └── 000050_hr1.png │ ├── 000051 │ ├── 000051.bmp │ ├── 000051.dds │ ├── 000051.png │ ├── 000051_hr1.bmp │ ├── 000051_hr1.dds │ └── 000051_hr1.png │ ├── 000052 │ ├── 000052.bmp │ ├── 000052.dds │ ├── 000052.png │ ├── 000052_hr1.bmp │ ├── 000052_hr1.dds │ └── 000052_hr1.png │ ├── 000053 │ ├── 000053.bmp │ ├── 000053.dds │ ├── 000053.png │ ├── 000053_hr1.bmp │ ├── 000053_hr1.dds │ └── 000053_hr1.png │ ├── 000054 │ ├── 000054.bmp │ ├── 000054.dds │ ├── 000054.png │ ├── 000054_hr1.bmp │ ├── 000054_hr1.dds │ └── 000054_hr1.png │ ├── 000055 │ ├── 000055.bmp │ ├── 000055.dds │ ├── 000055.png │ ├── 000055_hr1.bmp │ ├── 000055_hr1.dds │ └── 000055_hr1.png │ ├── 000056 │ ├── 000056.bmp │ ├── 000056.dds │ ├── 000056.png │ ├── 000056_hr1.bmp │ ├── 000056_hr1.dds │ └── 000056_hr1.png │ ├── 000057 │ ├── 000057.bmp │ ├── 000057.dds │ ├── 000057.png │ ├── 000057_hr1.bmp │ ├── 000057_hr1.dds │ └── 000057_hr1.png │ ├── 000058 │ ├── 000058.bmp │ ├── 000058.dds │ ├── 000058.png │ ├── 000058_hr1.bmp │ ├── 000058_hr1.dds │ └── 000058_hr1.png │ ├── 000059 │ ├── 000059.bmp │ ├── 000059.dds │ ├── 000059.png │ ├── 000059_hr1.bmp │ ├── 000059_hr1.dds │ └── 000059_hr1.png │ ├── 000060 │ ├── 000060.bmp │ ├── 000060.dds │ ├── 000060.png │ ├── 000060_hr1.bmp │ ├── 000060_hr1.dds │ └── 000060_hr1.png │ ├── 000061 │ ├── 000061.bmp │ ├── 000061.dds │ ├── 000061.png │ ├── 000061_hr1.bmp │ ├── 000061_hr1.dds │ └── 000061_hr1.png │ ├── 000062 │ ├── 000062.bmp │ ├── 000062.dds │ ├── 000062.png │ ├── 000062_hr1.bmp │ ├── 000062_hr1.dds │ └── 000062_hr1.png │ ├── 000063 │ ├── 000063.bmp │ ├── 000063.dds │ ├── 000063.png │ ├── 000063_hr1.bmp │ ├── 000063_hr1.dds │ └── 000063_hr1.png │ ├── 000064 │ ├── 000064.bmp │ ├── 000064.dds │ ├── 000064.png │ ├── 000064_hr1.bmp │ ├── 000064_hr1.dds │ └── 000064_hr1.png │ ├── 000065 │ ├── 000065.bmp │ ├── 000065.dds │ ├── 000065.png │ ├── 000065_hr1.bmp │ ├── 000065_hr1.dds │ └── 000065_hr1.png │ ├── 000066 │ ├── 000066.bmp │ ├── 000066.dds │ ├── 000066.png │ ├── 000066_hr1.bmp │ ├── 000066_hr1.dds │ └── 000066_hr1.png │ ├── 000067 │ ├── 000067.bmp │ ├── 000067.dds │ ├── 000067.png │ ├── 000067_hr1.bmp │ ├── 000067_hr1.dds │ └── 000067_hr1.png │ ├── 000068 │ ├── 000068.bmp │ ├── 000068.dds │ ├── 000068.png │ ├── 000068_hr1.bmp │ ├── 000068_hr1.dds │ └── 000068_hr1.png │ ├── 000069 │ ├── 000069.bmp │ ├── 000069.dds │ ├── 000069.png │ ├── 000069_hr1.bmp │ ├── 000069_hr1.dds │ └── 000069_hr1.png │ ├── 000070 │ ├── 000070.bmp │ ├── 000070.dds │ ├── 000070.png │ ├── 000070_hr1.bmp │ ├── 000070_hr1.dds │ └── 000070_hr1.png │ ├── 000071 │ ├── 000071.bmp │ ├── 000071.dds │ ├── 000071.png │ ├── 000071_hr1.bmp │ ├── 000071_hr1.dds │ └── 000071_hr1.png │ ├── 000072 │ ├── 000072.bmp │ ├── 000072.dds │ ├── 000072.png │ ├── 000072_hr1.bmp │ ├── 000072_hr1.dds │ └── 000072_hr1.png │ ├── 000073 │ ├── 000073.bmp │ ├── 000073.dds │ ├── 000073.png │ ├── 000073_hr1.bmp │ ├── 000073_hr1.dds │ └── 000073_hr1.png │ ├── 000074 │ ├── 000074.bmp │ ├── 000074.dds │ ├── 000074.png │ ├── 000074_hr1.bmp │ ├── 000074_hr1.dds │ └── 000074_hr1.png │ ├── 000075 │ ├── 000075.bmp │ ├── 000075.dds │ ├── 000075.png │ ├── 000075_hr1.bmp │ ├── 000075_hr1.dds │ └── 000075_hr1.png │ ├── 000076 │ ├── 000076.bmp │ ├── 000076.dds │ ├── 000076.png │ ├── 000076_hr1.bmp │ ├── 000076_hr1.dds │ └── 000076_hr1.png │ ├── 000077 │ ├── 000077.bmp │ ├── 000077.dds │ ├── 000077.png │ ├── 000077_hr1.bmp │ ├── 000077_hr1.dds │ └── 000077_hr1.png │ ├── 000078 │ ├── 000078.bmp │ ├── 000078.dds │ ├── 000078.png │ ├── 000078_hr1.bmp │ ├── 000078_hr1.dds │ └── 000078_hr1.png │ ├── 000079 │ ├── 000079.bmp │ ├── 000079.dds │ ├── 000079.png │ ├── 000079_hr1.bmp │ ├── 000079_hr1.dds │ └── 000079_hr1.png │ ├── 000080 │ ├── 000080.bmp │ ├── 000080.dds │ ├── 000080.png │ ├── 000080_hr1.bmp │ ├── 000080_hr1.dds │ └── 000080_hr1.png │ ├── 000081 │ ├── 000081.bmp │ ├── 000081.dds │ ├── 000081.png │ ├── 000081_hr1.bmp │ ├── 000081_hr1.dds │ └── 000081_hr1.png │ ├── 000082 │ ├── 000082.bmp │ ├── 000082.dds │ ├── 000082.png │ ├── 000082_hr1.bmp │ ├── 000082_hr1.dds │ └── 000082_hr1.png │ ├── 000083 │ ├── 000083.bmp │ ├── 000083.dds │ ├── 000083.png │ ├── 000083_hr1.bmp │ ├── 000083_hr1.dds │ └── 000083_hr1.png │ ├── 000084 │ ├── 000084.bmp │ ├── 000084.dds │ ├── 000084.png │ ├── 000084_hr1.bmp │ ├── 000084_hr1.dds │ └── 000084_hr1.png │ ├── 000085 │ ├── 000085.bmp │ ├── 000085.dds │ ├── 000085.png │ ├── 000085_hr1.bmp │ ├── 000085_hr1.dds │ └── 000085_hr1.png │ ├── 000086 │ ├── 000086.bmp │ ├── 000086.dds │ ├── 000086.png │ ├── 000086_hr1.bmp │ ├── 000086_hr1.dds │ └── 000086_hr1.png │ ├── 000087 │ ├── 000087.bmp │ ├── 000087.dds │ ├── 000087.png │ ├── 000087_hr1.bmp │ ├── 000087_hr1.dds │ └── 000087_hr1.png │ ├── 062001 │ ├── 062001_hr1.bmp │ ├── 062001_hr1.dds │ └── 062001_hr1.png │ ├── 062002 │ ├── 062002_hr1.bmp │ ├── 062002_hr1.dds │ └── 062002_hr1.png │ ├── 062003 │ ├── 062003_hr1.bmp │ ├── 062003_hr1.dds │ └── 062003_hr1.png │ ├── 062004 │ ├── 062004_hr1.bmp │ ├── 062004_hr1.dds │ └── 062004_hr1.png │ ├── 062005 │ ├── 062005_hr1.bmp │ ├── 062005_hr1.dds │ └── 062005_hr1.png │ ├── 062006 │ ├── 062006_hr1.bmp │ ├── 062006_hr1.dds │ └── 062006_hr1.png │ ├── 062007 │ ├── 062007_hr1.bmp │ ├── 062007_hr1.dds │ └── 062007_hr1.png │ ├── 062008 │ ├── 062008_hr1.bmp │ ├── 062008_hr1.dds │ └── 062008_hr1.png │ ├── 062009 │ ├── 062009_hr1.bmp │ ├── 062009_hr1.dds │ └── 062009_hr1.png │ ├── 062010 │ ├── 062010_hr1.bmp │ ├── 062010_hr1.dds │ └── 062010_hr1.png │ ├── 062011 │ ├── 062011_hr1.bmp │ ├── 062011_hr1.dds │ └── 062011_hr1.png │ ├── 062012 │ ├── 062012_hr1.bmp │ ├── 062012_hr1.dds │ └── 062012_hr1.png │ ├── 062013 │ ├── 062013_hr1.bmp │ ├── 062013_hr1.dds │ └── 062013_hr1.png │ ├── 062014 │ ├── 062014_hr1.bmp │ ├── 062014_hr1.dds │ └── 062014_hr1.png │ ├── 062015 │ ├── 062015_hr1.bmp │ ├── 062015_hr1.dds │ └── 062015_hr1.png │ ├── 062016 │ ├── 062016_hr1.bmp │ ├── 062016_hr1.dds │ └── 062016_hr1.png │ ├── 062017 │ ├── 062017_hr1.bmp │ ├── 062017_hr1.dds │ └── 062017_hr1.png │ ├── 062018 │ ├── 062018_hr1.bmp │ ├── 062018_hr1.dds │ └── 062018_hr1.png │ ├── 062019 │ ├── 062019_hr1.bmp │ ├── 062019_hr1.dds │ └── 062019_hr1.png │ ├── 062020 │ ├── 062020_hr1.bmp │ ├── 062020_hr1.dds │ └── 062020_hr1.png │ ├── 062021 │ ├── 062021_hr1.bmp │ ├── 062021_hr1.dds │ └── 062021_hr1.png │ ├── 062022 │ ├── 062022_hr1.bmp │ ├── 062022_hr1.dds │ └── 062022_hr1.png │ ├── 062023 │ ├── 062023_hr1.bmp │ ├── 062023_hr1.dds │ └── 062023_hr1.png │ ├── 062024 │ ├── 062024_hr1.bmp │ ├── 062024_hr1.dds │ └── 062024_hr1.png │ ├── 062025 │ ├── 062025_hr1.bmp │ ├── 062025_hr1.dds │ └── 062025_hr1.png │ ├── 062026 │ ├── 062026_hr1.bmp │ ├── 062026_hr1.dds │ └── 062026_hr1.png │ ├── 062027 │ ├── 062027_hr1.bmp │ ├── 062027_hr1.dds │ └── 062027_hr1.png │ ├── 062028 │ ├── 062028_hr1.bmp │ ├── 062028_hr1.dds │ └── 062028_hr1.png │ ├── 062029 │ ├── 062029_hr1.bmp │ ├── 062029_hr1.dds │ └── 062029_hr1.png │ ├── 062030 │ ├── 062030_hr1.bmp │ ├── 062030_hr1.dds │ └── 062030_hr1.png │ ├── 062031 │ ├── 062031_hr1.bmp │ ├── 062031_hr1.dds │ └── 062031_hr1.png │ ├── 062032 │ ├── 062032_hr1.bmp │ ├── 062032_hr1.dds │ └── 062032_hr1.png │ ├── 062033 │ ├── 062033_hr1.bmp │ ├── 062033_hr1.dds │ └── 062033_hr1.png │ ├── 062034 │ ├── 062034_hr1.bmp │ ├── 062034_hr1.dds │ └── 062034_hr1.png │ ├── 062035 │ ├── 062035_hr1.bmp │ ├── 062035_hr1.dds │ └── 062035_hr1.png │ ├── 062036 │ ├── 062036_hr1.bmp │ ├── 062036_hr1.dds │ └── 062036_hr1.png │ ├── 062037 │ ├── 062037_hr1.bmp │ ├── 062037_hr1.dds │ └── 062037_hr1.png │ ├── 062038 │ ├── 062038_hr1.bmp │ ├── 062038_hr1.dds │ └── 062038_hr1.png │ ├── 062039 │ ├── 062039.bmp │ ├── 062039.dds │ ├── 062039.png │ ├── 062039_hr1.bmp │ ├── 062039_hr1.dds │ └── 062039_hr1.png │ ├── 062040 │ ├── 062040.bmp │ ├── 062040.dds │ ├── 062040.png │ ├── 062040_hr1.bmp │ ├── 062040_hr1.dds │ └── 062040_hr1.png │ ├── 062041 │ ├── 062041_hr1.bmp │ ├── 062041_hr1.dds │ └── 062041_hr1.png │ ├── 062042 │ ├── 062042_hr1.bmp │ ├── 062042_hr1.dds │ └── 062042_hr1.png │ ├── 062101 │ ├── 062101.bmp │ ├── 062101.dds │ ├── 062101.png │ ├── 062101_hr1.bmp │ ├── 062101_hr1.dds │ └── 062101_hr1.png │ ├── 062102 │ ├── 062102.bmp │ ├── 062102.dds │ ├── 062102.png │ ├── 062102_hr1.bmp │ ├── 062102_hr1.dds │ └── 062102_hr1.png │ ├── 062103 │ ├── 062103.bmp │ ├── 062103.dds │ ├── 062103.png │ ├── 062103_hr1.bmp │ ├── 062103_hr1.dds │ └── 062103_hr1.png │ ├── 062104 │ ├── 062104.bmp │ ├── 062104.dds │ ├── 062104.png │ ├── 062104_hr1.bmp │ ├── 062104_hr1.dds │ └── 062104_hr1.png │ ├── 062105 │ ├── 062105.bmp │ ├── 062105.dds │ ├── 062105.png │ ├── 062105_hr1.bmp │ ├── 062105_hr1.dds │ └── 062105_hr1.png │ ├── 062106 │ ├── 062106.bmp │ ├── 062106.dds │ ├── 062106.png │ ├── 062106_hr1.bmp │ ├── 062106_hr1.dds │ └── 062106_hr1.png │ ├── 062107 │ ├── 062107.bmp │ ├── 062107.dds │ ├── 062107.png │ ├── 062107_hr1.bmp │ ├── 062107_hr1.dds │ └── 062107_hr1.png │ ├── 062108 │ ├── 062108.bmp │ ├── 062108.dds │ ├── 062108.png │ ├── 062108_hr1.bmp │ ├── 062108_hr1.dds │ └── 062108_hr1.png │ ├── 062109 │ ├── 062109.bmp │ ├── 062109.dds │ ├── 062109.png │ ├── 062109_hr1.bmp │ ├── 062109_hr1.dds │ └── 062109_hr1.png │ ├── 062110 │ ├── 062110.bmp │ ├── 062110.dds │ ├── 062110.png │ ├── 062110_hr1.bmp │ ├── 062110_hr1.dds │ └── 062110_hr1.png │ ├── 062111 │ ├── 062111.bmp │ ├── 062111.dds │ ├── 062111.png │ ├── 062111_hr1.bmp │ ├── 062111_hr1.dds │ └── 062111_hr1.png │ ├── 062112 │ ├── 062112.bmp │ ├── 062112.dds │ ├── 062112.png │ ├── 062112_hr1.bmp │ ├── 062112_hr1.dds │ └── 062112_hr1.png │ ├── 062113 │ ├── 062113.bmp │ ├── 062113.dds │ ├── 062113.png │ ├── 062113_hr1.bmp │ ├── 062113_hr1.dds │ └── 062113_hr1.png │ ├── 062114 │ ├── 062114.bmp │ ├── 062114.dds │ ├── 062114.png │ ├── 062114_hr1.bmp │ ├── 062114_hr1.dds │ └── 062114_hr1.png │ ├── 062115 │ ├── 062115.bmp │ ├── 062115.dds │ ├── 062115.png │ ├── 062115_hr1.bmp │ ├── 062115_hr1.dds │ └── 062115_hr1.png │ ├── 062116 │ ├── 062116.bmp │ ├── 062116.dds │ ├── 062116.png │ ├── 062116_hr1.bmp │ ├── 062116_hr1.dds │ └── 062116_hr1.png │ ├── 062117 │ ├── 062117.bmp │ ├── 062117.dds │ ├── 062117.png │ ├── 062117_hr1.bmp │ ├── 062117_hr1.dds │ └── 062117_hr1.png │ ├── 062118 │ ├── 062118.bmp │ ├── 062118.dds │ ├── 062118.png │ ├── 062118_hr1.bmp │ ├── 062118_hr1.dds │ └── 062118_hr1.png │ ├── 062119 │ ├── 062119.bmp │ ├── 062119.dds │ ├── 062119.png │ ├── 062119_hr1.bmp │ ├── 062119_hr1.dds │ └── 062119_hr1.png │ ├── 062120 │ ├── 062120.bmp │ ├── 062120.dds │ ├── 062120.png │ ├── 062120_hr1.bmp │ ├── 062120_hr1.dds │ └── 062120_hr1.png │ ├── 062121 │ ├── 062121.bmp │ ├── 062121.dds │ ├── 062121.png │ ├── 062121_hr1.bmp │ ├── 062121_hr1.dds │ └── 062121_hr1.png │ ├── 062122 │ ├── 062122.bmp │ ├── 062122.dds │ ├── 062122.png │ ├── 062122_hr1.bmp │ ├── 062122_hr1.dds │ └── 062122_hr1.png │ ├── 062123 │ ├── 062123.bmp │ ├── 062123.dds │ ├── 062123.png │ ├── 062123_hr1.bmp │ ├── 062123_hr1.dds │ └── 062123_hr1.png │ ├── 062124 │ ├── 062124.bmp │ ├── 062124.dds │ ├── 062124.png │ ├── 062124_hr1.bmp │ ├── 062124_hr1.dds │ └── 062124_hr1.png │ ├── 062125 │ ├── 062125.bmp │ ├── 062125.dds │ ├── 062125.png │ ├── 062125_hr1.bmp │ ├── 062125_hr1.dds │ └── 062125_hr1.png │ ├── 062126 │ ├── 062126.bmp │ ├── 062126.dds │ ├── 062126.png │ ├── 062126_hr1.bmp │ ├── 062126_hr1.dds │ └── 062126_hr1.png │ ├── 062127 │ ├── 062127.bmp │ ├── 062127.dds │ ├── 062127.png │ ├── 062127_hr1.bmp │ ├── 062127_hr1.dds │ └── 062127_hr1.png │ ├── 062128 │ ├── 062128.bmp │ ├── 062128.dds │ ├── 062128.png │ ├── 062128_hr1.bmp │ ├── 062128_hr1.dds │ └── 062128_hr1.png │ ├── 062129 │ ├── 062129.bmp │ ├── 062129.dds │ ├── 062129.png │ ├── 062129_hr1.bmp │ ├── 062129_hr1.dds │ └── 062129_hr1.png │ ├── 062130 │ ├── 062130.bmp │ ├── 062130.dds │ ├── 062130.png │ ├── 062130_hr1.bmp │ ├── 062130_hr1.dds │ └── 062130_hr1.png │ ├── 062131 │ ├── 062131.bmp │ ├── 062131.dds │ ├── 062131.png │ ├── 062131_hr1.bmp │ ├── 062131_hr1.dds │ └── 062131_hr1.png │ ├── 062132 │ ├── 062132.bmp │ ├── 062132.dds │ ├── 062132.png │ ├── 062132_hr1.bmp │ ├── 062132_hr1.dds │ └── 062132_hr1.png │ ├── 062133 │ ├── 062133.bmp │ ├── 062133.dds │ ├── 062133.png │ ├── 062133_hr1.bmp │ ├── 062133_hr1.dds │ └── 062133_hr1.png │ ├── 062134 │ ├── 062134.bmp │ ├── 062134.dds │ ├── 062134.png │ ├── 062134_hr1.bmp │ ├── 062134_hr1.dds │ └── 062134_hr1.png │ ├── 062135 │ ├── 062135.bmp │ ├── 062135.dds │ ├── 062135.png │ ├── 062135_hr1.bmp │ ├── 062135_hr1.dds │ └── 062135_hr1.png │ ├── 062136 │ ├── 062136.bmp │ ├── 062136.dds │ ├── 062136.png │ ├── 062136_hr1.bmp │ ├── 062136_hr1.dds │ └── 062136_hr1.png │ ├── 062137 │ ├── 062137.bmp │ ├── 062137.dds │ ├── 062137.png │ ├── 062137_hr1.bmp │ ├── 062137_hr1.dds │ └── 062137_hr1.png │ ├── 062138 │ ├── 062138.bmp │ ├── 062138.dds │ ├── 062138.png │ ├── 062138_hr1.bmp │ ├── 062138_hr1.dds │ └── 062138_hr1.png │ ├── 062139 │ ├── 062139.bmp │ ├── 062139.dds │ ├── 062139.png │ ├── 062139_hr1.bmp │ ├── 062139_hr1.dds │ └── 062139_hr1.png │ ├── 062140 │ ├── 062140.bmp │ ├── 062140.dds │ ├── 062140.png │ ├── 062140_hr1.bmp │ ├── 062140_hr1.dds │ └── 062140_hr1.png │ ├── 062141 │ ├── 062141.bmp │ ├── 062141.dds │ ├── 062141.png │ ├── 062141_hr1.bmp │ ├── 062141_hr1.dds │ └── 062141_hr1.png │ ├── 062142 │ ├── 062142.bmp │ ├── 062142.dds │ ├── 062142.png │ ├── 062142_hr1.bmp │ ├── 062142_hr1.dds │ └── 062142_hr1.png │ ├── 062801 │ ├── 062801.bmp │ ├── 062801.dds │ ├── 062801.png │ ├── 062801_hr1.bmp │ ├── 062801_hr1.dds │ └── 062801_hr1.png │ ├── 062802 │ ├── 062802.bmp │ ├── 062802.dds │ ├── 062802.png │ ├── 062802_hr1.bmp │ ├── 062802_hr1.dds │ └── 062802_hr1.png │ ├── 062803 │ ├── 062803.bmp │ ├── 062803.dds │ ├── 062803.png │ ├── 062803_hr1.bmp │ ├── 062803_hr1.dds │ └── 062803_hr1.png │ ├── 062804 │ ├── 062804.bmp │ ├── 062804.dds │ ├── 062804.png │ ├── 062804_hr1.bmp │ ├── 062804_hr1.dds │ └── 062804_hr1.png │ ├── 062805 │ ├── 062805.bmp │ ├── 062805.dds │ ├── 062805.png │ ├── 062805_hr1.bmp │ ├── 062805_hr1.dds │ └── 062805_hr1.png │ ├── 062806 │ ├── 062806.bmp │ ├── 062806.dds │ ├── 062806.png │ ├── 062806_hr1.bmp │ ├── 062806_hr1.dds │ └── 062806_hr1.png │ ├── 062807 │ ├── 062807.bmp │ ├── 062807.dds │ ├── 062807.png │ ├── 062807_hr1.bmp │ ├── 062807_hr1.dds │ └── 062807_hr1.png │ ├── 062808 │ ├── 062808.bmp │ ├── 062808.dds │ ├── 062808.png │ ├── 062808_hr1.bmp │ ├── 062808_hr1.dds │ └── 062808_hr1.png │ ├── 062809 │ ├── 062809_hr1.bmp │ ├── 062809_hr1.dds │ └── 062809_hr1.png │ ├── 062810 │ ├── 062810.bmp │ ├── 062810.dds │ ├── 062810.png │ ├── 062810_hr1.bmp │ ├── 062810_hr1.dds │ └── 062810_hr1.png │ ├── 062811 │ ├── 062811.bmp │ ├── 062811.dds │ ├── 062811.png │ ├── 062811_hr1.bmp │ ├── 062811_hr1.dds │ └── 062811_hr1.png │ ├── 062812 │ ├── 062812.bmp │ ├── 062812.dds │ ├── 062812.png │ ├── 062812_hr1.bmp │ ├── 062812_hr1.dds │ └── 062812_hr1.png │ ├── 062813 │ ├── 062813.bmp │ ├── 062813.dds │ ├── 062813.png │ ├── 062813_hr1.bmp │ ├── 062813_hr1.dds │ └── 062813_hr1.png │ ├── 062814 │ ├── 062814.bmp │ ├── 062814.dds │ ├── 062814.png │ ├── 062814_hr1.bmp │ ├── 062814_hr1.dds │ └── 062814_hr1.png │ ├── 062815 │ ├── 062815.bmp │ ├── 062815.dds │ ├── 062815.png │ ├── 062815_hr1.bmp │ ├── 062815_hr1.dds │ └── 062815_hr1.png │ ├── 062816 │ ├── 062816.bmp │ ├── 062816.dds │ ├── 062816.png │ ├── 062816_hr1.bmp │ ├── 062816_hr1.dds │ └── 062816_hr1.png │ ├── 062817 │ ├── 062817.bmp │ ├── 062817.dds │ ├── 062817.png │ ├── 062817_hr1.bmp │ ├── 062817_hr1.dds │ └── 062817_hr1.png │ ├── 062818 │ ├── 062818.bmp │ ├── 062818.dds │ ├── 062818.png │ ├── 062818_hr1.bmp │ ├── 062818_hr1.dds │ └── 062818_hr1.png │ ├── 062819 │ ├── 062819.bmp │ ├── 062819.dds │ ├── 062819.png │ ├── 062819_hr1.bmp │ ├── 062819_hr1.dds │ └── 062819_hr1.png │ ├── 062820 │ ├── 062820.bmp │ ├── 062820.dds │ ├── 062820.png │ ├── 062820_hr1.bmp │ ├── 062820_hr1.dds │ └── 062820_hr1.png │ ├── 062821 │ ├── 062821.bmp │ ├── 062821.dds │ ├── 062821.png │ ├── 062821_hr1.bmp │ ├── 062821_hr1.dds │ └── 062821_hr1.png │ ├── 062822 │ ├── 062822.bmp │ ├── 062822.dds │ ├── 062822.png │ ├── 062822_hr1.bmp │ ├── 062822_hr1.dds │ └── 062822_hr1.png │ ├── 062823 │ ├── 062823.bmp │ ├── 062823.dds │ ├── 062823.png │ ├── 062823_hr1.bmp │ ├── 062823_hr1.dds │ └── 062823_hr1.png │ ├── 062824 │ ├── 062824.bmp │ ├── 062824.dds │ ├── 062824.png │ ├── 062824_hr1.bmp │ ├── 062824_hr1.dds │ └── 062824_hr1.png │ ├── 062825 │ ├── 062825.bmp │ ├── 062825.dds │ ├── 062825.png │ ├── 062825_hr1.bmp │ ├── 062825_hr1.dds │ └── 062825_hr1.png │ ├── 062826 │ ├── 062826.bmp │ ├── 062826.dds │ ├── 062826.png │ ├── 062826_hr1.bmp │ ├── 062826_hr1.dds │ └── 062826_hr1.png │ ├── 062827 │ ├── 062827.bmp │ ├── 062827.dds │ ├── 062827.png │ ├── 062827_hr1.bmp │ ├── 062827_hr1.dds │ └── 062827_hr1.png │ ├── 062828 │ ├── 062828.bmp │ ├── 062828.dds │ ├── 062828.png │ ├── 062828_hr1.bmp │ ├── 062828_hr1.dds │ └── 062828_hr1.png │ ├── 062829 │ ├── 062829.bmp │ ├── 062829.dds │ ├── 062829.png │ ├── 062829_hr1.bmp │ ├── 062829_hr1.dds │ └── 062829_hr1.png │ ├── 062830 │ ├── 062830.bmp │ ├── 062830.dds │ ├── 062830.png │ ├── 062830_hr1.bmp │ ├── 062830_hr1.dds │ └── 062830_hr1.png │ ├── 062831 │ ├── 062831.bmp │ ├── 062831.dds │ ├── 062831.png │ ├── 062831_hr1.bmp │ ├── 062831_hr1.dds │ └── 062831_hr1.png │ ├── 062832 │ ├── 062832.bmp │ ├── 062832.dds │ ├── 062832.png │ ├── 062832_hr1.bmp │ ├── 062832_hr1.dds │ └── 062832_hr1.png │ ├── 062833 │ ├── 062833.bmp │ ├── 062833.dds │ ├── 062833.png │ ├── 062833_hr1.bmp │ ├── 062833_hr1.dds │ └── 062833_hr1.png │ ├── 062834 │ ├── 062834.bmp │ ├── 062834.dds │ ├── 062834.png │ ├── 062834_hr1.bmp │ ├── 062834_hr1.dds │ └── 062834_hr1.png │ ├── 062835 │ ├── 062835.bmp │ ├── 062835.dds │ ├── 062835.png │ ├── 062835_hr1.bmp │ ├── 062835_hr1.dds │ └── 062835_hr1.png │ ├── 062836 │ ├── 062836.bmp │ ├── 062836.dds │ ├── 062836.png │ ├── 062836_hr1.bmp │ ├── 062836_hr1.dds │ └── 062836_hr1.png │ ├── 062837 │ ├── 062837.bmp │ ├── 062837.dds │ ├── 062837.png │ ├── 062837_hr1.bmp │ ├── 062837_hr1.dds │ └── 062837_hr1.png │ ├── 062838 │ ├── 062838.bmp │ ├── 062838.dds │ ├── 062838.png │ ├── 062838_hr1.bmp │ ├── 062838_hr1.dds │ └── 062838_hr1.png │ ├── 062839 │ ├── 062839.bmp │ ├── 062839.dds │ ├── 062839.png │ ├── 062839_hr1.bmp │ ├── 062839_hr1.dds │ └── 062839_hr1.png │ ├── 062840 │ ├── 062840.bmp │ ├── 062840.dds │ ├── 062840.png │ ├── 062840_hr1.bmp │ ├── 062840_hr1.dds │ └── 062840_hr1.png │ ├── 065002 │ ├── 065002.png │ ├── 065002_hr1.bmp │ ├── 065002_hr1.dds │ └── 065002_hr1.png │ └── Role │ ├── Healer_Icon.png │ ├── Magic_Ranged_DPS_Icon.png │ ├── Melee_DPS_Icon.png │ ├── Physical_Ranged_DPS.png │ └── Tank_Icon.png └── tutorial ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.jpg └── template.png /Combo Line Colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/Combo Line Colors.png -------------------------------------------------------------------------------- /Glow Job Icons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/Glow Job Icons.jpg -------------------------------------------------------------------------------- /Minimal UI 4k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/Minimal UI 4k.jpg -------------------------------------------------------------------------------- /Monochrome Menu Icons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/Monochrome Menu Icons.jpg -------------------------------------------------------------------------------- /Partylist Shield Colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/Partylist Shield Colors.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/README.md -------------------------------------------------------------------------------- /README_JP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/README_JP.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/changelog.md -------------------------------------------------------------------------------- /optional mods/Astro Card Helper - 4k.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/Astro Card Helper - 4k.ttmp2 -------------------------------------------------------------------------------- /optional mods/Astro card helper.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/Astro card helper.ttmp2 -------------------------------------------------------------------------------- /optional mods/Hidden Hotbar Lock.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/Hidden Hotbar Lock.ttmp2 -------------------------------------------------------------------------------- /optional mods/Monochrome Menu Icons.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/Monochrome Menu Icons.ttmp2 -------------------------------------------------------------------------------- /optional mods/Transparent Minimap.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/Transparent Minimap.ttmp2 -------------------------------------------------------------------------------- /optional mods/options readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/options readme.txt -------------------------------------------------------------------------------- /optional mods/visible macro icon.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/optional mods/visible macro icon.ttmp2 -------------------------------------------------------------------------------- /releases/Circle Status Icons.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/Circle Status Icons.ttmp2 -------------------------------------------------------------------------------- /releases/Glow Job Icons.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/Glow Job Icons.ttmp2 -------------------------------------------------------------------------------- /releases/Glow Job Macro Icons.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/Glow Job Macro Icons.ttmp2 -------------------------------------------------------------------------------- /releases/Minimal UI 4k V2.1.4.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/Minimal UI 4k V2.1.4.ttmp2 -------------------------------------------------------------------------------- /releases/NewOldMaterialDiscordUI.ttmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/NewOldMaterialDiscordUI.ttmp2 -------------------------------------------------------------------------------- /releases/Optional Mods.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/Optional Mods.zip -------------------------------------------------------------------------------- /releases/overlayplugin-theme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/overlayplugin-theme/README.md -------------------------------------------------------------------------------- /releases/overlayplugin-theme/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/overlayplugin-theme/handle.png -------------------------------------------------------------------------------- /releases/overlayplugin-theme/lib/d3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/overlayplugin-theme/lib/d3.min.js -------------------------------------------------------------------------------- /releases/overlayplugin-theme/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/releases/overlayplugin-theme/preview.png -------------------------------------------------------------------------------- /templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/templates/README.md -------------------------------------------------------------------------------- /templates/partylist_gaugehp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/templates/partylist_gaugehp.bmp -------------------------------------------------------------------------------- /texturelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/texturelist -------------------------------------------------------------------------------- /textures/HUD/ActionBar/actionbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ActionBar/actionbar.bmp -------------------------------------------------------------------------------- /textures/HUD/ActionBar/actionbar.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ActionBar/actionbar.dds -------------------------------------------------------------------------------- /textures/HUD/ActionBar/actionbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ActionBar/actionbar.png -------------------------------------------------------------------------------- /textures/HUD/ActionBar/actionbar_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ActionBar/actionbar_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ActionBar/actionbar_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ActionBar/actionbar_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ActionBar/actionbar_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ActionBar/actionbar_hr1.png -------------------------------------------------------------------------------- /textures/HUD/AreaMap/areamap.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/AreaMap/areamap.bmp -------------------------------------------------------------------------------- /textures/HUD/AreaMap/areamap.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/AreaMap/areamap.dds -------------------------------------------------------------------------------- /textures/HUD/AreaMap/areamap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/AreaMap/areamap.png -------------------------------------------------------------------------------- /textures/HUD/AreaMap/areamap_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/AreaMap/areamap_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/AreaMap/areamap_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/AreaMap/areamap_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/AreaMap/areamap_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/AreaMap/areamap_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ArmouryBoard/armouryboard.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ArmouryBoard/armouryboard.bmp -------------------------------------------------------------------------------- /textures/HUD/ArmouryBoard/armouryboard.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ArmouryBoard/armouryboard.dds -------------------------------------------------------------------------------- /textures/HUD/ArmouryBoard/armouryboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ArmouryBoard/armouryboard.png -------------------------------------------------------------------------------- /textures/HUD/BagStatus/bagstatus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BagStatus/bagstatus.bmp -------------------------------------------------------------------------------- /textures/HUD/BagStatus/bagstatus.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BagStatus/bagstatus.dds -------------------------------------------------------------------------------- /textures/HUD/BagStatus/bagstatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BagStatus/bagstatus.png -------------------------------------------------------------------------------- /textures/HUD/BagStatus/bagstatus_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BagStatus/bagstatus_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/BagStatus/bagstatus_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BagStatus/bagstatus_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/BagStatus/bagstatus_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BagStatus/bagstatus_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Bank/bank.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Bank/bank.bmp -------------------------------------------------------------------------------- /textures/HUD/Bank/bank.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Bank/bank.dds -------------------------------------------------------------------------------- /textures/HUD/Bank/bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Bank/bank.png -------------------------------------------------------------------------------- /textures/HUD/Bank/bank_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Bank/bank_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Bank/bank_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Bank/bank_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Bank/bank_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Bank/bank_hr1.png -------------------------------------------------------------------------------- /textures/HUD/BgParts/bgparts.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BgParts/bgparts.bmp -------------------------------------------------------------------------------- /textures/HUD/BgParts/bgparts.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BgParts/bgparts.dds -------------------------------------------------------------------------------- /textures/HUD/BgParts/bgparts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BgParts/bgparts.png -------------------------------------------------------------------------------- /textures/HUD/BgParts/bgparts_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BgParts/bgparts_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/BgParts/bgparts_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BgParts/bgparts_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/BgParts/bgparts_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/BgParts/bgparts_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ButtonA/buttona.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonA/buttona.bmp -------------------------------------------------------------------------------- /textures/HUD/ButtonA/buttona.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonA/buttona.dds -------------------------------------------------------------------------------- /textures/HUD/ButtonA/buttona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonA/buttona.png -------------------------------------------------------------------------------- /textures/HUD/ButtonA/buttona_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonA/buttona_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ButtonA/buttona_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonA/buttona_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ButtonA/buttona_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonA/buttona_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ButtonB/buttonb.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonB/buttonb.bmp -------------------------------------------------------------------------------- /textures/HUD/ButtonB/buttonb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonB/buttonb.dds -------------------------------------------------------------------------------- /textures/HUD/ButtonB/buttonb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonB/buttonb.png -------------------------------------------------------------------------------- /textures/HUD/ButtonB/buttonb_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonB/buttonb_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ButtonB/buttonb_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonB/buttonb_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ButtonB/buttonb_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ButtonB/buttonb_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Character/character.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character/character.bmp -------------------------------------------------------------------------------- /textures/HUD/Character/character.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character/character.dds -------------------------------------------------------------------------------- /textures/HUD/Character/character.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character/character.png -------------------------------------------------------------------------------- /textures/HUD/Character/character_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character/character_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Character/character_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character/character_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Character/character_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character/character_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Character2/character2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character2/character2.bmp -------------------------------------------------------------------------------- /textures/HUD/Character2/character2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character2/character2.dds -------------------------------------------------------------------------------- /textures/HUD/Character2/character2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character2/character2.png -------------------------------------------------------------------------------- /textures/HUD/Character2/character2_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character2/character2_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Character2/character2_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character2/character2_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Character2/character2_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Character2/character2_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ChatLog/chatlog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ChatLog/chatlog.bmp -------------------------------------------------------------------------------- /textures/HUD/ChatLog/chatlog.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ChatLog/chatlog.dds -------------------------------------------------------------------------------- /textures/HUD/ChatLog/chatlog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ChatLog/chatlog.png -------------------------------------------------------------------------------- /textures/HUD/ChatLog/chatlog_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ChatLog/chatlog_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ChatLog/chatlog_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ChatLog/chatlog_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ChatLog/chatlog_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ChatLog/chatlog_hr1.png -------------------------------------------------------------------------------- /textures/HUD/CheckBoxA/checkboxa.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/CheckBoxA/checkboxa.bmp -------------------------------------------------------------------------------- /textures/HUD/CheckBoxA/checkboxa.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/CheckBoxA/checkboxa.dds -------------------------------------------------------------------------------- /textures/HUD/CheckBoxA/checkboxa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/CheckBoxA/checkboxa.png -------------------------------------------------------------------------------- /textures/HUD/CheckBoxA/checkboxa_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/CheckBoxA/checkboxa_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/CheckBoxA/checkboxa_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/CheckBoxA/checkboxa_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/CheckBoxA/checkboxa_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/CheckBoxA/checkboxa_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ConfigLog/configlog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigLog/configlog.bmp -------------------------------------------------------------------------------- /textures/HUD/ConfigLog/configlog.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigLog/configlog.dds -------------------------------------------------------------------------------- /textures/HUD/ConfigLog/configlog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigLog/configlog.png -------------------------------------------------------------------------------- /textures/HUD/ConfigLog/configlog_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigLog/configlog_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ConfigLog/configlog_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigLog/configlog_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ConfigLog/configlog_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigLog/configlog_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ConfigSystem/configsystem.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigSystem/configsystem.bmp -------------------------------------------------------------------------------- /textures/HUD/ConfigSystem/configsystem.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigSystem/configsystem.dds -------------------------------------------------------------------------------- /textures/HUD/ConfigSystem/configsystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ConfigSystem/configsystem.png -------------------------------------------------------------------------------- /textures/HUD/ContentGauge/contentgauge.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ContentGauge/contentgauge.bmp -------------------------------------------------------------------------------- /textures/HUD/ContentGauge/contentgauge.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ContentGauge/contentgauge.dds -------------------------------------------------------------------------------- /textures/HUD/ContentGauge/contentgauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ContentGauge/contentgauge.png -------------------------------------------------------------------------------- /textures/HUD/DTR/dtr.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DTR/dtr.bmp -------------------------------------------------------------------------------- /textures/HUD/DTR/dtr.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DTR/dtr.dds -------------------------------------------------------------------------------- /textures/HUD/DTR/dtr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DTR/dtr.png -------------------------------------------------------------------------------- /textures/HUD/DTR/dtr_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DTR/dtr_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/DTR/dtr_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DTR/dtr_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/DTR/dtr_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DTR/dtr_hr1.png -------------------------------------------------------------------------------- /textures/HUD/DropDownA/dropdowna.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DropDownA/dropdowna.bmp -------------------------------------------------------------------------------- /textures/HUD/DropDownA/dropdowna.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DropDownA/dropdowna.dds -------------------------------------------------------------------------------- /textures/HUD/DropDownA/dropdowna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DropDownA/dropdowna.png -------------------------------------------------------------------------------- /textures/HUD/DropDownA/dropdowna_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DropDownA/dropdowna_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/DropDownA/dropdowna_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DropDownA/dropdowna_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/DropDownA/dropdowna_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/DropDownA/dropdowna_hr1.png -------------------------------------------------------------------------------- /textures/HUD/EnemyList/enemylist.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/EnemyList/enemylist.bmp -------------------------------------------------------------------------------- /textures/HUD/EnemyList/enemylist.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/EnemyList/enemylist.dds -------------------------------------------------------------------------------- /textures/HUD/EnemyList/enemylist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/EnemyList/enemylist.png -------------------------------------------------------------------------------- /textures/HUD/EnemyList/enemylist_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/EnemyList/enemylist_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/EnemyList/enemylist_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/EnemyList/enemylist_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/EnemyList/enemylist_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/EnemyList/enemylist_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Exp_Gauge/exp_gauge.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Exp_Gauge/exp_gauge.bmp -------------------------------------------------------------------------------- /textures/HUD/Exp_Gauge/exp_gauge.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Exp_Gauge/exp_gauge.dds -------------------------------------------------------------------------------- /textures/HUD/Exp_Gauge/exp_gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Exp_Gauge/exp_gauge.png -------------------------------------------------------------------------------- /textures/HUD/Exp_Gauge/exp_gauge_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Exp_Gauge/exp_gauge_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Exp_Gauge/exp_gauge_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Exp_Gauge/exp_gauge_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Exp_Gauge/exp_gauge_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Exp_Gauge/exp_gauge_hr1.png -------------------------------------------------------------------------------- /textures/HUD/FreeCompany/freecompany.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/FreeCompany/freecompany.bmp -------------------------------------------------------------------------------- /textures/HUD/FreeCompany/freecompany.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/FreeCompany/freecompany.dds -------------------------------------------------------------------------------- /textures/HUD/FreeCompany/freecompany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/FreeCompany/freecompany.png -------------------------------------------------------------------------------- /textures/HUD/GearSetList/gearsetlist.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/GearSetList/gearsetlist.bmp -------------------------------------------------------------------------------- /textures/HUD/GearSetList/gearsetlist.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/GearSetList/gearsetlist.dds -------------------------------------------------------------------------------- /textures/HUD/GearSetList/gearsetlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/GearSetList/gearsetlist.png -------------------------------------------------------------------------------- /textures/HUD/Housing/housing.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Housing/housing.bmp -------------------------------------------------------------------------------- /textures/HUD/Housing/housing.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Housing/housing.dds -------------------------------------------------------------------------------- /textures/HUD/Housing/housing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Housing/housing.png -------------------------------------------------------------------------------- /textures/HUD/Housing/housing_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Housing/housing_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Housing/housing_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Housing/housing_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Housing/housing_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Housing/housing_hr1.png -------------------------------------------------------------------------------- /textures/HUD/HousingGoods/housinggoods.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HousingGoods/housinggoods.bmp -------------------------------------------------------------------------------- /textures/HUD/HousingGoods/housinggoods.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HousingGoods/housinggoods.dds -------------------------------------------------------------------------------- /textures/HUD/HousingGoods/housinggoods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HousingGoods/housinggoods.png -------------------------------------------------------------------------------- /textures/HUD/HudLayout/hudlayout.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HudLayout/hudlayout.bmp -------------------------------------------------------------------------------- /textures/HUD/HudLayout/hudlayout.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HudLayout/hudlayout.dds -------------------------------------------------------------------------------- /textures/HUD/HudLayout/hudlayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HudLayout/hudlayout.png -------------------------------------------------------------------------------- /textures/HUD/HudLayout/hudlayout_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HudLayout/hudlayout_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/HudLayout/hudlayout_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HudLayout/hudlayout_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/HudLayout/hudlayout_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/HudLayout/hudlayout_hr1.png -------------------------------------------------------------------------------- /textures/HUD/IconA_Frame/icona_frame.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/IconA_Frame/icona_frame.bmp -------------------------------------------------------------------------------- /textures/HUD/IconA_Frame/icona_frame.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/IconA_Frame/icona_frame.dds -------------------------------------------------------------------------------- /textures/HUD/IconA_Frame/icona_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/IconA_Frame/icona_frame.png -------------------------------------------------------------------------------- /textures/HUD/Inventory/inventory.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Inventory/inventory.bmp -------------------------------------------------------------------------------- /textures/HUD/Inventory/inventory.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Inventory/inventory.dds -------------------------------------------------------------------------------- /textures/HUD/Inventory/inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Inventory/inventory.png -------------------------------------------------------------------------------- /textures/HUD/Inventory/inventory_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Inventory/inventory_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Inventory/inventory_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Inventory/inventory_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Inventory/inventory_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Inventory/inventory_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ItemSearch/itemsearch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ItemSearch/itemsearch.bmp -------------------------------------------------------------------------------- /textures/HUD/ItemSearch/itemsearch.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ItemSearch/itemsearch.dds -------------------------------------------------------------------------------- /textures/HUD/ItemSearch/itemsearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ItemSearch/itemsearch.png -------------------------------------------------------------------------------- /textures/HUD/ItemSearch/itemsearch_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ItemSearch/itemsearch_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ItemSearch/itemsearch_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ItemSearch/itemsearch_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ItemSearch/itemsearch_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ItemSearch/itemsearch_hr1.png -------------------------------------------------------------------------------- /textures/HUD/JobHudNIN1/jobhudnin1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudNIN1/jobhudnin1.bmp -------------------------------------------------------------------------------- /textures/HUD/JobHudNIN1/jobhudnin1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudNIN1/jobhudnin1.dds -------------------------------------------------------------------------------- /textures/HUD/JobHudNIN1/jobhudnin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudNIN1/jobhudnin1.png -------------------------------------------------------------------------------- /textures/HUD/JobHudNIN1/jobhudnin1_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudNIN1/jobhudnin1_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/JobHudNIN1/jobhudnin1_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudNIN1/jobhudnin1_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/JobHudNIN1/jobhudnin1_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudNIN1/jobhudnin1_hr1.png -------------------------------------------------------------------------------- /textures/HUD/JobHudSAM1/jobhudsam1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudSAM1/jobhudsam1.bmp -------------------------------------------------------------------------------- /textures/HUD/JobHudSAM1/jobhudsam1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudSAM1/jobhudsam1.dds -------------------------------------------------------------------------------- /textures/HUD/JobHudSAM1/jobhudsam1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudSAM1/jobhudsam1.png -------------------------------------------------------------------------------- /textures/HUD/JobHudSAM1/jobhudsam1_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudSAM1/jobhudsam1_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/JobHudSAM1/jobhudsam1_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudSAM1/jobhudsam1_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/JobHudSAM1/jobhudsam1_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/JobHudSAM1/jobhudsam1_hr1.png -------------------------------------------------------------------------------- /textures/HUD/LFG/lfg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LFG/lfg.bmp -------------------------------------------------------------------------------- /textures/HUD/LFG/lfg.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LFG/lfg.dds -------------------------------------------------------------------------------- /textures/HUD/LFG/lfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LFG/lfg.png -------------------------------------------------------------------------------- /textures/HUD/LFG/lfg_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LFG/lfg_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/LFG/lfg_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LFG/lfg_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/LFG/lfg_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LFG/lfg_hr1.png -------------------------------------------------------------------------------- /textures/HUD/LimitBreak/limitbreak.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LimitBreak/limitbreak.bmp -------------------------------------------------------------------------------- /textures/HUD/LimitBreak/limitbreak.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LimitBreak/limitbreak.dds -------------------------------------------------------------------------------- /textures/HUD/LimitBreak/limitbreak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LimitBreak/limitbreak.png -------------------------------------------------------------------------------- /textures/HUD/LimitBreak/limitbreak_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LimitBreak/limitbreak_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/LimitBreak/limitbreak_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LimitBreak/limitbreak_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/LimitBreak/limitbreak_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/LimitBreak/limitbreak_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ListItemA/listitema.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemA/listitema.bmp -------------------------------------------------------------------------------- /textures/HUD/ListItemA/listitema.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemA/listitema.dds -------------------------------------------------------------------------------- /textures/HUD/ListItemA/listitema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemA/listitema.png -------------------------------------------------------------------------------- /textures/HUD/ListItemA/listitema_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemA/listitema_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ListItemA/listitema_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemA/listitema_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ListItemA/listitema_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemA/listitema_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ListItemB/listitemb.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemB/listitemb.bmp -------------------------------------------------------------------------------- /textures/HUD/ListItemB/listitemb.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemB/listitemb.dds -------------------------------------------------------------------------------- /textures/HUD/ListItemB/listitemb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemB/listitemb.png -------------------------------------------------------------------------------- /textures/HUD/ListItemB/listitemb_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemB/listitemb_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ListItemB/listitemb_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemB/listitemb_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ListItemB/listitemb_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ListItemB/listitemb_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Macro/macro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Macro/macro.bmp -------------------------------------------------------------------------------- /textures/HUD/Macro/macro.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Macro/macro.dds -------------------------------------------------------------------------------- /textures/HUD/Macro/macro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Macro/macro.png -------------------------------------------------------------------------------- /textures/HUD/Macro/macro_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Macro/macro_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Macro/macro_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Macro/macro_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Macro/macro_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Macro/macro_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Money_Number/money_number.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Money_Number/money_number.bmp -------------------------------------------------------------------------------- /textures/HUD/Money_Number/money_number.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Money_Number/money_number.dds -------------------------------------------------------------------------------- /textures/HUD/Money_Number/money_number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Money_Number/money_number.png -------------------------------------------------------------------------------- /textures/HUD/NaviMap/navimap.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap/navimap.bmp -------------------------------------------------------------------------------- /textures/HUD/NaviMap/navimap.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap/navimap.dds -------------------------------------------------------------------------------- /textures/HUD/NaviMap/navimap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap/navimap.png -------------------------------------------------------------------------------- /textures/HUD/NaviMap/navimap_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap/navimap_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/NaviMap/navimap_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap/navimap_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/NaviMap/navimap_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap/navimap_hr1.png -------------------------------------------------------------------------------- /textures/HUD/NaviMap_Mask/navimap_mask.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap_Mask/navimap_mask.bmp -------------------------------------------------------------------------------- /textures/HUD/NaviMap_Mask/navimap_mask.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap_Mask/navimap_mask.dds -------------------------------------------------------------------------------- /textures/HUD/NaviMap_Mask/navimap_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/NaviMap_Mask/navimap_mask.png -------------------------------------------------------------------------------- /textures/HUD/Notification/notification.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Notification/notification.bmp -------------------------------------------------------------------------------- /textures/HUD/Notification/notification.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Notification/notification.dds -------------------------------------------------------------------------------- /textures/HUD/Notification/notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Notification/notification.png -------------------------------------------------------------------------------- /textures/HUD/PartyFinder/partyfinder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/PartyFinder/partyfinder.bmp -------------------------------------------------------------------------------- /textures/HUD/PartyFinder/partyfinder.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/PartyFinder/partyfinder.dds -------------------------------------------------------------------------------- /textures/HUD/PartyFinder/partyfinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/PartyFinder/partyfinder.png -------------------------------------------------------------------------------- /textures/HUD/PartyList_Bg/partylist_bg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/PartyList_Bg/partylist_bg.bmp -------------------------------------------------------------------------------- /textures/HUD/PartyList_Bg/partylist_bg.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/PartyList_Bg/partylist_bg.dds -------------------------------------------------------------------------------- /textures/HUD/PartyList_Bg/partylist_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/PartyList_Bg/partylist_bg.png -------------------------------------------------------------------------------- /textures/HUD/Qte_Button/qte_button.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Qte_Button/qte_button.bmp -------------------------------------------------------------------------------- /textures/HUD/Qte_Button/qte_button.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Qte_Button/qte_button.dds -------------------------------------------------------------------------------- /textures/HUD/Qte_Button/qte_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Qte_Button/qte_button.png -------------------------------------------------------------------------------- /textures/HUD/Qte_Button/qte_button_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Qte_Button/qte_button_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Qte_Button/qte_button_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Qte_Button/qte_button_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Qte_Button/qte_button_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Qte_Button/qte_button_hr1.png -------------------------------------------------------------------------------- /textures/HUD/RadioButtonA/radiobuttona.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/RadioButtonA/radiobuttona.bmp -------------------------------------------------------------------------------- /textures/HUD/RadioButtonA/radiobuttona.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/RadioButtonA/radiobuttona.dds -------------------------------------------------------------------------------- /textures/HUD/RadioButtonA/radiobuttona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/RadioButtonA/radiobuttona.png -------------------------------------------------------------------------------- /textures/HUD/RadioButtonD/radiobuttond.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/RadioButtonD/radiobuttond.bmp -------------------------------------------------------------------------------- /textures/HUD/RadioButtonD/radiobuttond.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/RadioButtonD/radiobuttond.dds -------------------------------------------------------------------------------- /textures/HUD/RadioButtonD/radiobuttond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/RadioButtonD/radiobuttond.png -------------------------------------------------------------------------------- /textures/HUD/Social/social.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Social/social.bmp -------------------------------------------------------------------------------- /textures/HUD/Social/social.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Social/social.dds -------------------------------------------------------------------------------- /textures/HUD/Social/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Social/social.png -------------------------------------------------------------------------------- /textures/HUD/Social/social_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Social/social_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Social/social_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Social/social_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Social/social_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Social/social_hr1.png -------------------------------------------------------------------------------- /textures/HUD/TabButtonA/tabbuttona.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TabButtonA/tabbuttona.bmp -------------------------------------------------------------------------------- /textures/HUD/TabButtonA/tabbuttona.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TabButtonA/tabbuttona.dds -------------------------------------------------------------------------------- /textures/HUD/TabButtonA/tabbuttona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TabButtonA/tabbuttona.png -------------------------------------------------------------------------------- /textures/HUD/TabButtonA/tabbuttona_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TabButtonA/tabbuttona_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/TabButtonA/tabbuttona_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TabButtonA/tabbuttona_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/TabButtonA/tabbuttona_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TabButtonA/tabbuttona_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Talk/talk.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk/talk.bmp -------------------------------------------------------------------------------- /textures/HUD/Talk/talk.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk/talk.dds -------------------------------------------------------------------------------- /textures/HUD/Talk/talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk/talk.png -------------------------------------------------------------------------------- /textures/HUD/Talk/talk_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk/talk_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Talk/talk_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk/talk_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Talk/talk_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk/talk_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Talk_Speed/talk_speed.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk_Speed/talk_speed.bmp -------------------------------------------------------------------------------- /textures/HUD/Talk_Speed/talk_speed.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk_Speed/talk_speed.dds -------------------------------------------------------------------------------- /textures/HUD/Talk_Speed/talk_speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk_Speed/talk_speed.png -------------------------------------------------------------------------------- /textures/HUD/Talk_Speed/talk_speed_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk_Speed/talk_speed_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Talk_Speed/talk_speed_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk_Speed/talk_speed_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Talk_Speed/talk_speed_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Talk_Speed/talk_speed_hr1.png -------------------------------------------------------------------------------- /textures/HUD/TargetInfo/targetinfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TargetInfo/targetinfo.bmp -------------------------------------------------------------------------------- /textures/HUD/TargetInfo/targetinfo.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TargetInfo/targetinfo.dds -------------------------------------------------------------------------------- /textures/HUD/TargetInfo/targetinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TargetInfo/targetinfo.png -------------------------------------------------------------------------------- /textures/HUD/TargetInfo/targetinfo_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TargetInfo/targetinfo_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/TargetInfo/targetinfo_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TargetInfo/targetinfo_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/TargetInfo/targetinfo_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/TargetInfo/targetinfo_hr1.png -------------------------------------------------------------------------------- /textures/HUD/Teleport/teleport.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Teleport/teleport.bmp -------------------------------------------------------------------------------- /textures/HUD/Teleport/teleport.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Teleport/teleport.dds -------------------------------------------------------------------------------- /textures/HUD/Teleport/teleport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Teleport/teleport.png -------------------------------------------------------------------------------- /textures/HUD/Teleport/teleport_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Teleport/teleport_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/Teleport/teleport_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Teleport/teleport_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/Teleport/teleport_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/Teleport/teleport_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ToDoList/todolist.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToDoList/todolist.bmp -------------------------------------------------------------------------------- /textures/HUD/ToDoList/todolist.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToDoList/todolist.dds -------------------------------------------------------------------------------- /textures/HUD/ToDoList/todolist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToDoList/todolist.png -------------------------------------------------------------------------------- /textures/HUD/ToDoList/todolist_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToDoList/todolist_hr1.bmp -------------------------------------------------------------------------------- /textures/HUD/ToDoList/todolist_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToDoList/todolist_hr1.dds -------------------------------------------------------------------------------- /textures/HUD/ToDoList/todolist_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToDoList/todolist_hr1.png -------------------------------------------------------------------------------- /textures/HUD/ToggleButton/togglebutton.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToggleButton/togglebutton.bmp -------------------------------------------------------------------------------- /textures/HUD/ToggleButton/togglebutton.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToggleButton/togglebutton.dds -------------------------------------------------------------------------------- /textures/HUD/ToggleButton/togglebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/ToggleButton/togglebutton.png -------------------------------------------------------------------------------- /textures/HUD/WindowA_Line/windowa_line.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/WindowA_Line/windowa_line.bmp -------------------------------------------------------------------------------- /textures/HUD/WindowA_Line/windowa_line.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/WindowA_Line/windowa_line.dds -------------------------------------------------------------------------------- /textures/HUD/WindowA_Line/windowa_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/HUD/WindowA_Line/windowa_line.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000001/000001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000001/000001.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000001/000001.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000001/000001.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000001/000001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000001/000001.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000001/000001_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000001/000001_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000001/000001_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000001/000001_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000001/000001_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000001/000001_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000002/000002.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000002/000002.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000002/000002.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000002/000002.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000002/000002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000002/000002.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000002/000002_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000002/000002_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000002/000002_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000002/000002_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000002/000002_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000002/000002_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000003/000003.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000003/000003.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000003/000003.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000003/000003.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000003/000003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000003/000003.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000003/000003_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000003/000003_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000003/000003_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000003/000003_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000003/000003_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000003/000003_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000004/000004.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000004/000004.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000004/000004.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000004/000004.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000004/000004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000004/000004.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000004/000004_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000004/000004_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000004/000004_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000004/000004_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000004/000004_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000004/000004_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000005/000005.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000005/000005.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000005/000005.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000005/000005.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000005/000005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000005/000005.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000005/000005_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000005/000005_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000005/000005_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000005/000005_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000005/000005_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000005/000005_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000006/000006.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000006/000006.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000006/000006.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000006/000006.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000006/000006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000006/000006.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000006/000006_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000006/000006_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000006/000006_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000006/000006_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000006/000006_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000006/000006_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000007/000007.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000007/000007.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000007/000007.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000007/000007.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000007/000007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000007/000007.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000007/000007_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000007/000007_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000007/000007_hr1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000007/000007_hr1.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000007/000007_hr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000007/000007_hr1.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000008/000008.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000008/000008.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000008/000008.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000008/000008.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000008/000008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000008/000008.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000008/000008_hr1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000008/000008_hr1.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000009/000009.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000009/000009.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000009/000009.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000009/000009.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000009/000009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000009/000009.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000010/000010.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000010/000010.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000010/000010.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000010/000010.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000010/000010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000010/000010.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000011/000011.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000011/000011.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000011/000011.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000011/000011.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000011/000011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000011/000011.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000012/000012.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000012/000012.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000012/000012.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000012/000012.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000012/000012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000012/000012.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000013/000013.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000013/000013.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000013/000013.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000013/000013.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000013/000013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000013/000013.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000014/000014.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000014/000014.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000014/000014.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000014/000014.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000014/000014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000014/000014.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000015/000015.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000015/000015.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000015/000015.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000015/000015.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000015/000015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000015/000015.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000016/000016.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000016/000016.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000016/000016.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000016/000016.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000016/000016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000016/000016.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000017/000017.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000017/000017.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000017/000017.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000017/000017.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000017/000017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000017/000017.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000018/000018.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000018/000018.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000018/000018.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000018/000018.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000018/000018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000018/000018.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000019/000019.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000019/000019.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000019/000019.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000019/000019.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000019/000019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000019/000019.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000020/000020.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000020/000020.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000020/000020.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000020/000020.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000020/000020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000020/000020.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000021/000021.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000021/000021.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000021/000021.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000021/000021.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000021/000021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000021/000021.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000022/000022.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000022/000022.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000022/000022.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000022/000022.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000022/000022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000022/000022.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000023/000023.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000023/000023.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000023/000023.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000023/000023.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000023/000023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000023/000023.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000024/000024.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000024/000024.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000024/000024.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000024/000024.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000024/000024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000024/000024.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000025/000025.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000025/000025.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000025/000025.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000025/000025.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000025/000025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000025/000025.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000026/000026.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000026/000026.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000026/000026.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000026/000026.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000026/000026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000026/000026.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000027/000027.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000027/000027.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000027/000027.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000027/000027.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000027/000027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000027/000027.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000028/000028.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000028/000028.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000028/000028.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000028/000028.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000028/000028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000028/000028.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000029/000029.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000029/000029.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000029/000029.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000029/000029.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000029/000029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000029/000029.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000030/000030.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000030/000030.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000030/000030.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000030/000030.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000030/000030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000030/000030.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000031/000031.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000031/000031.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000031/000031.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000031/000031.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000031/000031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000031/000031.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000032/000032.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000032/000032.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000032/000032.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000032/000032.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000032/000032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000032/000032.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000033/000033.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000033/000033.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000033/000033.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000033/000033.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000033/000033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000033/000033.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000034/000034.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000034/000034.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000034/000034.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000034/000034.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000034/000034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000034/000034.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000035/000035.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000035/000035.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000035/000035.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000035/000035.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000035/000035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000035/000035.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000036/000036.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000036/000036.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000036/000036.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000036/000036.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000036/000036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000036/000036.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000037/000037.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000037/000037.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000037/000037.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000037/000037.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000037/000037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000037/000037.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000038/000038.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000038/000038.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000038/000038.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000038/000038.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000038/000038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000038/000038.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000039/000039.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000039/000039.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000039/000039.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000039/000039.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000039/000039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000039/000039.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000040/000040.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000040/000040.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000040/000040.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000040/000040.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000040/000040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000040/000040.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000041/000041.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000041/000041.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000041/000041.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000041/000041.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000041/000041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000041/000041.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000042/000042.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000042/000042.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000042/000042.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000042/000042.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000042/000042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000042/000042.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000043/000043.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000043/000043.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000043/000043.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000043/000043.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000043/000043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000043/000043.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000044/000044.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000044/000044.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000044/000044.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000044/000044.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000044/000044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000044/000044.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000045/000045.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000045/000045.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000045/000045.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000045/000045.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000045/000045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000045/000045.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000046/000046.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000046/000046.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000046/000046.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000046/000046.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000046/000046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000046/000046.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000047/000047.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000047/000047.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000047/000047.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000047/000047.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000047/000047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000047/000047.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000048/000048.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000048/000048.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000048/000048.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000048/000048.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000048/000048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000048/000048.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000049/000049.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000049/000049.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000049/000049.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000049/000049.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000049/000049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000049/000049.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000050/000050.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000050/000050.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000050/000050.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000050/000050.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000050/000050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000050/000050.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000051/000051.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000051/000051.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000051/000051.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000051/000051.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000051/000051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000051/000051.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000052/000052.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000052/000052.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000052/000052.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000052/000052.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000052/000052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000052/000052.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000053/000053.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000053/000053.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000053/000053.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000053/000053.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000053/000053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000053/000053.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000054/000054.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000054/000054.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000054/000054.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000054/000054.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000054/000054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000054/000054.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000055/000055.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000055/000055.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000055/000055.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000055/000055.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000055/000055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000055/000055.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000056/000056.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000056/000056.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000056/000056.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000056/000056.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000056/000056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000056/000056.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000057/000057.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000057/000057.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000057/000057.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000057/000057.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000057/000057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000057/000057.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000058/000058.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000058/000058.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000058/000058.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000058/000058.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000058/000058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000058/000058.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000059/000059.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000059/000059.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000059/000059.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000059/000059.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000059/000059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000059/000059.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000060/000060.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000060/000060.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000060/000060.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000060/000060.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000060/000060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000060/000060.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000061/000061.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000061/000061.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000061/000061.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000061/000061.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000061/000061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000061/000061.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000062/000062.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000062/000062.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000062/000062.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000062/000062.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000062/000062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000062/000062.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000063/000063.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000063/000063.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000063/000063.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000063/000063.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000063/000063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000063/000063.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000064/000064.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000064/000064.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000064/000064.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000064/000064.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000064/000064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000064/000064.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000065/000065.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000065/000065.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000065/000065.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000065/000065.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000065/000065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000065/000065.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000066/000066.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000066/000066.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000066/000066.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000066/000066.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000066/000066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000066/000066.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000067/000067.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000067/000067.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000067/000067.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000067/000067.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000067/000067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000067/000067.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000068/000068.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000068/000068.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000068/000068.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000068/000068.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000068/000068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000068/000068.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000069/000069.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000069/000069.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000069/000069.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000069/000069.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000069/000069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000069/000069.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000070/000070.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000070/000070.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000070/000070.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000070/000070.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000070/000070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000070/000070.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000071/000071.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000071/000071.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000071/000071.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000071/000071.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000071/000071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000071/000071.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000072/000072.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000072/000072.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000072/000072.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000072/000072.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000072/000072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000072/000072.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000073/000073.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000073/000073.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000073/000073.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000073/000073.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000073/000073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000073/000073.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000074/000074.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000074/000074.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000074/000074.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000074/000074.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000074/000074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000074/000074.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000075/000075.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000075/000075.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000075/000075.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000075/000075.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000075/000075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000075/000075.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000076/000076.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000076/000076.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000076/000076.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000076/000076.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000076/000076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000076/000076.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000077/000077.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000077/000077.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000077/000077.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000077/000077.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000077/000077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000077/000077.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000078/000078.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000078/000078.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000078/000078.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000078/000078.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000078/000078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000078/000078.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000079/000079.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000079/000079.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000079/000079.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000079/000079.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000079/000079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000079/000079.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000080/000080.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000080/000080.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000080/000080.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000080/000080.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000080/000080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000080/000080.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000081/000081.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000081/000081.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000081/000081.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000081/000081.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000081/000081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000081/000081.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000082/000082.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000082/000082.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000082/000082.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000082/000082.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000082/000082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000082/000082.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000083/000083.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000083/000083.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000083/000083.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000083/000083.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000083/000083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000083/000083.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000084/000084.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000084/000084.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000084/000084.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000084/000084.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000084/000084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000084/000084.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000085/000085.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000085/000085.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000085/000085.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000085/000085.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000085/000085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000085/000085.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000086/000086.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000086/000086.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000086/000086.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000086/000086.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000086/000086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000086/000086.png -------------------------------------------------------------------------------- /textures/Icon/Icon/000087/000087.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000087/000087.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/000087/000087.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000087/000087.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/000087/000087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/000087/000087.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062039/062039.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062039/062039.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062039/062039.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062039/062039.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062039/062039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062039/062039.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062040/062040.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062040/062040.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062040/062040.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062040/062040.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062040/062040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062040/062040.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062101/062101.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062101/062101.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062101/062101.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062101/062101.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062101/062101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062101/062101.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062102/062102.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062102/062102.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062102/062102.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062102/062102.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062102/062102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062102/062102.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062103/062103.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062103/062103.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062103/062103.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062103/062103.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062103/062103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062103/062103.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062104/062104.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062104/062104.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062104/062104.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062104/062104.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062104/062104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062104/062104.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062105/062105.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062105/062105.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062105/062105.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062105/062105.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062105/062105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062105/062105.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062106/062106.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062106/062106.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062106/062106.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062106/062106.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062106/062106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062106/062106.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062107/062107.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062107/062107.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062107/062107.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062107/062107.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062107/062107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062107/062107.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062108/062108.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062108/062108.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062108/062108.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062108/062108.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062108/062108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062108/062108.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062109/062109.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062109/062109.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062109/062109.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062109/062109.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062109/062109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062109/062109.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062110/062110.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062110/062110.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062110/062110.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062110/062110.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062110/062110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062110/062110.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062111/062111.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062111/062111.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062111/062111.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062111/062111.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062111/062111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062111/062111.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062112/062112.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062112/062112.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062112/062112.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062112/062112.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062112/062112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062112/062112.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062113/062113.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062113/062113.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062113/062113.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062113/062113.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062113/062113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062113/062113.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062114/062114.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062114/062114.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062114/062114.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062114/062114.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062114/062114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062114/062114.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062115/062115.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062115/062115.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062115/062115.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062115/062115.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062115/062115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062115/062115.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062116/062116.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062116/062116.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062116/062116.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062116/062116.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062116/062116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062116/062116.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062117/062117.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062117/062117.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062117/062117.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062117/062117.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062117/062117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062117/062117.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062118/062118.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062118/062118.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062118/062118.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062118/062118.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062118/062118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062118/062118.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062119/062119.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062119/062119.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062119/062119.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062119/062119.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062119/062119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062119/062119.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062120/062120.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062120/062120.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062120/062120.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062120/062120.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062120/062120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062120/062120.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062121/062121.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062121/062121.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062121/062121.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062121/062121.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062121/062121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062121/062121.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062122/062122.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062122/062122.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062122/062122.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062122/062122.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062122/062122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062122/062122.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062123/062123.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062123/062123.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062123/062123.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062123/062123.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062123/062123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062123/062123.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062124/062124.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062124/062124.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062124/062124.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062124/062124.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062124/062124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062124/062124.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062125/062125.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062125/062125.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062125/062125.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062125/062125.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062125/062125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062125/062125.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062126/062126.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062126/062126.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062126/062126.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062126/062126.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062126/062126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062126/062126.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062127/062127.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062127/062127.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062127/062127.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062127/062127.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062127/062127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062127/062127.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062128/062128.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062128/062128.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062128/062128.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062128/062128.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062128/062128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062128/062128.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062129/062129.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062129/062129.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062129/062129.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062129/062129.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062129/062129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062129/062129.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062130/062130.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062130/062130.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062130/062130.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062130/062130.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062130/062130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062130/062130.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062131/062131.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062131/062131.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062131/062131.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062131/062131.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062131/062131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062131/062131.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062132/062132.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062132/062132.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062132/062132.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062132/062132.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062132/062132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062132/062132.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062133/062133.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062133/062133.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062133/062133.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062133/062133.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062133/062133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062133/062133.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062134/062134.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062134/062134.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062134/062134.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062134/062134.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062134/062134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062134/062134.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062135/062135.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062135/062135.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062135/062135.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062135/062135.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062135/062135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062135/062135.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062136/062136.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062136/062136.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062136/062136.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062136/062136.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062136/062136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062136/062136.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062137/062137.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062137/062137.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062137/062137.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062137/062137.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062137/062137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062137/062137.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062138/062138.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062138/062138.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062138/062138.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062138/062138.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062138/062138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062138/062138.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062139/062139.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062139/062139.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062139/062139.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062139/062139.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062139/062139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062139/062139.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062140/062140.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062140/062140.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062140/062140.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062140/062140.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062140/062140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062140/062140.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062141/062141.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062141/062141.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062141/062141.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062141/062141.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062141/062141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062141/062141.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062142/062142.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062142/062142.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062142/062142.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062142/062142.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062142/062142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062142/062142.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062801/062801.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062801/062801.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062801/062801.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062801/062801.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062801/062801.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062801/062801.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062802/062802.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062802/062802.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062802/062802.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062802/062802.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062802/062802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062802/062802.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062803/062803.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062803/062803.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062803/062803.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062803/062803.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062803/062803.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062803/062803.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062804/062804.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062804/062804.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062804/062804.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062804/062804.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062804/062804.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062804/062804.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062805/062805.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062805/062805.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062805/062805.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062805/062805.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062805/062805.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062805/062805.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062806/062806.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062806/062806.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062806/062806.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062806/062806.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062806/062806.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062806/062806.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062807/062807.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062807/062807.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062807/062807.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062807/062807.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062807/062807.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062807/062807.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062808/062808.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062808/062808.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062808/062808.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062808/062808.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062808/062808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062808/062808.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062810/062810.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062810/062810.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062810/062810.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062810/062810.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062810/062810.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062810/062810.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062811/062811.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062811/062811.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062811/062811.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062811/062811.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062811/062811.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062811/062811.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062812/062812.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062812/062812.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062812/062812.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062812/062812.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062812/062812.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062812/062812.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062813/062813.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062813/062813.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062813/062813.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062813/062813.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062813/062813.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062813/062813.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062814/062814.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062814/062814.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062814/062814.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062814/062814.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062814/062814.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062814/062814.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062815/062815.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062815/062815.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062815/062815.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062815/062815.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062815/062815.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062815/062815.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062816/062816.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062816/062816.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062816/062816.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062816/062816.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062816/062816.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062816/062816.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062817/062817.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062817/062817.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062817/062817.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062817/062817.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062817/062817.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062817/062817.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062818/062818.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062818/062818.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062818/062818.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062818/062818.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062818/062818.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062818/062818.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062819/062819.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062819/062819.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062819/062819.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062819/062819.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062819/062819.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062819/062819.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062820/062820.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062820/062820.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062820/062820.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062820/062820.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062820/062820.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062820/062820.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062821/062821.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062821/062821.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062821/062821.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062821/062821.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062821/062821.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062821/062821.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062822/062822.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062822/062822.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062822/062822.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062822/062822.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062822/062822.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062822/062822.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062823/062823.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062823/062823.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062823/062823.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062823/062823.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062823/062823.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062823/062823.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062824/062824.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062824/062824.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062824/062824.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062824/062824.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062824/062824.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062824/062824.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062825/062825.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062825/062825.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062825/062825.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062825/062825.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062825/062825.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062825/062825.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062826/062826.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062826/062826.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062826/062826.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062826/062826.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062826/062826.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062826/062826.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062827/062827.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062827/062827.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062827/062827.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062827/062827.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062827/062827.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062827/062827.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062828/062828.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062828/062828.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062828/062828.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062828/062828.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062828/062828.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062828/062828.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062829/062829.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062829/062829.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062829/062829.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062829/062829.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062829/062829.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062829/062829.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062830/062830.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062830/062830.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062830/062830.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062830/062830.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062830/062830.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062830/062830.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062831/062831.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062831/062831.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062831/062831.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062831/062831.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062831/062831.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062831/062831.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062832/062832.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062832/062832.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062832/062832.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062832/062832.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062832/062832.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062832/062832.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062833/062833.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062833/062833.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062833/062833.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062833/062833.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062833/062833.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062833/062833.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062834/062834.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062834/062834.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062834/062834.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062834/062834.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062834/062834.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062834/062834.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062835/062835.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062835/062835.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062835/062835.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062835/062835.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062835/062835.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062835/062835.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062836/062836.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062836/062836.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062836/062836.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062836/062836.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062836/062836.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062836/062836.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062837/062837.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062837/062837.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062837/062837.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062837/062837.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062837/062837.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062837/062837.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062838/062838.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062838/062838.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062838/062838.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062838/062838.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062838/062838.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062838/062838.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062839/062839.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062839/062839.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062839/062839.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062839/062839.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062839/062839.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062839/062839.png -------------------------------------------------------------------------------- /textures/Icon/Icon/062840/062840.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062840/062840.bmp -------------------------------------------------------------------------------- /textures/Icon/Icon/062840/062840.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062840/062840.dds -------------------------------------------------------------------------------- /textures/Icon/Icon/062840/062840.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/062840/062840.png -------------------------------------------------------------------------------- /textures/Icon/Icon/065002/065002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/065002/065002.png -------------------------------------------------------------------------------- /textures/Icon/Icon/Role/Healer_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/Role/Healer_Icon.png -------------------------------------------------------------------------------- /textures/Icon/Icon/Role/Tank_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/textures/Icon/Icon/Role/Tank_Icon.png -------------------------------------------------------------------------------- /tutorial/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/tutorial/1.png -------------------------------------------------------------------------------- /tutorial/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/tutorial/2.png -------------------------------------------------------------------------------- /tutorial/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/tutorial/3.png -------------------------------------------------------------------------------- /tutorial/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/tutorial/4.png -------------------------------------------------------------------------------- /tutorial/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/tutorial/5.jpg -------------------------------------------------------------------------------- /tutorial/template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Slip-Up/minimal-ui/HEAD/tutorial/template.png --------------------------------------------------------------------------------