Apothic Attributes (AttributesLib)

Apothic Attributes (AttributesLib)

24M Downloads

Enhancement: Button position

Narcifal opened this issue ยท 2 comments

commented

Hi! Could you please consider adding an option to align the GUI button with the X and Y axes?
Thank you.

commented

Do you want a control for positioning it in the different corners of the player window? Or do you want something else?

commented

I was thinking about having full control over the X and Y axes, like Curios does, for example. That way, I could position it pretty much anywhere in the custom player window.

(Apothic-Attributes button currently disabled)
Image

Curios button config example:
#Set to true to enable the Curios GUI button
enableButton = true
#The X-Offset for the Curios GUI button
#Range: -100 ~ 100
buttonXOffset = 7
#The Y-Offset for the Curios GUI button
#Range: -100 ~ 100
buttonYOffset = 5
#The X-Offset for the Creative Curios GUI button
#Range: -100 ~ 100
creativeButtonXOffset = 0
#The Y-Offset for the Creative Curios GUI button
#Range: -100 ~ 100
creativeButtonYOffset = 0
#The corner for the Curios GUI button
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
buttonCorner = "TOP_RIGHT"