From 7d34b5456f9978d063b9098ab095256109d522c2 Mon Sep 17 00:00:00 2001 From: efefury <69400149+efefury@users.noreply.github.com> Date: Tue, 31 Jan 2023 22:04:33 +0000 Subject: Levels page in Profile Viewer (#562) * ughidontwannafigureouthowtousethis * not finished hgdt< * Make use of new collections api in collectionspage * final commit HOPEFULLY * fix infer v1 * fix mithril powder going over cap my beloved * Formatting :thumbsup: * More Formatting :thumbsup: important * ea sports its in the game * maybe fix cache * change location of weight and networth and config option for weght requested by alea * Fix jump at CAP powder * Code formatting and deleted unused variables. * Used KUUDRA_TIERS array from CrimsonIslePage in SlayingTaskLevel. * Used SLAYERS array from PROFILEVIEWER in SlayingTaskLevel. * Intellij Code Cleanup. * revert fun things Please efe put formatting in another PR. * fix issues idk * Import fixes and formatting. And an unnecessary empty space in 2.1.1 for jani. * fix nea issue --------- Co-authored-by: nea Co-authored-by: jani270 Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../resources/assets/notenoughupdates/pv_basic.png | Bin 2836 -> 2818 bytes .../resources/assets/notenoughupdates/pv_levels.png | Bin 0 -> 3526 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/notenoughupdates/pv_levels.png (limited to 'src/main/resources/assets/notenoughupdates') diff --git a/src/main/resources/assets/notenoughupdates/pv_basic.png b/src/main/resources/assets/notenoughupdates/pv_basic.png index 4d5236f5..de254644 100644 Binary files a/src/main/resources/assets/notenoughupdates/pv_basic.png and b/src/main/resources/assets/notenoughupdates/pv_basic.png differ diff --git a/src/main/resources/assets/notenoughupdates/pv_levels.png b/src/main/resources/assets/notenoughupdates/pv_levels.png new file mode 100644 index 00000000..21810476 Binary files /dev/null and b/src/main/resources/assets/notenoughupdates/pv_levels.png differ -- cgit