From 8a891463f2c593d71f02d6f585976cd75d3d98e1 Mon Sep 17 00:00:00 2001 From: syeyoung Date: Mon, 27 Feb 2023 19:31:20 +0900 Subject: - Icons Signed-off-by: syeyoung --- .../dungeonsguide/gui/config/categoryitem.gui | 42 +++++++++++++-------- .../dungeonsguide/gui/config/categorypage.gui | 4 +- .../assets/dungeonsguide/gui/config/mainpage.gui | 8 +++- .../assets/dungeonsguide/gui/config/menuitem.gui | 24 +++++++----- .../dungeonsguide/gui/config/normalconfig.gui | 42 ++++++++++++++------- .../textures/config/categoryIcon/alerts.png | Bin 0 -> 28046 bytes .../textures/config/categoryIcon/blood_rush.png | Bin 0 -> 220990 bytes .../textures/config/categoryIcon/bossfight.png | Bin 0 -> 33487 bytes .../textures/config/categoryIcon/communication.png | Bin 0 -> 13024 bytes .../textures/config/categoryIcon/cosmetics.png | Bin 0 -> 86492 bytes .../textures/config/categoryIcon/debug.png | Bin 0 -> 5082 bytes .../textures/config/categoryIcon/discord.png | Bin 0 -> 15981 bytes .../textures/config/categoryIcon/display_all.png | Bin 0 -> 143976 bytes .../textures/config/categoryIcon/display_one.png | Bin 0 -> 47470 bytes .../textures/config/categoryIcon/dungeon_hud.png | Bin 0 -> 42244 bytes .../textures/config/categoryIcon/dungeon_party.png | Bin 0 -> 4272 bytes .../textures/config/categoryIcon/floor_4.png | Bin 0 -> 43972 bytes .../textures/config/categoryIcon/floor_5.png | Bin 0 -> 67672 bytes .../textures/config/categoryIcon/floor_6.png | Bin 0 -> 58857 bytes .../textures/config/categoryIcon/floor_7.png | Bin 0 -> 33487 bytes .../textures/config/categoryIcon/global_hud.png | Bin 0 -> 11504 bytes .../textures/config/categoryIcon/misc.png | Bin 0 -> 26300 bytes .../config/categoryIcon/pathfinding__secrets.png | Bin 0 -> 47470 bytes .../textures/config/categoryIcon/player__mob.png | Bin 0 -> 46129 bytes .../config/categoryIcon/puzzle_solvers.png | Bin 0 -> 23230 bytes .../config/categoryIcon/secret_browser.png | Bin 0 -> 162012 bytes 26 files changed, 79 insertions(+), 41 deletions(-) create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/alerts.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/blood_rush.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/bossfight.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/communication.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/cosmetics.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/debug.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/discord.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_all.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_one.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_hud.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_party.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_4.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_5.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_6.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_7.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/global_hud.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/misc.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/pathfinding__secrets.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/player__mob.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/puzzle_solvers.png create mode 100644 mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/secret_browser.png (limited to 'mod/src/main/resources/assets/dungeonsguide') diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/categoryitem.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/categoryitem.gui index 41521764..cd9d3638 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/categoryitem.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/categoryitem.gui @@ -16,27 +16,31 @@ ~ along with this program. If not, see . --> - + - + - + - + + + + + - + @@ -44,23 +48,26 @@ - + - - + - + + + + + - + @@ -68,23 +75,26 @@ - + - - + - + + + + + - + @@ -92,4 +102,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/categorypage.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/categorypage.gui index 6abf4b80..2eb07353 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/categorypage.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/categorypage.gui @@ -25,7 +25,9 @@ - + + + diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/mainpage.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/mainpage.gui index 21a9d642..77fb5598 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/mainpage.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/mainpage.gui @@ -34,9 +34,15 @@ - + + + + + + + diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/menuitem.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/menuitem.gui index a75f08a3..a0c624aa 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/menuitem.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/menuitem.gui @@ -18,48 +18,54 @@ - + - + - + + + - + - + - + + + - + - + - + + + diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui index 15699c1b..410b3423 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui @@ -24,6 +24,15 @@ + + + - - - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/alerts.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/alerts.png new file mode 100644 index 00000000..4c87d79c Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/alerts.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/blood_rush.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/blood_rush.png new file mode 100644 index 00000000..93d2c474 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/blood_rush.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/bossfight.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/bossfight.png new file mode 100644 index 00000000..6d6d456c Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/bossfight.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/communication.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/communication.png new file mode 100644 index 00000000..fc34c272 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/communication.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/cosmetics.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/cosmetics.png new file mode 100644 index 00000000..e6db9ae8 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/cosmetics.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/debug.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/debug.png new file mode 100644 index 00000000..f5dc3617 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/debug.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/discord.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/discord.png new file mode 100644 index 00000000..a3ee4710 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/discord.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_all.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_all.png new file mode 100644 index 00000000..2f1c3886 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_all.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_one.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_one.png new file mode 100644 index 00000000..e94e14fa Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/display_one.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_hud.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_hud.png new file mode 100644 index 00000000..b27bd8d1 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_hud.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_party.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_party.png new file mode 100644 index 00000000..3f9b78a3 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/dungeon_party.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_4.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_4.png new file mode 100644 index 00000000..7cadebe9 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_4.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_5.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_5.png new file mode 100644 index 00000000..c4d288ad Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_5.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_6.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_6.png new file mode 100644 index 00000000..2363face Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_6.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_7.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_7.png new file mode 100644 index 00000000..6d6d456c Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/floor_7.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/global_hud.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/global_hud.png new file mode 100644 index 00000000..be1c113f Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/global_hud.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/misc.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/misc.png new file mode 100644 index 00000000..bbffcd15 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/misc.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/pathfinding__secrets.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/pathfinding__secrets.png new file mode 100644 index 00000000..e94e14fa Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/pathfinding__secrets.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/player__mob.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/player__mob.png new file mode 100644 index 00000000..d086d330 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/player__mob.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/puzzle_solvers.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/puzzle_solvers.png new file mode 100644 index 00000000..48f69b0f Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/puzzle_solvers.png differ diff --git a/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/secret_browser.png b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/secret_browser.png new file mode 100644 index 00000000..af590dd6 Binary files /dev/null and b/mod/src/main/resources/assets/dungeonsguide/textures/config/categoryIcon/secret_browser.png differ -- cgit