AdvancedXRay / Auto-Clicker

Quick and dirty Auto Clicker mod for Fabric(mc)
https://www.curseforge.com/minecraft/mc-mods/auto-clicker-fabric
MIT License
38 stars 25 forks source link

Closes #26, #59, #60 #61

Closed AdyTech99 closed 3 months ago

AdyTech99 commented 4 months ago

Closes #26 Closes #59 Closes #60 Bumped version number. Added a link to the "issues" tab of the modmenu.

AdyTech99 commented 3 months ago

Bump.

MichaelHillcox commented 3 months ago

Basically any hud location that isn't top-left hides the GUI?

Other than that, looks fine to me

AdyTech99 commented 3 months ago

It appears that large GUI scales makes the HUD disappear... it works fine on lower sizes.

AdyTech99 commented 3 months ago

Fixed, please check

Screenshot 2024-07-21 at 19 21 46 Screenshot 2024-07-21 at 19 21 10 Screenshot 2024-07-21 at 19 21 50 Screenshot 2024-07-21 at 19 21 58
MichaelHillcox commented 3 months ago

Any chance of right aligning the text on the right side options?

MichaelHillcox commented 3 months ago

Sorry for the slow review btw, life's been super busy. Thanks for all the hard work you've been putting in :heart:

AdyTech99 commented 3 months ago

Any chance of right aligning the text on the right side options?

I didn't get what you mean?

MichaelHillcox commented 3 months ago

Basically, if it's on the right, align the text from the right meaning you don't need to guess the width of the text. There is still and issue with it overflowing the screen when placed on the right side

AdyTech99 commented 3 months ago

I don't know how to "align the text from the right" so I just got the width of the text with TextRenderer#getWidth, and used that in my calculations. It appears to work fine for all GUI scales, (except the text intersecting with the hotbar on the largest scale, but it seems manageable):

Scale 4:

Screenshot 2024-07-22 at 13 06 35

Scale 6:

Screenshot 2024-07-22 at 13 06 21

Scale 7

Screenshot 2024-07-22 at 13 06 45