mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
migration wip java 9 modularise
This commit is contained in:
@@ -24,7 +24,7 @@ class UINSMenu(
|
||||
) : UICanvas() {
|
||||
|
||||
companion object {
|
||||
val DEFAULT_TITLEBACKCOL = Color(0f,0f,0f,.77f)
|
||||
val DEFAULT_TITLEBACKCOL = Color(0f, 0f, 0f, .77f)
|
||||
val DEFAULT_TITLETEXTCOL = Color.WHITE
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ class UINSMenu(
|
||||
uiWidth, listHeight,
|
||||
textAreaWidth = listWidth,
|
||||
alignment = UIItemTextButton.Companion.Alignment.LEFT,
|
||||
inactiveCol = Color(.94f,.94f,.94f,1f),
|
||||
inactiveCol = Color(.94f, .94f, .94f, 1f),
|
||||
itemHitboxSize = LINE_HEIGHT
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user