From 6dbdbf581f2999d137c7bae8fa8363a33b8dfc57 Mon Sep 17 00:00:00 2001 From: syeyoung Date: Fri, 24 Feb 2023 15:45:34 +0900 Subject: - chroma and gui formatting Signed-off-by: syeyoung --- .../dungeonsguide/gui/config/normalconfig.gui | 6 +- .../resources/assets/dungeonsguide/gui/update.gui | 66 ++++++++++++++++++++++ mod/src/main/resources/versionMeta.properties | 20 +++++++ 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 mod/src/main/resources/assets/dungeonsguide/gui/update.gui create mode 100644 mod/src/main/resources/versionMeta.properties (limited to 'mod/src/main/resources') 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 305faa81..9e6b0f49 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui @@ -34,7 +34,11 @@ /> - + + + + + diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/update.gui b/mod/src/main/resources/assets/dungeonsguide/gui/update.gui new file mode 100644 index 00000000..db6a9843 --- /dev/null +++ b/mod/src/main/resources/assets/dungeonsguide/gui/update.gui @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mod/src/main/resources/versionMeta.properties b/mod/src/main/resources/versionMeta.properties new file mode 100644 index 00000000..4761f6c3 --- /dev/null +++ b/mod/src/main/resources/versionMeta.properties @@ -0,0 +1,20 @@ +# +# Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod +# Copyright (C) 2023 cyoung06 (syeyoung) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# + +VERSION=4.0.0-beta4.0 +MANDATORY_VERSION=0 \ No newline at end of file -- cgit