:a_:
This commit is contained in:
parent
e3a550778f
commit
d3ace7cc25
@ -17,7 +17,7 @@ object ScrollBarConstants {
|
|||||||
|
|
||||||
val TOP = BACKGROUND.subElement(height = 2f)
|
val TOP = BACKGROUND.subElement(height = 2f)
|
||||||
val BODY = BACKGROUND.subElement(y = 2f, height = 5f)
|
val BODY = BACKGROUND.subElement(y = 2f, height = 5f)
|
||||||
val BOTTOM = BACKGROUND.subElement(y = 7f, height = 2f)
|
val BOTTOM = BACKGROUND.subElement(y = 6f, height = 2f)
|
||||||
|
|
||||||
val BUTTON = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar/idle"), 12f, 15f)
|
val BUTTON = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar/idle"), 12f, 15f)
|
||||||
val BUTTON_HOVER = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar/hovered"), 12f, 15f)
|
val BUTTON_HOVER = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar/hovered"), 12f, 15f)
|
||||||
@ -26,7 +26,7 @@ object ScrollBarConstants {
|
|||||||
|
|
||||||
val SLIM_TOP = BACKGROUND_SLIM.subElement(height = 2f)
|
val SLIM_TOP = BACKGROUND_SLIM.subElement(height = 2f)
|
||||||
val SLIM_BODY = BACKGROUND_SLIM.subElement(y = 2f, height = 5f)
|
val SLIM_BODY = BACKGROUND_SLIM.subElement(y = 2f, height = 5f)
|
||||||
val SLIM_BOTTOM = BACKGROUND_SLIM.subElement(y = 7f, height = 2f)
|
val SLIM_BOTTOM = BACKGROUND_SLIM.subElement(y = 6f, height = 2f)
|
||||||
|
|
||||||
val SLIM_BUTTON = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar_slim/idle"), 6f, 15f)
|
val SLIM_BUTTON = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar_slim/idle"), 6f, 15f)
|
||||||
val SLIM_BUTTON_HOVER = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar_slim/hovered"), 6f, 15f)
|
val SLIM_BUTTON_HOVER = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "widgets/scrollbar_slim/hovered"), 6f, 15f)
|
||||||
|
Loading…
Reference in New Issue
Block a user