god damn it

This commit is contained in:
DBotThePony 2022-10-07 20:10:19 +07:00
parent d3ace7cc25
commit cf12971861
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -80,6 +80,6 @@ open class ProgressGaugePanel<S : Screen> @JvmOverloads constructor(
companion object {
val GAUGE_BACKGROUND = WidgetLocation.PROGRESS_ARROWS.subElement(y = 0f, width = 22f, height = 15f)
val GAUGE_FOREGROUND = WidgetLocation.PROGRESS_ARROWS.subElement(y = 16f, width = 22f, height = 15f)
val GAUGE_FOREGROUND = WidgetLocation.PROGRESS_ARROWS.subElement(y = 15f, width = 22f, height = 15f)
}
}