Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add offset config options #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add offset config options #28

wants to merge 2 commits into from

Conversation

shoxcie
Copy link

@shoxcie shoxcie commented Jul 18, 2024

ce39c7e Fixes #9 and #15

image

client.json5

{
	// Enlarge the currently eaten food icons
	"useLargeIcons": true,
	// Anchor point is the bottom left corner
	"x_offset": 212,
	"y_offset": 1,
	"rightToLeft": true
}

- Change anchor point to the bottom left corner
- Add x and y offset to the config
- Add rightToLeft boolean to the config
- Set default pos to the left of the hotbar
- [Increase the size of Large Icons](txnimc#5)
- Change `barColor` to green for better visibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Suggestion ] Allow more control over GUI location.
1 participant