locales for comp

This commit is contained in:
minjaesong
2024-12-26 12:35:20 +09:00
parent 3eee0dcd62
commit c1a5624167
3 changed files with 10 additions and 2 deletions

View File

@@ -43,8 +43,8 @@ class UISoundControlPanel(remoCon: UIRemoCon?) : UICanvas() {
private val compDict = mapOf(
"none" to 1f,
"light" to 2f,
"heavy" to 5f
"light" to 1.8f,
"heavy" to 5.4f
)
override var height = ControlPanelCommon.getMenuHeight("basegame.soundcontrolpanel")