Skip to content

Commit

Permalink
Update DialogueScreen.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmLX authored and HollowHorizon committed Feb 6, 2024
1 parent aaa9ea1 commit 34bf689
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand Down Expand Up @@ -281,4 +281,4 @@ object DialogueScreen : HollowScreen("".mcText) {

override fun shouldCloseOnEsc() = canClose
override fun isPauseScreen() = false
}
}

0 comments on commit 34bf689

Please sign in to comment.