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 +}