From 34bf6893012b40bb410ff3490983ce91671ec478 Mon Sep 17 00:00:00 2001 From: Ivan <46783751+AlgorithmLX@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:22:23 +0700 Subject: [PATCH] Update DialogueScreen.kt --- .../hollowengine/client/screen/DialogueScreen.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/ru/hollowhorizon/hollowengine/client/screen/DialogueScreen.kt b/src/main/java/ru/hollowhorizon/hollowengine/client/screen/DialogueScreen.kt index 30bfce78..2369fea6 100644 --- a/src/main/java/ru/hollowhorizon/hollowengine/client/screen/DialogueScreen.kt +++ b/src/main/java/ru/hollowhorizon/hollowengine/client/screen/DialogueScreen.kt @@ -80,7 +80,7 @@ object DialogueScreen : HollowScreen("".mcText) { BaseButton(x, y, w, h, choice, { this@DialogueScreen.init() OnChoicePerform(i).send() - }, CHOICE_BUTTON.rl, textColor = 0xFFFFFF, textColorHovered = 0xEDC213) + }, CHOICE_BUTTON.rl, textColor = 0xFFFFFF, textColorHovered = 8409088) }, Alignment.CENTER, 0, this.height / 3 - 25 * i, this.width, this.height, 320, 20 ) ) @@ -281,4 +281,4 @@ object DialogueScreen : HollowScreen("".mcText) { override fun shouldCloseOnEsc() = canClose override fun isPauseScreen() = false -} \ No newline at end of file +}