diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/FramePanel.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/FramePanel.kt index 8d3588158..58b1be9c0 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/FramePanel.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/FramePanel.kt @@ -383,13 +383,13 @@ open class FramePanel( val TAB_LEFT_CONNECTION = WidgetLocation.MISC.sprite(x = 33f, y = 0f, width = 3f, height = 5f) val TAB_BACKGROUND = WidgetLocation.MISC.sprite(x = 30f, y = 6f, width = 6f, height = 6f) - val CLOSE_BUTTON = WidgetLocation.MISC.sprite(x = 51f, y = 0f, width = 13f, height = 12f) - val CLOSE_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 51f, y = 12f, width = 13f, height = 12f) - val CLOSE_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 51f, y = 24f, width = 13f, height = 12f) + val CLOSE_BUTTON = WidgetLocation.MISC.sprite(x = 51f, y = 0f, width = 13f, height = 14f) + val CLOSE_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 51f, y = 14f, width = 13f, height = 14f) + val CLOSE_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 51f, y = 28f, width = 13f, height = 14f) - val HELP_BUTTON = WidgetLocation.MISC.sprite(x = 41f, y = 0f, width = 10f, height = 12f) - val HELP_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 41f, y = 12f, width = 10f, height = 12f) - val HELP_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 41f, y = 24f, width = 10f, height = 12f) + val HELP_BUTTON = WidgetLocation.MISC.sprite(x = 40f, y = 0f, width = 11f, height = 14f) + val HELP_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 40f, y = 14f, width = 11f, height = 14f) + val HELP_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 40f, y = 28f, width = 11f, height = 14f) const val TAB_HEIGHT = 28f const val TAB_WIDTH = 28f diff --git a/src/main/resources/assets/overdrive_that_matters/textures/gui/widgets/misc.png b/src/main/resources/assets/overdrive_that_matters/textures/gui/widgets/misc.png index 86ed9112a..607714384 100644 Binary files a/src/main/resources/assets/overdrive_that_matters/textures/gui/widgets/misc.png and b/src/main/resources/assets/overdrive_that_matters/textures/gui/widgets/misc.png differ